@Generated(value="software.amazon.awssdk:codegen") public final class IdentityProviderConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityProviderConfiguration.Builder,IdentityProviderConfiguration>
The identity provider configuration that you gave when the data store was created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentityProviderConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationStrategy |
authorizationStrategy()
The authorization strategy that you selected when you created the data store.
|
String |
authorizationStrategyAsString()
The authorization strategy that you selected when you created the data store.
|
static IdentityProviderConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
fineGrainedAuthorizationEnabled()
If you enabled fine-grained authorization when you created the data store.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
idpLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by
the authorization server.
|
String |
metadata()
The JSON metadata elements that you want to use in your identity provider configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdentityProviderConfiguration.Builder> |
serializableBuilderClass() |
IdentityProviderConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AuthorizationStrategy authorizationStrategy()
The authorization strategy that you selected when you created the data store.
If the service returns an enum value that is not available in the current SDK version,
authorizationStrategy will return AuthorizationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authorizationStrategyAsString().
AuthorizationStrategypublic final String authorizationStrategyAsString()
The authorization strategy that you selected when you created the data store.
If the service returns an enum value that is not available in the current SDK version,
authorizationStrategy will return AuthorizationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authorizationStrategyAsString().
AuthorizationStrategypublic final Boolean fineGrainedAuthorizationEnabled()
If you enabled fine-grained authorization when you created the data store.
public final String metadata()
The JSON metadata elements that you want to use in your identity provider configuration. Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see Metadata in SMART's App Launch specification.
authorization_endpoint: The URL to the OAuth2 authorization endpoint.
grant_types_supported: An array of grant types that are supported at the token endpoint. You must
provide at least one grant type option. Valid options are authorization_code and
client_credentials.
token_endpoint: The URL to the OAuth2 token endpoint.
capabilities: An array of strings of the SMART capabilities that the authorization server supports.
code_challenge_methods_supported: An array of strings of supported PKCE code challenge methods. You
must include the S256 method in the array of PKCE code challenge methods.
authorization_endpoint: The URL to the OAuth2 authorization endpoint.
grant_types_supported: An array of grant types that are supported at the token endpoint. You
must provide at least one grant type option. Valid options are authorization_code and
client_credentials.
token_endpoint: The URL to the OAuth2 token endpoint.
capabilities: An array of strings of the SMART capabilities that the authorization server
supports.
code_challenge_methods_supported: An array of strings of supported PKCE code challenge
methods. You must include the S256 method in the array of PKCE code challenge methods.
public final String idpLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.
public IdentityProviderConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdentityProviderConfiguration.Builder,IdentityProviderConfiguration>public static IdentityProviderConfiguration.Builder builder()
public static Class<? extends IdentityProviderConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.