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 voidSecurityProviderRegistration. bindUserAuthenticationFactory(@NotNull org.osgi.framework.ServiceReference serviceReference, @NotNull UserAuthenticationFactory userAuthenticationFactory)voidSecurityProviderRegistration. 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 classUserAuthenticationFactoryImplMethods in org.apache.jackrabbit.oak.security.user that return UserAuthenticationFactory Modifier and Type Method Description static UserAuthenticationFactoryUserConfigurationImpl. 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 classWhiteboardUserAuthenticationFactoryDynamicUserAuthenticationFactorybased 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)
-