Uses of Class
io.undertow.security.api.SecurityNotification.EventType
-
Packages that use SecurityNotification.EventType Package Description io.undertow.security.api -
-
Uses of SecurityNotification.EventType in io.undertow.security.api
Methods in io.undertow.security.api that return SecurityNotification.EventType Modifier and Type Method Description SecurityNotification.EventType
SecurityNotification. getEventType()
static SecurityNotification.EventType
SecurityNotification.EventType. valueOf(java.lang.String name)
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.EventType Constructor Description SecurityNotification(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, java.lang.String mechanism, boolean programatic, java.lang.String message, boolean cachingRequired)
-