Package com.atlan.model.admin
Class AuthDetails
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AuthDetails
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAuthDetails.AuthDetailsBuilder<C extends AuthDetails,B extends AuthDetails.AuthDetailsBuilder<C, B>> 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.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthDetails.AuthDetailsBuilder<?, ?> builder()protected booleanbooleanUnique identifier (GUID) of the client that carried out the operation.IP address from which the operation was carried out.Unique name of the realm from which the operation was carried out.Unique identifier (GUID) of the user who carried out the operation.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AuthDetails
-
-
Method Details
-
builder
-
toBuilder
-
getClientId
Unique identifier (GUID) of the client that carried out the operation. -
getIpAddress
IP address from which the operation was carried out. -
getRealmId
Unique name of the realm from which the operation was carried out. -
getUserId
Unique identifier (GUID) of the user who carried out the operation. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-