Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.OpenIdConnectConfiguration.Builder
-
Packages that use OpenIdConnectConfiguration.Builder Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of OpenIdConnectConfiguration.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return OpenIdConnectConfiguration.Builder Modifier and Type Method Description static OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration. builder()OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. entityIdPrefix(String entityIdPrefix)A descriptive string that you want to prefix to user entities from your OIDC identity provider.default OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. groupConfiguration(Consumer<OpenIdConnectGroupConfiguration.Builder> 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.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.OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. issuer(String issuer)The issuer URL of an OIDC identity provider.OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration. toBuilder()default OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. tokenSelection(Consumer<OpenIdConnectTokenSelection.Builder> tokenSelection)The token type that you want to process from your OIDC identity provider.OpenIdConnectConfiguration.BuilderOpenIdConnectConfiguration.Builder. tokenSelection(OpenIdConnectTokenSelection tokenSelection)The token type that you want to process from your OIDC identity provider.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type OpenIdConnectConfiguration.Builder Modifier and Type Method Description static Class<? extends OpenIdConnectConfiguration.Builder>OpenIdConnectConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type OpenIdConnectConfiguration.Builder Modifier and Type Method Description static ConfigurationConfiguration. fromOpenIdConnectConfiguration(Consumer<OpenIdConnectConfiguration.Builder> openIdConnectConfiguration)Create an instance of this class withConfiguration.openIdConnectConfiguration()initialized to the given value.default Configuration.BuilderConfiguration.Builder. openIdConnectConfiguration(Consumer<OpenIdConnectConfiguration.Builder> 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.
-