Uses of Enum
org.keycloak.events.EventType
Packages that use EventType
-
Uses of EventType in org.keycloak.events
Methods in org.keycloak.events that return EventTypeModifier and TypeMethodDescriptionEvent.getType()static EventTypeReturns 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 EventTypeModifier and TypeMethodDescriptionvoidSearch events with given types -
Uses of EventType in org.keycloak.protocol.oidc.grants
Methods in org.keycloak.protocol.oidc.grants that return EventTypeModifier and TypeMethodDescriptionOAuth2GrantType.getEventType()Returns the event type associated with this OAuth 2.0 grant type.