Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
-
Uses of ExternalUser in org.apache.jackrabbit.oak.exercise.security.authentication.external
Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return ExternalUser Modifier and Type Method Description ExternalUserCustomExternalIdentityProvider. authenticate(@NotNull Credentials credentials)ExternalUserCustomExternalIdentityProvider. getUser(@NotNull String userId)Methods in org.apache.jackrabbit.oak.exercise.security.authentication.external that return types with arguments of type ExternalUser Modifier and Type Method Description @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 ExternalUser Modifier and Type Class Description classLdapUserMethods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return ExternalUser Modifier and Type Method Description ExternalUserLdapIdentityProvider. authenticate(@NotNull Credentials credentials)ExternalUserLdapIdentityProvider. getUser(@NotNull String userId)Methods in org.apache.jackrabbit.oak.security.authentication.ldap.impl that return types with arguments of type ExternalUser Modifier and Type Method Description @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 ExternalUser Modifier and Type Method Description @Nullable ExternalUserExternalIdentityProvider. authenticate(@NotNull Credentials credentials)Authenticates the user represented by the given credentials and returns it.@Nullable ExternalUserExternalIdentityProvider. getUser(@NotNull String userId)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 ExternalUser Modifier and Type Method Description @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 ExternalUser Modifier and Type Method Description protected @NotNull UserDefaultSyncContext. createUser(@NotNull ExternalUser externalUser)Creates a new repository user for the given external one.protected @NotNull DefaultSyncResultImplDefaultSyncContext. syncUser(@NotNull ExternalUser external, @NotNull User user)
-