Uses of Enum Class
org.keycloak.events.EventType
Package
Description
-
Uses of EventType in org.keycloak.authentication.actiontoken
Modifier and TypeMethodDescriptionAbstractActionTokenHandler.eventType()
ActionTokenHandler.eventType()
Returns a event type logged withEventBuilder
class. -
Uses of EventType in org.keycloak.authentication.requiredactions
Modifier and TypeMethodDescriptionprotected EventType
WebAuthnRegister.getOriginalEventTypeForBackwardsCompatibility
(RequiredActionContext context) Deprecated. -
Uses of EventType in org.keycloak.email.freemarker
Modifier and TypeMethodDescriptionprotected String
FreeMarkerEmailTemplateProvider.toCamelCase
(EventType event) -
Uses of EventType in org.keycloak.events
Modifier and TypeMethodDescriptionEvent.getType()
static EventType
Returns the enum constant of this class with the specified name.static EventType
EventType.valueOfInteger
(Integer id) static EventType[]
EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Search events with given types -
Uses of EventType in org.keycloak.events.email
Modifier and TypeMethodDescriptionvoid
EmailEventListenerProviderFactory.addIncludedEvents
(EventType... types) void
EmailEventListenerProviderFactory.removeIncludedEvents
(EventType... types) ModifierConstructorDescriptionEmailEventListenerProvider
(KeycloakSession session, Set<EventType> includedEvents) -
Uses of EventType in org.keycloak.events.jpa
-
Uses of EventType in org.keycloak.protocol.docker
ModifierConstructorDescriptionDockerEndpoint
(KeycloakSession session, EventBuilder event, EventType login) -
Uses of EventType in org.keycloak.protocol.oidc.grants
Modifier and TypeMethodDescriptionAuthorizationCodeGrantType.getEventType()
ClientCredentialsGrantType.getEventType()
OAuth2GrantType.getEventType()
Returns the event type associated with this OAuth 2.0 grant type.PermissionGrantType.getEventType()
PreAuthorizedCodeGrantType.getEventType()
RefreshTokenGrantType.getEventType()
ResourceOwnerPasswordCredentialsGrantType.getEventType()
TokenExchangeGrantType.getEventType()
-
Uses of EventType in org.keycloak.protocol.oidc.grants.ciba
-
Uses of EventType in org.keycloak.protocol.oidc.grants.device
-
Uses of EventType in org.keycloak.services.managers
Modifier and TypeMethodDescriptionprotected void
DefaultBruteForceProtector.sendEvent
(KeycloakSession session, RealmModel realm, UserLoginFailureModel userLoginFailure, EventType type) -
Uses of EventType in org.keycloak.services.resources.account
UPDATE_PASSWORD
,UPDATE_TOTP
a.s.o.