Uses of Class
org.keycloak.events.EventType
-
Packages that use EventType Package Description org.keycloak.events -
-
Uses of EventType in org.keycloak.events
Methods in org.keycloak.events that return EventType Modifier and Type Method Description EventTypeEvent. getType()static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventTypeEventType. valueOfInteger(Integer id)static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.events with parameters of type EventType Modifier and Type Method Description EventBuilderEventBuilder. event(EventType e)voidEvent. setType(EventType type)EventQueryEventQuery. type(EventType... types)Search events with given types
-