Package | Description |
---|---|
org.keycloak.events.admin |
Modifier and Type | Method and Description |
---|---|
OperationType |
AdminEvent.getOperationType()
Returns the type of the operation
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AdminEventQuery |
AdminEventQuery.operation(OperationType... operations)
Search by operation type
|
void |
AdminEvent.setOperationType(OperationType operationType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.