| Attribute | Type | Description |
|---|
| deleteAllDml | xs:string | The SQL Query used to remove ALL assertions from the store. |
| deleteDml | xs:string | The SQL Query used to remove a assertion from the store. |
| dsJndiName | xs:string | Sets the JNDI name of the DS associated to this Store. |
| insertDml | xs:string | The SQL Query used to add a new assertion to the store. |
| keysQuery | xs:string | The SQL Query used to retrieve all assertion ids.
The first column for each row in the result set must be the assertion id. |
| loadAllQuery | xs:string | The SQL Query used to load all assertions from the store.
The columns in the result set must be in the following order :
assertionId, userName, creationTime, lastAccessTime, accessCount, maxInactiveInterval, valid |
| loadQuery | xs:string | The SQL Query used to load one assertion from the store based on its id.
The columns in the result set must be in the following order :
assertionId, userName, creationTime, lastAccessTime, accessCount, maxInactiveInterval, valid
example : SELECT assertionId, userName, creationTime, lastAccessTime, accessCount, maxInactiveInterval, valid FROM JOSSO_SESSION WHERE assertionId = ? |
| sizeQuery | xs:string | The SQL query used to retrieve the number of assertions in the store.
The first column of the first row in the result set must be the number of assertions. |
| Attribute | Type | Description |
|---|
| connectionName | xs:string | |
| connectionPassword | xs:string | |
| connectionURL | xs:string | |
| deleteAllDml | xs:string | The SQL Query used to remove ALL assertions from the store. |
| deleteDml | xs:string | The SQL Query used to remove a assertion from the store. |
| driverName | xs:string | |
| insertDml | xs:string | The SQL Query used to add a new assertion to the store. |
| keysQuery | xs:string | The SQL Query used to retrieve all assertion ids.
The first column for each row in the result set must be the assertion id. |
| loadAllQuery | xs:string | The SQL Query used to load all assertions from the store.
The columns in the result set must be in the following order :
assertionId, userName, creationTime, lastAccessTime, accessCount, maxInactiveInterval, valid |
| loadQuery | xs:string | The SQL Query used to load one assertion from the store based on its id.
The columns in the result set must be in the following order :
assertionId, userName, creationTime, lastAccessTime, accessCount, maxInactiveInterval, valid
example : SELECT assertionId, userName, creationTime, lastAccessTime, accessCount, maxInactiveInterval, valid FROM JOSSO_SESSION WHERE assertionId = ? |
| sizeQuery | xs:string | The SQL query used to retrieve the number of assertions in the store.
The first column of the first row in the result set must be the number of assertions. |