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 interface
ApplicationProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
applicationProviderArn()
The ARN of the application provider.static ApplicationProvider.Builder
builder()
DisplayData
displayData()
A structure that describes how IAM Identity Center represents the application provider in the portal.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
FederationProtocol
federationProtocol()
The protocol that the application provider uses to perform federation.String
federationProtocolAsString()
The protocol that the application provider uses to perform federation.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
ResourceServerConfig
resourceServerConfig()
A structure that describes the application provider's resource server.List<SdkField<?>>
sdkFields()
static Class<? extends ApplicationProvider.Builder>
serializableBuilderClass()
ApplicationProvider.Builder
toBuilder()
String
toString()
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,
federationProtocol
will 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,
federationProtocol
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-