keycloak
|
公開メンバ関数 | |
String | getRealmId () |
void | setRealmId (String realmId) |
SessionEntity () | |
SessionEntityWrapper | mergeRemoteEntityWithLocalEntity (SessionEntityWrapper localEntityWrapper) |
abstract boolean | equals (Object obj) |
abstract int | hashCode () |
限定公開メンバ関数 | |
SessionEntity (String realmId) | |
非公開変数類 | |
String | realmId |
Represents an entity containing data about a session, i.e. an object that is stored in infinispan cache and can be potentially shared across DCs. Due to conflict management in
and
that use Infinispan's
method, overriding hashCode() and equals(java.lang.Object) is mandatory in descendants.
|
inlineprotected |
|
abstract |
|
inline |
Returns realmId ID.
|
abstract |
|
inline |
|
inline |
|
private |