Uses of Enum Class
org.keycloak.events.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in org.keycloak.authentication.actiontoken
Methods in org.keycloak.authentication.actiontoken that return EventTypeModifier and TypeMethodDescriptionAbstractActionTokenHandler.eventType()ActionTokenHandler.eventType()Returns a event type logged withEventBuilderclass.Constructors in org.keycloak.authentication.actiontoken with parameters of type EventType -
Uses of EventType in org.keycloak.email.freemarker
Methods in org.keycloak.email.freemarker with parameters of type EventTypeModifier and TypeMethodDescriptionprotected StringFreeMarkerEmailTemplateProvider.toCamelCase(EventType event) -
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 class with the specified name.static EventTypeEventType.valueOfInteger(Integer id) static EventType[]EventType.values()Returns an array containing the constants of this enum class, 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.events.email
Constructor parameters in org.keycloak.events.email with type arguments of type EventTypeModifierConstructorDescriptionEmailEventListenerProvider(KeycloakSession session, Set<EventType> includedEvents) -
Uses of EventType in org.keycloak.events.jpa
Methods in org.keycloak.events.jpa with parameters of type EventType -
Uses of EventType in org.keycloak.protocol.docker
Constructors in org.keycloak.protocol.docker with parameters of type EventTypeModifierConstructorDescriptionDockerEndpoint(KeycloakSession session, EventBuilder event, EventType login) -
Uses of EventType in org.keycloak.services.resources.account
Fields in org.keycloak.services.resources.account declared as EventType