Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityProviderManager
-
-
Uses of ExternalIdentityProviderManager in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Classes in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that implement ExternalIdentityProviderManager Modifier and Type Class Description classExternalIDPManagerImplExternalIDPManagerImplis used to manage registered external identity provider.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type ExternalIdentityProviderManager Modifier and Type Method Description voidExternalLoginModuleFactory. bindIdpManager(ExternalIdentityProviderManager idpManager)voidExternalLoginModule. setIdpManager(@NotNull ExternalIdentityProviderManager idpManager)voidExternalLoginModuleFactory. unbindIdpManager(ExternalIdentityProviderManager idpManager) -
Uses of ExternalIdentityProviderManager 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 ExternalIdentityProviderManager 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)
-