keycloak
|
公開メンバ関数 | |
long | getTime () |
void | setTime (long time) |
String | getRealmId () |
void | setRealmId (String realmId) |
AuthDetails | getAuthDetails () |
void | setAuthDetails (AuthDetails authDetails) |
OperationType | getOperationType () |
void | setOperationType (OperationType operationType) |
String | getResourcePath () |
void | setResourcePath (String resourcePath) |
String | getRepresentation () |
void | setRepresentation (String representation) |
String | getError () |
void | setError (String error) |
ResourceType | getResourceType () |
void | setResourceType (ResourceType resourceType) |
非公開変数類 | |
long | time |
String | realmId |
AuthDetails | authDetails |
ResourceType | resourceType |
OperationType | operationType |
String | resourcePath |
String | representation |
String | error |
|
inline |
Returns authentication details
|
inline |
If the event was unsuccessful returns the error message. Otherwise returns null
.
|
inline |
Returns the type of the operation
|
inline |
Returns the id of the realm
|
inline |
Returns the updated JSON representation if operationType
is CREATE
or UPDATE
. Otherwise returns null
.
|
inline |
Returns the path of the resource. For example:
|
inline |
Returns the type of the affected ResourceType for this AdminEvent, e.g. USER, GROUP etc.
|
inline |
Returns the time of the event
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
The resource type an AdminEvent was triggered for.
|
private |