Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncManager
-
Packages that use SyncManager Package Description org.apache.jackrabbit.oak.spi.security.authentication.external.impl org.apache.jackrabbit.oak.spi.security.authentication.external.impl.jmx -
-
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 SyncManager Modifier and Type Class Description class
SyncManagerImpl
SyncManagerImpl
is used to manage registered sync handlers.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type SyncManager Modifier and Type Method Description void
ExternalLoginModule. setSyncManager(@NotNull SyncManager syncManager)
Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type SyncManager Constructor Description ExternalLoginModuleFactory(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 SyncManager Constructor Description SyncMBeanImpl(@NotNull ContentRepository repository, @NotNull SecurityProvider securityProvider, @NotNull SyncManager syncManager, @NotNull String syncName, @NotNull ExternalIdentityProviderManager idpManager, @NotNull String idpName)
-