| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectGroupConfiguration |
OpenIdConnectGroupConfiguration.clone() |
OpenIdConnectGroupConfiguration |
OpenIdConnectConfiguration.getGroupConfiguration()
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.
|
OpenIdConnectGroupConfiguration |
OpenIdConnectGroupConfiguration.withGroupClaim(String groupClaim)
The token claim that you want Verified Permissions to interpret as group membership.
|
OpenIdConnectGroupConfiguration |
OpenIdConnectGroupConfiguration.withGroupEntityType(String groupEntityType)
The policy store entity type that you want to map your users' group claim to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIdConnectConfiguration.setGroupConfiguration(OpenIdConnectGroupConfiguration 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.
|
OpenIdConnectConfiguration |
OpenIdConnectConfiguration.withGroupConfiguration(OpenIdConnectGroupConfiguration 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.
|
Copyright © 2025. All rights reserved.