keycloak
|
公開メンバ関数 | |
String | getRealmId () |
String | getEventKey () |
boolean | isResendingEvent () |
String | getSiteId () |
String | getNodeId () |
String | toString () |
静的公開メンバ関数 | |
static< T extends SessionClusterEvent > T | createEvent (Class< T > eventClass, String eventKey, KeycloakSession session, String realmId, boolean resendingEvent) |
限定公開メンバ関数 | |
void | marshallTo (ObjectOutput output) throws IOException |
void | unmarshallFrom (ObjectInput input) throws IOException |
関数 | |
void | setData (KeycloakSession session, String eventKey, String realmId, boolean resendingEvent) |
非公開メンバ関数 | |
void | unmarshallFromVersion1 (ObjectInput input) throws IOException |
非公開変数類 | |
String | realmId |
String | eventKey |
boolean | resendingEvent |
String | siteId |
String | nodeId |
静的非公開変数類 | |
static final int | VERSION_1 = 1 |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlinepackage |
|
inline |
|
inlineprotected |
Sets the properties of this object from the input stream.
input |
IOException |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |