Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityProvider
-
-
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 org.apache.jackrabbit.api.security.user.UserManager userManager, @NotNull javax.jcr.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 org.apache.jackrabbit.api.security.user.UserManager userManager, @NotNull javax.jcr.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 org.apache.jackrabbit.api.security.user.UserManager userManager, @NotNull javax.jcr.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 org.apache.jackrabbit.api.security.user.UserManager userManager, @NotNull javax.jcr.ValueFactory valueFactory)
-