Class ApplicationProvider
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.ApplicationProvider
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationProvider.Builder,ApplicationProvider>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationProvider.Builder,ApplicationProvider>
A structure that describes a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationProviderArn()The ARN of the application provider.static ApplicationProvider.Builderbuilder()DisplayDatadisplayData()A structure that describes how IAM Identity Center represents the application provider in the portal.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FederationProtocolfederationProtocol()The protocol that the application provider uses to perform federation.StringfederationProtocolAsString()The protocol that the application provider uses to perform federation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceServerConfigresourceServerConfig()A structure that describes the application provider's resource server.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationProvider.Builder>serializableBuilderClass()ApplicationProvider.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
-
applicationProviderArn
public final String applicationProviderArn()
The ARN of the application provider.
- Returns:
- The ARN of the application provider.
-
displayData
public final DisplayData displayData()
A structure that describes how IAM Identity Center represents the application provider in the portal.
- Returns:
- A structure that describes how IAM Identity Center represents the application provider in the portal.
-
federationProtocol
public final FederationProtocol federationProtocol()
The protocol that the application provider uses to perform federation.
If the service returns an enum value that is not available in the current SDK version,
federationProtocolwill returnFederationProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfederationProtocolAsString().- Returns:
- The protocol that the application provider uses to perform federation.
- See Also:
FederationProtocol
-
federationProtocolAsString
public final String federationProtocolAsString()
The protocol that the application provider uses to perform federation.
If the service returns an enum value that is not available in the current SDK version,
federationProtocolwill returnFederationProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfederationProtocolAsString().- Returns:
- The protocol that the application provider uses to perform federation.
- See Also:
FederationProtocol
-
resourceServerConfig
public final ResourceServerConfig resourceServerConfig()
A structure that describes the application provider's resource server.
- Returns:
- A structure that describes the application provider's resource server.
-
toBuilder
public ApplicationProvider.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationProvider.Builder,ApplicationProvider>
-
builder
public static ApplicationProvider.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationProvider.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-