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