@SerializeWith(value=RootAuthenticationSessionEntity.ExternalizerImpl.class) public class RootAuthenticationSessionEntity extends SessionEntity
Modifier and Type | Class and Description |
---|---|
static class |
RootAuthenticationSessionEntity.ExternalizerImpl |
Modifier | Constructor and Description |
---|---|
|
RootAuthenticationSessionEntity() |
protected |
RootAuthenticationSessionEntity(String realmId,
String id,
int timestamp,
Map<String,AuthenticationSessionEntity> authenticationSessions) |
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, setRealmId
public RootAuthenticationSessionEntity()
protected RootAuthenticationSessionEntity(String realmId, String id, int timestamp, Map<String,AuthenticationSessionEntity> authenticationSessions)
public 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 SessionEntity
public int hashCode()
hashCode
in class SessionEntity
Copyright © 2021 JBoss by Red Hat. All rights reserved.