Uses of Enum Class
org.keycloak.events.admin.OperationType
Packages that use OperationType
Package
Description
-
Uses of OperationType in org.keycloak.authorization.admin
Methods in org.keycloak.authorization.admin with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidResourceSetService.audit(ResourceRepresentation resource, String id, OperationType operation) -
Uses of OperationType in org.keycloak.events.admin
Methods in org.keycloak.events.admin that return OperationTypeModifier and TypeMethodDescriptionAdminEvent.getOperationType()Returns the type of the operationstatic OperationTypeReturns the enum constant of this class with the specified name.static OperationTypeOperationType.valueOfInteger(Integer id) static OperationType[]OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.events.admin with parameters of type OperationTypeModifier and TypeMethodDescriptionAdminEventQuery.operation(OperationType... operations) Search by operation typevoidAdminEvent.setOperationType(OperationType operationType) -
Uses of OperationType in org.keycloak.events.jpa
Methods in org.keycloak.events.jpa with parameters of type OperationType -
Uses of OperationType in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin with parameters of type OperationType