Package com.atlan.model.admin
Class SSOMapping
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.SSOMapping
- All Implemented Interfaces:
AtlanResponseInterface
,Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static class
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethod
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.net.ApiResource
CHARSET
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Method Summary
Modifier and TypeMethodDescriptionstatic SSOMapping.SSOMappingBuilder
builder()
protected boolean
boolean
Configuration for the mapping.getId()
Unique identifier (GUID) of the mapping.Alias for the identity provider, typically a value from AtlanSSO enumeration.TBCgetName()
Name of the mapping.int
hashCode()
toString()
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeId
Methods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Method Details
-
builder
-
toBuilder
-
getId
Unique identifier (GUID) of the mapping. -
getName
Name of the mapping. -
getIdentityProviderMapper
TBC -
getIdentityProviderAlias
Alias for the identity provider, typically a value from AtlanSSO enumeration. -
getConfig
Configuration for the mapping. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classApiResource
-