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 SummaryConstructors Constructor Description AuthDetailsRepresentation()
 - 
Method SummaryAll 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- 
getRealmIdpublic String getRealmId() 
 - 
setRealmIdpublic void setRealmId(String realmId) 
 - 
getClientIdpublic String getClientId() 
 - 
setClientIdpublic void setClientId(String clientId) 
 - 
getUserIdpublic String getUserId() 
 - 
setUserIdpublic void setUserId(String userId) 
 - 
getIpAddresspublic String getIpAddress() 
 - 
setIpAddresspublic void setIpAddress(String ipAddress) 
 
- 
 
-