Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.Authentication
-
Packages that use Authentication Package Description org.apache.jackrabbit.oak.spi.security.user -
-
Uses of Authentication in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user that return Authentication Modifier and Type Method Description @Nullable AuthenticationUserAuthenticationFactory. getAuthentication(@NotNull UserConfiguration configuration, @NotNull org.apache.jackrabbit.oak.api.Root root, @Nullable String userId)Returns an implementationAuthenticationfor the specifieduserId.
-