| Modifier and Type | Method and Description |
|---|---|
@Nullable ExternalIdentityProvider |
ExternalIdentityProviderManager.getProvider(@NotNull String name)
Returns the registered identity provider with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
@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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExternalIdentityProvider |
DefaultSyncContext.idp |
| Constructor and Description |
|---|
DefaultSyncContext(@NotNull DefaultSyncConfig config,
@NotNull ExternalIdentityProvider idp,
@NotNull UserManager userManager,
@NotNull ValueFactory valueFactory) |
| Modifier and Type | Method and Description |
|---|---|
ExternalIdentityProvider |
ExternalIDPManagerImpl.getProvider(@NotNull String name) |
| Modifier and Type | Method and Description |
|---|---|
@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.
|
| Constructor and Description |
|---|
DynamicSyncContext(@NotNull DefaultSyncConfig config,
@NotNull ExternalIdentityProvider idp,
@NotNull UserManager userManager,
@NotNull ValueFactory valueFactory) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.