Package org.keycloak.admin.ui.rest.model
Class SessionRepresentation
java.lang.Object
org.keycloak.admin.ui.rest.model.SessionRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquality is determined by user session ID and the offline flag, which are also the primary key on this entity.getId()longlonggetStart()getType()inthashCode()booleanvoidsetClients(Map<String, String> clients) voidvoidsetIpAddress(String ipAddress) voidsetLastAccess(long lastAccess) voidsetStart(long start) voidsetTransientUser(boolean transientUser) voidvoidvoidsetUsername(String username)
-
Constructor Details
-
SessionRepresentation
public SessionRepresentation()
-
-
Method Details
-
getId
-
setId
-
getUsername
-
setUsername
-
getUserId
-
setUserId
-
getIpAddress
-
setIpAddress
-
getType
-
setType
-
getStart
public long getStart() -
setStart
public void setStart(long start) -
getLastAccess
public long getLastAccess() -
setLastAccess
public void setLastAccess(long lastAccess) -
getClients
-
setClients
-
isTransientUser
public boolean isTransientUser() -
setTransientUser
public void setTransientUser(boolean transientUser) -
equals
Equality is determined by user session ID and the offline flag, which are also the primary key on this entity. -
hashCode
public int hashCode()
-