Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.Authentication
-
Packages that use Authentication Package Description org.apache.jackrabbit.oak.security.user org.apache.jackrabbit.oak.security.user.whiteboard org.apache.jackrabbit.oak.spi.security.user -
-
Uses of Authentication in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return Authentication Modifier and Type Method Description @NotNull Authentication
UserAuthenticationFactoryImpl. getAuthentication(@NotNull UserConfiguration userConfiguration, @NotNull Root root, @Nullable java.lang.String userId)
-
Uses of Authentication in org.apache.jackrabbit.oak.security.user.whiteboard
Methods in org.apache.jackrabbit.oak.security.user.whiteboard that return Authentication Modifier and Type Method Description @Nullable Authentication
WhiteboardUserAuthenticationFactory. getAuthentication(@NotNull UserConfiguration userConfiguration, @NotNull Root root, @Nullable java.lang.String userId)
-
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 Authentication
UserAuthenticationFactory. getAuthentication(@NotNull UserConfiguration configuration, @NotNull Root root, @Nullable java.lang.String userId)
Returns an implementationAuthentication
for the specifieduserId
.
-