Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.UserAuthenticationFactory
Packages that use UserAuthenticationFactory
Package
Description
-
Uses of UserAuthenticationFactory in org.apache.jackrabbit.oak.security.internal
Methods in org.apache.jackrabbit.oak.security.internal with parameters of type UserAuthenticationFactoryModifier and TypeMethodDescriptionvoid
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 UserAuthenticationFactoryMethods in org.apache.jackrabbit.oak.security.user that return UserAuthenticationFactoryModifier and TypeMethodDescriptionstatic 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 UserAuthenticationFactoryModifier and TypeClassDescriptionclass
DynamicUserAuthenticationFactory
based on the available whiteboard services.Constructors in org.apache.jackrabbit.oak.security.user.whiteboard with parameters of type UserAuthenticationFactoryModifierConstructorDescriptionWhiteboardUserAuthenticationFactory
(@Nullable UserAuthenticationFactory defaultFactory)