Package org.keycloak.representations.idm
Class AuthDetailsRepresentation
java.lang.Object
org.keycloak.representations.idm.AuthDetailsRepresentation
- Author:
 - Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionNote: will not be an address when a proxy does not provide a valid onevoidsetClientId(String clientId) voidsetIpAddress(String ipAddress) voidsetRealmId(String realmId) void 
- 
Constructor Details
- 
AuthDetailsRepresentation
public AuthDetailsRepresentation() 
 - 
 - 
Method Details
- 
getRealmId
 - 
setRealmId
 - 
getClientId
 - 
setClientId
 - 
getUserId
 - 
setUserId
 - 
getIpAddress
Note: will not be an address when a proxy does not provide a valid one- Returns:
 - the ip address
 
 - 
setIpAddress
 
 -