public class SecurityNotification extends Object
Modifier and Type | Class and Description |
---|---|
static class | SecurityNotification.EventType |
Constructor and Description |
---|
SecurityNotification(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message, boolean cachingRequired) |
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.