Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityProvider
Packages that use ExternalIdentityProvider
Package
Description
-
Uses of ExternalIdentityProvider in org.apache.jackrabbit.oak.exercise.security.authentication.external
Classes in org.apache.jackrabbit.oak.exercise.security.authentication.external that implement ExternalIdentityProvider -
Uses of ExternalIdentityProvider in org.apache.jackrabbit.oak.security.authentication.ldap.impl
Classes in org.apache.jackrabbit.oak.security.authentication.ldap.impl that implement ExternalIdentityProviderModifier and TypeClassDescriptionclass
LdapIdentityProvider
implements an external identity provider that reads users and groups from an ldap source. -
Uses of ExternalIdentityProvider in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return ExternalIdentityProviderModifier and TypeMethodDescription@Nullable ExternalIdentityProvider
ExternalIdentityProviderManager.getProvider
(@NotNull String name) Returns the registered identity provider with the given name.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external with parameters of type ExternalIdentityProviderModifier and TypeMethodDescription@NotNull SyncContext
SyncHandler.createContext
(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) Initializes a sync context which is used to start the sync operations. -
Uses of ExternalIdentityProvider in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Fields in org.apache.jackrabbit.oak.spi.security.authentication.external.basic declared as ExternalIdentityProviderConstructors in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalIdentityProviderModifierConstructorDescriptionDefaultSyncContext
(@NotNull DefaultSyncConfig config, @NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) -
Uses of ExternalIdentityProvider in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that return ExternalIdentityProviderMethods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type ExternalIdentityProviderModifier and TypeMethodDescription@NotNull SyncContext
DefaultSyncHandler.createContext
(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) Initializes a sync context which is used to start the sync operations.Constructors in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type ExternalIdentityProviderModifierConstructorDescriptionDynamicSyncContext
(@NotNull DefaultSyncConfig config, @NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory)