Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncManager
Packages that use SyncManager
Package
Description
-
Uses of SyncManager in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Classes in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that implement SyncManagerModifier and TypeClassDescriptionclass
SyncManagerImpl
is used to manage registered sync handlers.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type SyncManagerModifier and TypeMethodDescriptionvoid
ExternalLoginModule.setSyncManager
(@NotNull SyncManager syncManager) Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type SyncManagerModifierConstructorDescriptionExternalLoginModuleFactory
(SyncManager syncManager, ExternalIdentityProviderManager idpManager, org.osgi.service.component.ComponentContext context) Activates the LoginModuleFactory service -
Uses of SyncManager in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.jmx
Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.jmx with parameters of type SyncManagerModifierConstructorDescriptionSyncMBeanImpl
(@NotNull ContentRepository repository, @NotNull SecurityProvider securityProvider, @NotNull SyncManager syncManager, @NotNull String syncName, @NotNull ExternalIdentityProviderManager idpManager, @NotNull String idpName)