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 voidExternalLoginModule. setIdpManager(@NotNull ExternalIdentityProviderManager idpManager)Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type ExternalIdentityProviderManager Constructor Description ExternalLoginModuleFactory(SyncManager syncManager, ExternalIdentityProviderManager idpManager, org.osgi.service.component.ComponentContext context)Activates the LoginModuleFactory service -
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 ContentRepository repository, @NotNull SecurityProvider securityProvider, @NotNull SyncManager syncManager, @NotNull String syncName, @NotNull ExternalIdentityProviderManager idpManager, @NotNull String idpName)
-