LDAPIdentityStore.java | Class | An implementation of an Identity and Credential Store which obtains credential, user and
role information from an LDAP server using JNDI, based on the configuration properties.
It allows to set whatever options your LDAP JNDI provider supports your Gateway
configuration file.
Examples of standard property names are:
initialContextFactory = "java.naming.factory.initial"
securityProtocol = "java.naming.security.protocol"
providerUrl = "java.naming.provider.url"
securityAuthentication = "java.naming.security.authentication"
This store implementation is both an Identity Store and Credential Store.
Since in JOSSO the authentication of the user is left to the configured Authentication Scheme,
this store implementation cannot delegate user identity assertion by binding to the
LDAP server. |