| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OidcConfigForResponse |
OidcConfigForResponse.addAuthenticationRequestExtraParamsEntry(String key,
String value)
Add a single AuthenticationRequestExtraParams entry
|
OidcConfigForResponse |
OidcConfigForResponse.clearAuthenticationRequestExtraParamsEntries()
Removes all the entries added into AuthenticationRequestExtraParams.
|
OidcConfigForResponse |
OidcConfigForResponse.clone() |
OidcConfigForResponse |
Workforce.getOidcConfig()
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withAuthenticationRequestExtraParams(Map<String,String> authenticationRequestExtraParams)
A string to string map of identifiers specific to the custom identity provider (IdP) being used.
|
OidcConfigForResponse |
OidcConfigForResponse.withAuthorizationEndpoint(String authorizationEndpoint)
The OIDC IdP authorization endpoint used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withClientId(String clientId)
The OIDC IdP client ID used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withIssuer(String issuer)
The OIDC IdP issuer used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withJwksUri(String jwksUri)
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withLogoutEndpoint(String logoutEndpoint)
The OIDC IdP logout endpoint used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withScope(String scope)
An array of string identifiers used to refer to the specific pieces of user data or claims that the client
application wants to access.
|
OidcConfigForResponse |
OidcConfigForResponse.withTokenEndpoint(String tokenEndpoint)
The OIDC IdP token endpoint used to configure your private workforce.
|
OidcConfigForResponse |
OidcConfigForResponse.withUserInfoEndpoint(String userInfoEndpoint)
The OIDC IdP user information endpoint used to configure your private workforce.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workforce.setOidcConfig(OidcConfigForResponse oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
Workforce |
Workforce.withOidcConfig(OidcConfigForResponse oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
Copyright © 2025. All rights reserved.