Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
Packages that use ExternalUser
Package
Description
-
Uses of ExternalUser in org.apache.jackrabbit.oak.exercise.security.authentication.external
Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return ExternalUserModifier and TypeMethodDescriptionCustomExternalIdentityProvider.authenticate
(@NotNull Credentials credentials) Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return types with arguments of type ExternalUserModifier and TypeMethodDescription@NotNull Iterator<ExternalUser>
CustomExternalIdentityProvider.listUsers()
-
Uses of ExternalUser in org.apache.jackrabbit.oak.security.authentication.ldap.impl
Classes in org.apache.jackrabbit.oak.security.authentication.ldap.impl that implement ExternalUserMethods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return ExternalUserModifier and TypeMethodDescriptionLdapIdentityProvider.authenticate
(@NotNull Credentials credentials) Methods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return types with arguments of type ExternalUserModifier and TypeMethodDescription@NotNull Iterator<ExternalUser>
LdapIdentityProvider.listUsers()
-
Uses of ExternalUser in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return ExternalUserModifier and TypeMethodDescription@Nullable ExternalUser
ExternalIdentityProvider.authenticate
(@NotNull Credentials credentials) Authenticates the user represented by the given credentials and returns it.@Nullable ExternalUser
Returns the user for the given (local) id.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return types with arguments of type ExternalUserModifier and TypeMethodDescription@NotNull Iterator<ExternalUser>
ExternalIdentityProvider.listUsers()
List all external users. -
Uses of ExternalUser in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalUserModifier and TypeMethodDescriptionprotected @NotNull User
DefaultSyncContext.createUser
(@NotNull ExternalUser externalUser) Creates a new repository user for the given external one.protected @NotNull DefaultSyncResultImpl
DefaultSyncContext.syncUser
(@NotNull ExternalUser external, @NotNull User user)