public abstract class AbstractRootAuthenticationSessionModel<E extends AbstractEntity> extends Object implements RootAuthenticationSessionModel
RootAuthenticationSessionModel.SearchableFields| Modifier and Type | Field and Description |
|---|---|
protected E |
entity |
protected RealmModel |
realm |
protected KeycloakSession |
session |
| Constructor and Description |
|---|
AbstractRootAuthenticationSessionModel(KeycloakSession session,
RealmModel realm,
E entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreateAuthenticationSession, getAuthenticationSession, getAuthenticationSessions, getId, getRealm, getTimestamp, removeAuthenticationSessionByTabId, restartSession, setTimestampprotected final KeycloakSession session
protected final RealmModel realm
protected final E extends AbstractEntity entity
public AbstractRootAuthenticationSessionModel(KeycloakSession session, RealmModel realm, E entity)
Copyright © 2021 JBoss by Red Hat. All rights reserved.