Class IdentityProviderConfiguration
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<IdentityProviderConfiguration.Builder,
IdentityProviderConfiguration>
The identity provider configuration selected when the data store was created.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AuthorizationStrategy
The authorization strategy selected when the HealthLake data store is created.final String
The authorization strategy selected when the HealthLake data store is created.builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Boolean
The parameter to enable SMART on FHIR fine-grained authorization for the data store.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The Amazon Resource Name (ARN) of the Lambda function to use to decode the access token created by the authorization server.final String
metadata()
The JSON metadata elements to use in your identity provider configuration.static Class
<? extends IdentityProviderConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
authorizationStrategy
The authorization strategy selected when the HealthLake data store is created.
HealthLake provides support for both SMART on FHIR V1 and V2 as described below.
-
SMART_ON_FHIR_V1
– Support for only SMART on FHIR V1, which includesread
(read/search) andwrite
(create/update/delete) permissions. -
SMART_ON_FHIR
– Support for both SMART on FHIR V1 and V2, which includescreate
,read
,update
,delete
, andsearch
permissions. -
AWS_AUTH
– The default HealthLake authorization strategy; not affiliated with SMART on FHIR.
If the service returns an enum value that is not available in the current SDK version,
authorizationStrategy
will returnAuthorizationStrategy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromauthorizationStrategyAsString()
.- Returns:
- The authorization strategy selected when the HealthLake data store is created.
HealthLake provides support for both SMART on FHIR V1 and V2 as described below.
-
SMART_ON_FHIR_V1
– Support for only SMART on FHIR V1, which includesread
(read/search) andwrite
(create/update/delete) permissions. -
SMART_ON_FHIR
– Support for both SMART on FHIR V1 and V2, which includescreate
,read
,update
,delete
, andsearch
permissions. -
AWS_AUTH
– The default HealthLake authorization strategy; not affiliated with SMART on FHIR.
-
- See Also:
-
-
authorizationStrategyAsString
The authorization strategy selected when the HealthLake data store is created.
HealthLake provides support for both SMART on FHIR V1 and V2 as described below.
-
SMART_ON_FHIR_V1
– Support for only SMART on FHIR V1, which includesread
(read/search) andwrite
(create/update/delete) permissions. -
SMART_ON_FHIR
– Support for both SMART on FHIR V1 and V2, which includescreate
,read
,update
,delete
, andsearch
permissions. -
AWS_AUTH
– The default HealthLake authorization strategy; not affiliated with SMART on FHIR.
If the service returns an enum value that is not available in the current SDK version,
authorizationStrategy
will returnAuthorizationStrategy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromauthorizationStrategyAsString()
.- Returns:
- The authorization strategy selected when the HealthLake data store is created.
HealthLake provides support for both SMART on FHIR V1 and V2 as described below.
-
SMART_ON_FHIR_V1
– Support for only SMART on FHIR V1, which includesread
(read/search) andwrite
(create/update/delete) permissions. -
SMART_ON_FHIR
– Support for both SMART on FHIR V1 and V2, which includescreate
,read
,update
,delete
, andsearch
permissions. -
AWS_AUTH
– The default HealthLake authorization strategy; not affiliated with SMART on FHIR.
-
- See Also:
-
-
fineGrainedAuthorizationEnabled
The parameter to enable SMART on FHIR fine-grained authorization for the data store.
- Returns:
- The parameter to enable SMART on FHIR fine-grained authorization for the data store.
-
metadata
The JSON metadata elements 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_code
andclient_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 theS256
method in the array of PKCE code challenge methods.- Returns:
- The JSON metadata elements 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_code
andclient_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 theS256
method in the array of PKCE code challenge methods.
-
idpLambdaArn
The Amazon Resource Name (ARN) of the Lambda function to use to decode the access token created by the authorization server.
- Returns:
- The Amazon Resource Name (ARN) of the Lambda function to use to decode the access token created by the authorization server.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<IdentityProviderConfiguration.Builder,
IdentityProviderConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-