Class SessionRepresentation
- java.lang.Object
- 
- org.keycloak.representations.account.SessionRepresentation
 
- 
 public class SessionRepresentation extends Object Created by st on 29/03/17.
- 
- 
Constructor SummaryConstructors Constructor Description SessionRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrowser()List<ClientRepresentation>getClients()BooleangetCurrent()intgetExpires()StringgetId()StringgetIpAddress()intgetLastAccess()intgetStarted()voidsetBrowser(String browser)voidsetClients(List<ClientRepresentation> clients)voidsetCurrent(Boolean current)voidsetExpires(int expires)voidsetId(String id)voidsetIpAddress(String ipAddress)voidsetLastAccess(int lastAccess)voidsetStarted(int started)
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getIpAddresspublic String getIpAddress() 
 - 
setIpAddresspublic void setIpAddress(String ipAddress) 
 - 
getStartedpublic int getStarted() 
 - 
setStartedpublic void setStarted(int started) 
 - 
getLastAccesspublic int getLastAccess() 
 - 
setLastAccesspublic void setLastAccess(int lastAccess) 
 - 
getExpirespublic int getExpires() 
 - 
setExpirespublic void setExpires(int expires) 
 - 
getClientspublic List<ClientRepresentation> getClients() 
 - 
setClientspublic void setClients(List<ClientRepresentation> clients) 
 - 
setBrowserpublic void setBrowser(String browser) 
 - 
getBrowserpublic String getBrowser() 
 - 
getCurrentpublic Boolean getCurrent() 
 - 
setCurrentpublic void setCurrent(Boolean current) 
 
- 
 
-