public class RootAuthenticationSessionEntity extends SessionEntity
| Constructor and Description |
|---|
RootAuthenticationSessionEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,AuthenticationSessionEntity> |
getAuthenticationSessions() |
String |
getId() |
int |
getTimestamp() |
int |
hashCode() |
void |
setAuthenticationSessions(Map<String,AuthenticationSessionEntity> authenticationSessions) |
void |
setId(String id) |
void |
setTimestamp(int timestamp) |
String |
toString() |
getRealmId, mergeRemoteEntityWithLocalEntity, setRealmIdpublic String getId()
public void setId(String id)
public int getTimestamp()
public void setTimestamp(int timestamp)
public Map<String,AuthenticationSessionEntity> getAuthenticationSessions()
public void setAuthenticationSessions(Map<String,AuthenticationSessionEntity> authenticationSessions)
public boolean equals(Object o)
equals in class SessionEntitypublic int hashCode()
hashCode in class SessionEntityCopyright © 2017 JBoss by Red Hat. All rights reserved.