Package com.atlan.model.admin
Class KeycloakEvent
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.KeycloakEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
KeycloakEvent.KeycloakEventBuilder<C extends KeycloakEvent,
B extends KeycloakEvent.KeycloakEventBuilder<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
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeycloakEvent.KeycloakEventBuilder<?,
?> builder()
protected boolean
boolean
Where the event occurred (usuallyatlan-frontend
).TBCIP address from which the user logged in.Unique identifier of the realm in which the event was logged (usuallydefault
.Unique identifier (GUID) of the session for the event.getTime()
Time (epoch) when the event occurred, in milliseconds.getType()
Type of event that occurred.Unique identifier (GUID) of the user that triggered the event.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
KeycloakEvent
-
-
Method Details
-
builder
-
toBuilder
-
getClientId
Where the event occurred (usuallyatlan-frontend
). -
getDetails
TBC -
getIpAddress
IP address from which the user logged in. -
getRealmId
Unique identifier of the realm in which the event was logged (usuallydefault
. -
getSessionId
Unique identifier (GUID) of the session for the event. -
getTime
Time (epoch) when the event occurred, in milliseconds. -
getType
Type of event that occurred. -
getUserId
Unique identifier (GUID) of the user that triggered the event. -
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 classAtlanObject
-