Package org.keycloak.representations.idm
Class AuthDetailsRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.AuthDetailsRepresentation
-
public class AuthDetailsRepresentation extends Object
- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description AuthDetailsRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getIpAddress()
String
getRealmId()
String
getUserId()
void
setClientId(String clientId)
void
setIpAddress(String ipAddress)
void
setRealmId(String realmId)
void
setUserId(String userId)
-
-
-
Method Detail
-
getRealmId
public String getRealmId()
-
setRealmId
public void setRealmId(String realmId)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getIpAddress
public String getIpAddress()
-
setIpAddress
public void setIpAddress(String ipAddress)
-
-