Class LdapGroup
- java.lang.Object
-
- org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentity
-
- org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapGroup
-
- All Implemented Interfaces:
ExternalGroup
,ExternalIdentity
public class LdapGroup extends LdapIdentity implements ExternalGroup
-
-
Constructor Summary
Constructors Constructor Description LdapGroup(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Iterable<ExternalIdentityRef>
getDeclaredMembers()
Returns an iterable of the declared (direct) members of this external group.-
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 Detail
-
LdapGroup
public LdapGroup(LdapIdentityProvider provider, ExternalIdentityRef ref, String id, String path, org.apache.directory.api.ldap.model.entry.Entry entry)
-
-
Method Detail
-
getDeclaredMembers
@NotNull public @NotNull Iterable<ExternalIdentityRef> getDeclaredMembers() throws ExternalIdentityException
Description copied from interface:ExternalGroup
Returns an iterable of the declared (direct) members of this external group.- Specified by:
getDeclaredMembers
in interfaceExternalGroup
- Returns:
- the declared member
- Throws:
ExternalIdentityException
- if an error occurs
-
-