Class LdapUser
java.lang.Object
org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentity
org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapUser
- All Implemented Interfaces:
ExternalIdentity
,ExternalUser
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionLdapUser
(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry) -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentity
getDeclaredGroups, getEntry, getExternalId, getId, getIntermediatePath, getPrincipalName, getProperties, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentity
getDeclaredGroups, getExternalId, getId, getIntermediatePath, getPrincipalName, getProperties
-
Constructor Details
-
LdapUser
public LdapUser(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry)
-