Uses of Class
org.keycloak.events.admin.OperationType
-
Packages that use OperationType Package Description org.keycloak.events.admin -
-
Uses of OperationType in org.keycloak.events.admin
Methods in org.keycloak.events.admin that return OperationType Modifier and Type Method Description OperationTypeAdminEvent. getOperationType()Returns the type of the operationstatic OperationTypeOperationType. 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.Methods in org.keycloak.events.admin with parameters of type OperationType Modifier and Type Method Description AdminEventQueryAdminEventQuery. operation(OperationType... operations)Search by operation typevoidAdminEvent. setOperationType(OperationType operationType)
-