Uses of Enum
io.undertow.security.api.SecurityNotification.EventType
Packages that use SecurityNotification.EventType
-
Uses of SecurityNotification.EventType in io.undertow.security.api
Methods in io.undertow.security.api that return SecurityNotification.EventTypeModifier and TypeMethodDescriptionSecurityNotification.getEventType()
Returns the enum constant of this type with the specified name.static SecurityNotification.EventType[]
SecurityNotification.EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.undertow.security.api with parameters of type SecurityNotification.EventTypeModifierConstructorDescriptionSecurityNotification
(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message, boolean cachingRequired)