Package com.oracle.bmc.identity.model
Class CreateSaml2IdentityProviderDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.identity.model.CreateIdentityProviderDetails
- 
- com.oracle.bmc.identity.model.CreateSaml2IdentityProviderDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateSaml2IdentityProviderDetails extends CreateIdentityProviderDetails
 Note: Objects should always be created or deserialized using theCreateSaml2IdentityProviderDetails.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CreateSaml2IdentityProviderDetails.Builder, which maintain a set of all explicitly set fields calledCreateSaml2IdentityProviderDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateSaml2IdentityProviderDetails.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.identity.model.CreateIdentityProviderDetailsCreateIdentityProviderDetails.ProductType, CreateIdentityProviderDetails.Protocol
 
- 
 - 
Constructor SummaryConstructors Constructor Description CreateSaml2IdentityProviderDetails(String compartmentId, String name, String description, CreateIdentityProviderDetails.ProductType productType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String metadataUrl, String metadata, Map<String,String> freeformAttributes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateSaml2IdentityProviderDetails.Builderbuilder()Create a new builder.booleanequals(Object o)Map<String,String>getFreeformAttributes()Extra name value pairs associated with this identity provider.StringgetMetadata()The XML that contains the information required for federating.StringgetMetadataUrl()The URL for retrieving the identity provider’s metadata, which contains information required for federating.inthashCode()CreateSaml2IdentityProviderDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.identity.model.CreateIdentityProviderDetailsgetCompartmentId, getDefinedTags, getDescription, getFreeformTags, getName, getProductType
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateSaml2IdentityProviderDetails@Deprecated public CreateSaml2IdentityProviderDetails(String compartmentId, String name, String description, CreateIdentityProviderDetails.ProductType productType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String metadataUrl, String metadata, Map<String,String> freeformAttributes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateSaml2IdentityProviderDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateSaml2IdentityProviderDetails.Builder toBuilder() 
 - 
getMetadataUrlpublic String getMetadataUrl() The URL for retrieving the identity provider’s metadata, which contains information required for federating.- Returns:
- the value
 
 - 
getMetadatapublic String getMetadata() The XML that contains the information required for federating.- Returns:
- the value
 
 - 
getFreeformAttributespublic Map<String,String> getFreeformAttributes() Extra name value pairs associated with this identity provider.Example: {“clientId”: “app_sf3kdjf3”} - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- CreateIdentityProviderDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- CreateIdentityProviderDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- CreateIdentityProviderDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- CreateIdentityProviderDetails
 
 
- 
 
-