Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
Packages that use ExternalUser Package Description org.apache.jackrabbit.oak.spi.security.authentication.external org.apache.jackrabbit.oak.spi.security.authentication.external.basic -
-
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 javax.jcr.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 org.apache.jackrabbit.api.security.user.UserDefaultSyncContext. createUser(@NotNull ExternalUser externalUser)Creates a new repository user for the given external one.protected @NotNull DefaultSyncResultImplDefaultSyncContext. syncUser(@NotNull ExternalUser external, @NotNull org.apache.jackrabbit.api.security.user.User user)
-