|
keycloak
|


クラス | |
| class | ExternalizerImpl |
公開メンバ関数 | |
| RootAuthenticationSessionEntity () | |
| String | getId () |
| void | setId (String id) |
| int | getTimestamp () |
| void | setTimestamp (int timestamp) |
| Map< String, AuthenticationSessionEntity > | getAuthenticationSessions () |
| void | setAuthenticationSessions (Map< String, AuthenticationSessionEntity > authenticationSessions) |
| boolean | equals (Object o) |
| int | hashCode () |
| String | toString () |
| String | getRealmId () |
| void | setRealmId (String realmId) |
| SessionEntityWrapper | mergeRemoteEntityWithLocalEntity (SessionEntityWrapper localEntityWrapper) |
限定公開メンバ関数 | |
| RootAuthenticationSessionEntity (String realmId, String id, int timestamp, Map< String, AuthenticationSessionEntity > authenticationSessions) | |
非公開変数類 | |
| String | id |
| int | timestamp |
| Map< String, AuthenticationSessionEntity > | authenticationSessions = new ConcurrentHashMap<>() |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Returns realmId ID.
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
private |
|
private |
|
private |
1.8.13