Package org.bremersee.keycloak.api.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet clientIdGet ipAddressGet realmIdGet userIdinthashCode()voidsetClientId(String clientId) voidsetIpAddress(String ipAddress) voidsetRealmId(String realmId) voidtoString()
-
Constructor Details
-
AuthDetailsRepresentation
public AuthDetailsRepresentation()
-
-
Method Details
-
realmId
-
getRealmId
Get realmId- Returns:
- realmId
-
setRealmId
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
userId
-
getUserId
Get userId- Returns:
- userId
-
setUserId
-
ipAddress
-
getIpAddress
Get ipAddress- Returns:
- ipAddress
-
setIpAddress
-
equals
-
hashCode
public int hashCode() -
toString
-