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