| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateOpenIdConnectConfiguration |
UpdateOpenIdConnectConfiguration.clone() |
UpdateOpenIdConnectConfiguration |
UpdateConfiguration.getOpenIdConnectConfiguration()
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified
Permissions can use to generate entities from authenticated identities.
|
UpdateOpenIdConnectConfiguration |
UpdateOpenIdConnectConfiguration.withEntityIdPrefix(String entityIdPrefix)
A descriptive string that you want to prefix to user entities from your OIDC identity provider.
|
UpdateOpenIdConnectConfiguration |
UpdateOpenIdConnectConfiguration.withGroupConfiguration(UpdateOpenIdConnectGroupConfiguration groupConfiguration)
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you
want to map it to.
|
UpdateOpenIdConnectConfiguration |
UpdateOpenIdConnectConfiguration.withIssuer(String issuer)
The issuer URL of an OIDC identity provider.
|
UpdateOpenIdConnectConfiguration |
UpdateOpenIdConnectConfiguration.withTokenSelection(UpdateOpenIdConnectTokenSelection tokenSelection)
The token type that you want to process from your OIDC identity provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConfiguration.setOpenIdConnectConfiguration(UpdateOpenIdConnectConfiguration 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.
|
UpdateConfiguration |
UpdateConfiguration.withOpenIdConnectConfiguration(UpdateOpenIdConnectConfiguration 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.
|
Copyright © 2024. All rights reserved.