| Element | Description | Class |
|---|---|---|
| datasource-store | org.josso.gateway.identity.service.store.db.DataSourceIdentityStore | |
| jdbc-store | org.josso.gateway.identity.service.store.db.JDBCIdentityStore |
| Attribute | Type | Description |
|---|---|---|
| credentialsQueryString | xs:string | The SQL query that returns the list of known credentials associated with a given user. |
| dsJndiName | xs:string | Sets the JNDI name of the DS associated to this Store. |
| relayCredentialQueryString | xs:string | |
| resetCredentialDml | xs:string | |
| rolesQueryString | xs:string | The SQL query that returns the list of roles associated with a given user. |
| userPropertiesQueryString | xs:string | The SQL query that returns the list of properties associated with a given user. |
| userQueryString | xs:string | The SQL query that returns a user name based on a user key. |
| Attribute | Type | Description |
|---|---|---|
| connectionName | xs:string | |
| connectionPassword | xs:string | |
| connectionURL | xs:string | |
| credentialsQueryString | xs:string | The SQL query that returns the list of known credentials associated with a given user. |
| driverName | xs:string | |
| relayCredentialQueryString | xs:string | |
| resetCredentialDml | xs:string | |
| rolesQueryString | xs:string | The SQL query that returns the list of roles associated with a given user. |
| userPropertiesQueryString | xs:string | The SQL query that returns the list of properties associated with a given user. |
| userQueryString | xs:string | The SQL query that returns a user name based on a user key. |