Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityProvider
-
-
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 Modifier and Type Class Description classCustomExternalIdentityProvider -
Uses of ExternalIdentityProvider in org.apache.jackrabbit.oak.security.authentication.ldap.impl
Classes in org.apache.jackrabbit.oak.security.authentication.ldap.impl that implement ExternalIdentityProvider Modifier and Type Class Description classLdapIdentityProviderLdapIdentityProviderimplements 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 ExternalIdentityProvider Modifier and Type Method Description @Nullable ExternalIdentityProviderExternalIdentityProviderManager. 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 ExternalIdentityProvider Modifier and Type Method Description @NotNull SyncContextSyncHandler. 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 ExternalIdentityProvider Modifier and Type Field Description protected ExternalIdentityProviderDefaultSyncContext. idpConstructors in org.apache.jackrabbit.oak.spi.security.authentication.external.basic with parameters of type ExternalIdentityProvider Constructor Description DefaultSyncContext(@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 ExternalIdentityProvider Modifier and Type Method Description ExternalIdentityProviderExternalIDPManagerImpl. getProvider(@NotNull String name)Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl with parameters of type ExternalIdentityProvider Modifier and Type Method Description @NotNull SyncContextDefaultSyncHandler. 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 ExternalIdentityProvider Constructor Description DynamicSyncContext(@NotNull DefaultSyncConfig config, @NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory)
-