Interface RegisterOidcConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterOidcConfigRequest.Builder,,RegisterOidcConfigRequest> SdkBuilder<RegisterOidcConfigRequest.Builder,,RegisterOidcConfigRequest> SdkPojo,SdkRequest.Builder,WickrRequest.Builder
- Enclosing class:
RegisterOidcConfigRequest
-
Method Summary
Modifier and TypeMethodDescriptionCustom identifier your end users will use to sign in with SSO.customUsername(String customUsername) A custom field mapping to extract the username from the OIDC token (optional).extraAuthParams(String extraAuthParams) Additional authentication parameters to include in the OIDC flow (optional).The issuer URL of the OIDC provider (e.g., 'https://login.example.com').The ID of the Wickr network for which OIDC will be configured.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The OAuth scopes to request from the OIDC provider (e.g., 'openid profile email').The client secret for authenticating with the OIDC provider (optional).ssoTokenBufferMinutes(Integer ssoTokenBufferMinutes) The buffer time in minutes before the SSO token expires to refresh it (optional).Unique identifier provided by your identity provider to authenticate the access request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrRequest.Builder
build
-
Method Details
-
networkId
The ID of the Wickr network for which OIDC will be configured.
- Parameters:
networkId- The ID of the Wickr network for which OIDC will be configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
companyId
Custom identifier your end users will use to sign in with SSO.
- Parameters:
companyId- Custom identifier your end users will use to sign in with SSO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customUsername
A custom field mapping to extract the username from the OIDC token (optional).
The customUsername is only required if you use something other than email as the username field.
- Parameters:
customUsername- A custom field mapping to extract the username from the OIDC token (optional).The customUsername is only required if you use something other than email as the username field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extraAuthParams
Additional authentication parameters to include in the OIDC flow (optional).
- Parameters:
extraAuthParams- Additional authentication parameters to include in the OIDC flow (optional).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issuer
The issuer URL of the OIDC provider (e.g., 'https://login.example.com').
- Parameters:
issuer- The issuer URL of the OIDC provider (e.g., 'https://login.example.com').- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The OAuth scopes to request from the OIDC provider (e.g., 'openid profile email').
- Parameters:
scopes- The OAuth scopes to request from the OIDC provider (e.g., 'openid profile email').- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secret
The client secret for authenticating with the OIDC provider (optional).
- Parameters:
secret- The client secret for authenticating with the OIDC provider (optional).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssoTokenBufferMinutes
The buffer time in minutes before the SSO token expires to refresh it (optional).
- Parameters:
ssoTokenBufferMinutes- The buffer time in minutes before the SSO token expires to refresh it (optional).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
Unique identifier provided by your identity provider to authenticate the access request. Also referred to as clientID.
- Parameters:
userId- Unique identifier provided by your identity provider to authenticate the access request. Also referred to as clientID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterOidcConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterOidcConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-