Class AuthDetailsRepresentation

java.lang.Object
org.bremersee.keycloak.api.model.AuthDetailsRepresentation

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]", comments="Generator version: 7.24.0") public class AuthDetailsRepresentation extends Object
AuthDetailsRepresentation
  • Constructor Details

    • AuthDetailsRepresentation

      public AuthDetailsRepresentation()
  • Method Details

    • realmId

      public AuthDetailsRepresentation realmId(@Nullable String realmId)
    • getRealmId

      @Nullable public String getRealmId()
      Get realmId
      Returns:
      realmId
    • setRealmId

      public void setRealmId(@Nullable String realmId)
    • clientId

      public AuthDetailsRepresentation clientId(@Nullable String clientId)
    • getClientId

      @Nullable public String getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(@Nullable String clientId)
    • userId

      public AuthDetailsRepresentation userId(@Nullable String userId)
    • getUserId

      @Nullable public String getUserId()
      Get userId
      Returns:
      userId
    • setUserId

      public void setUserId(@Nullable String userId)
    • ipAddress

      public AuthDetailsRepresentation ipAddress(@Nullable String ipAddress)
    • getIpAddress

      @Nullable public String getIpAddress()
      Get ipAddress
      Returns:
      ipAddress
    • setIpAddress

      public void setIpAddress(@Nullable String ipAddress)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object