Class KeycloakEvent

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.KeycloakEvent
All Implemented Interfaces:
Serializable

public class KeycloakEvent extends AtlanObject
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static KeycloakEvent.KeycloakEventBuilder<?,?> builder()
    • toBuilder

      public KeycloakEvent.KeycloakEventBuilder<?,?> toBuilder()
    • getClientId

      public String getClientId()
      Where the event occurred (usually atlan-frontend).
    • getDetails

      public String getDetails()
      TBC
    • getIpAddress

      public String getIpAddress()
      IP address from which the user logged in.
    • getRealmId

      public String getRealmId()
      Unique identifier of the realm in which the event was logged (usually default.
    • getSessionId

      public String getSessionId()
      Unique identifier (GUID) of the session for the event.
    • getTime

      public Long getTime()
      Time (epoch) when the event occurred, in milliseconds.
    • getType

      public KeycloakEventType getType()
      Type of event that occurred.
    • getUserId

      public String getUserId()
      Unique identifier (GUID) of the user that triggered the event.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject