Class IdentityProviderConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.healthlake.model.IdentityProviderConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdentityProviderConfiguration.Builder,IdentityProviderConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdentityProviderConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizationStrategyauthorizationStrategy()The authorization strategy that you selected when you created the data store.StringauthorizationStrategyAsString()The authorization strategy that you selected when you created the data store.static IdentityProviderConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BooleanfineGrainedAuthorizationEnabled()If you enabled fine-grained authorization when you created the data store.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidpLambdaArn()The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.Stringmetadata()The JSON metadata elements that you want to use in your identity provider configuration.List<SdkField<?>>sdkFields()static Class<? extends IdentityProviderConfiguration.Builder>serializableBuilderClass()IdentityProviderConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authorizationStrategy
public 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,
authorizationStrategywill returnAuthorizationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizationStrategyAsString().- Returns:
- The authorization strategy that you selected when you created the data store.
- See Also:
AuthorizationStrategy
-
authorizationStrategyAsString
public 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,
authorizationStrategywill returnAuthorizationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizationStrategyAsString().- Returns:
- The authorization strategy that you selected when you created the data store.
- See Also:
AuthorizationStrategy
-
fineGrainedAuthorizationEnabled
public final Boolean fineGrainedAuthorizationEnabled()
If you enabled fine-grained authorization when you created the data store.
- Returns:
- If you enabled fine-grained authorization when you created the data store.
-
metadata
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 areauthorization_codeandclient_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 theS256method in the array of PKCE code challenge methods.- Returns:
- 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 areauthorization_codeandclient_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 theS256method in the array of PKCE code challenge methods.
-
idpLambdaArn
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.
- Returns:
- The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.
-
toBuilder
public IdentityProviderConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentityProviderConfiguration.Builder,IdentityProviderConfiguration>
-
builder
public static IdentityProviderConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdentityProviderConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-