Interface ExternalGroup
- All Superinterfaces:
ExternalIdentity
ExternalGroup defines a group that is provided by an external system.
-
Method Summary
Modifier and TypeMethodDescription@NotNull Iterable<ExternalIdentityRef> Returns an iterable of the declared (direct) members of this external group.Methods inherited from interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentity
getDeclaredGroups, getExternalId, getId, getIntermediatePath, getPrincipalName, getProperties
-
Method Details
-
getDeclaredMembers
@NotNull @NotNull Iterable<ExternalIdentityRef> getDeclaredMembers() throws ExternalIdentityExceptionReturns an iterable of the declared (direct) members of this external group.- Returns:
- the declared member
- Throws:
ExternalIdentityException- if an error occurs
-