Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.UserAuthenticationFactory
-
Packages that use UserAuthenticationFactory Package Description org.apache.jackrabbit.oak.security.internal org.apache.jackrabbit.oak.security.user org.apache.jackrabbit.oak.security.user.whiteboard -
-
Uses of UserAuthenticationFactory in org.apache.jackrabbit.oak.security.internal
Methods in org.apache.jackrabbit.oak.security.internal with parameters of type UserAuthenticationFactory Modifier and Type Method Description void
SecurityProviderRegistration. bindUserAuthenticationFactory(@NotNull org.osgi.framework.ServiceReference serviceReference, @NotNull UserAuthenticationFactory userAuthenticationFactory)
void
SecurityProviderRegistration. unbindUserAuthenticationFactory(@NotNull org.osgi.framework.ServiceReference serviceReference, @NotNull UserAuthenticationFactory userAuthenticationFactory)
-
Uses of UserAuthenticationFactory in org.apache.jackrabbit.oak.security.user
Classes in org.apache.jackrabbit.oak.security.user that implement UserAuthenticationFactory Modifier and Type Class Description class
UserAuthenticationFactoryImpl
Methods in org.apache.jackrabbit.oak.security.user that return UserAuthenticationFactory Modifier and Type Method Description static UserAuthenticationFactory
UserConfigurationImpl. getDefaultAuthenticationFactory()
-
Uses of UserAuthenticationFactory in org.apache.jackrabbit.oak.security.user.whiteboard
Classes in org.apache.jackrabbit.oak.security.user.whiteboard that implement UserAuthenticationFactory Modifier and Type Class Description class
WhiteboardUserAuthenticationFactory
DynamicUserAuthenticationFactory
based on the available whiteboard services.Constructors in org.apache.jackrabbit.oak.security.user.whiteboard with parameters of type UserAuthenticationFactory Constructor Description WhiteboardUserAuthenticationFactory(@Nullable UserAuthenticationFactory defaultFactory)
-