Package org.keycloak.events.admin
Class AuthQuery
- java.lang.Object
- 
- org.keycloak.events.admin.AuthQuery
 
- 
 public class AuthQuery extends Object - Author:
- Stian Thorgersen
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthQuery()
 - 
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) 
 
- 
 
-