Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.OpenIdConnectGroupConfiguration
-
Packages that use OpenIdConnectGroupConfiguration Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of OpenIdConnectGroupConfiguration in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return OpenIdConnectGroupConfiguration Modifier and Type Method Description OpenIdConnectGroupConfigurationOpenIdConnectConfiguration. 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.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type OpenIdConnectGroupConfiguration Modifier and Type Method Description OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. groupConfiguration(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.
-