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 Link icon

  • Method Details Link icon

    • builder Link icon

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

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

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

      public String getDetails()
      TBC
    • getIpAddress Link icon

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

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

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

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

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

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

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

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

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

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