| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.clone() |
Configuration |
CreateIdentitySourceRequest.getConfiguration()
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
Configuration |
Configuration.withCognitoUserPoolConfiguration(CognitoUserPoolConfiguration cognitoUserPoolConfiguration)
Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of
authenticated identities as entities.
|
Configuration |
Configuration.withOpenIdConnectConfiguration(OpenIdConnectConfiguration openIdConnectConfiguration)
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified
Permissions can use to generate entities from authenticated identities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIdentitySourceRequest.setConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
CreateIdentitySourceRequest |
CreateIdentitySourceRequest.withConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
Copyright © 2024. All rights reserved.