public class SecurityNotification extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
SecurityNotification.EventType |
Constructor | Description |
---|---|
SecurityNotification(HttpServerExchange exchange,
SecurityNotification.EventType eventType,
Account account,
String mechanism,
boolean programatic,
String message,
boolean cachingRequired) |
Modifier and Type | Method | Description |
---|---|---|
Account |
getAccount() |
|
SecurityNotification.EventType |
getEventType() |
|
HttpServerExchange |
getExchange() |
|
String |
getMechanism() |
|
String |
getMessage() |
|
boolean |
isCachingRequired() |
|
boolean |
isProgramatic() |
public SecurityNotification(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message, boolean cachingRequired)
public HttpServerExchange getExchange()
public SecurityNotification.EventType getEventType()
public Account getAccount()
public String getMechanism()
public boolean isProgramatic()
public String getMessage()
public boolean isCachingRequired()
Copyright © 2018. All rights reserved.