Package | Description |
---|---|
io.undertow.security.api |
Modifier and Type | Method | Description |
---|---|---|
SecurityNotification.EventType |
SecurityNotification.getEventType() |
|
static SecurityNotification.EventType |
SecurityNotification.EventType.valueOf(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.
|
Constructor | Description |
---|---|
SecurityNotification(HttpServerExchange exchange,
SecurityNotification.EventType eventType,
Account account,
String mechanism,
boolean programatic,
String message,
boolean cachingRequired) |
Copyright © 2018. All rights reserved.