Element Summary

ElementDescriptionClass
datasource-storeorg.josso.gateway.identity.service.store.db.DataSourceIdentityStore
jdbc-storeorg.josso.gateway.identity.service.store.db.JDBCIdentityStore

Element Detail

Element: datasource-store

AttributeTypeDescription
certificateCredentialsQueryStringxs:stringThe SQL query that returns the list of known certificate credentials associated with a given user.
credentialsQueryStringxs:stringThe SQL query that returns the list of known credentials associated with a given user.
dsJndiNamexs:stringSets the JNDI name of the DS associated to this Store.
relayCredentialQueryStringxs:string
resetCredentialDmlxs:string
rolesQueryStringxs:stringThe SQL query that returns the list of roles associated with a given user.
uidQueryStringxs:stringThe SQL query that returns the UID.
userPropertiesQueryStringxs:stringThe SQL query that returns the list of properties associated with a given user.
userQueryStringxs:stringThe SQL query that returns a user name based on a user key.

Element: jdbc-store

AttributeTypeDescription
certificateCredentialsQueryStringxs:stringThe SQL query that returns the list of known certificate credentials associated with a given user.
connectionNamexs:string
connectionPasswordxs:string
connectionURLxs:string
credentialsQueryStringxs:stringThe SQL query that returns the list of known credentials associated with a given user.
driverNamexs:string
relayCredentialQueryStringxs:string
resetCredentialDmlxs:string
rolesQueryStringxs:stringThe SQL query that returns the list of roles associated with a given user.
uidQueryStringxs:stringThe SQL query that returns the UID.
userPropertiesQueryStringxs:stringThe SQL query that returns the list of properties associated with a given user.
userQueryStringxs:stringThe SQL query that returns a user name based on a user key.