Uses of Class
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityException
Packages that use ExternalIdentityException
Package
Description
-
Uses of ExternalIdentityException in org.apache.jackrabbit.oak.security.authentication.ldap.impl
Methods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that throw ExternalIdentityExceptionModifier and TypeMethodDescriptionLdapIdentityProvider.authenticate
(@NotNull Credentials credentials) @NotNull String
LdapIdentityProvider.fromExternalIdentityRef
(@NotNull ExternalIdentityRef externalIdentityRef) @NotNull Iterable<ExternalIdentityRef>
LdapIdentity.getDeclaredGroups()
Returns an iterable of the declared groups of this external identity.@NotNull Iterable<ExternalIdentityRef>
LdapGroup.getDeclaredMembers()
LdapIdentityProvider.getIdentity
(@NotNull ExternalIdentityRef ref) @NotNull Iterator<ExternalGroup>
LdapIdentityProvider.listGroups()
@NotNull Iterator<ExternalUser>
LdapIdentityProvider.listUsers()
-
Uses of ExternalIdentityException in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that throw ExternalIdentityExceptionModifier and TypeMethodDescription@Nullable ExternalUser
ExternalIdentityProvider.authenticate
(@NotNull Credentials credentials) Authenticates the user represented by the given credentials and returns it.@NotNull String
PrincipalNameResolver.fromExternalIdentityRef
(@NotNull ExternalIdentityRef externalIdentityRef) Deduce the name of thePrincipal
associated with theExternalIdentity
represented by the givenExternalIdentityRef
.@NotNull Iterable<ExternalIdentityRef>
ExternalIdentity.getDeclaredGroups()
Returns an iterable of the declared groups of this external identity.@NotNull Iterable<ExternalIdentityRef>
ExternalGroup.getDeclaredMembers()
Returns an iterable of the declared (direct) members of this external group.@Nullable ExternalGroup
Returns the group for the given (local) group name.@Nullable ExternalIdentity
ExternalIdentityProvider.getIdentity
(@NotNull ExternalIdentityRef ref) Returns the identity for the given reference ornull
if it does not exist.@Nullable ExternalUser
Returns the user for the given (local) id.@NotNull Iterator<ExternalGroup>
ExternalIdentityProvider.listGroups()
List all external groups.@NotNull Iterator<ExternalUser>
ExternalIdentityProvider.listUsers()
List all external users.