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 classSyncManagerImplSyncManagerImplis 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 voidExternalLoginModuleFactory. bindSyncManager(SyncManager syncManager)voidExternalLoginModule. setSyncManager(@NotNull SyncManager syncManager)voidExternalLoginModuleFactory. unbindSyncManager(SyncManager syncManager) -
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 org.apache.jackrabbit.oak.api.ContentRepository repository, @NotNull org.apache.jackrabbit.oak.spi.security.SecurityProvider securityProvider, @NotNull SyncManager syncManager, @NotNull String syncName, @NotNull ExternalIdentityProviderManager idpManager, @NotNull String idpName)
-