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 StringgetClientId()StringgetIpAddress()StringgetRealmId()StringgetUserId()voidsetClientId(String clientId)voidsetIpAddress(String ipAddress)voidsetRealmId(String realmId)voidsetUserId(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)
-
-