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) |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount() |
SecurityNotification.EventType |
getEventType() |
HttpServerExchange |
getExchange() |
String |
getMechanism() |
String |
getMessage() |
boolean |
isProgramatic() |
public SecurityNotification(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message)
public HttpServerExchange getExchange()
public SecurityNotification.EventType getEventType()
public Account getAccount()
public String getMechanism()
public boolean isProgramatic()
public String getMessage()
Copyright © 2013 JBoss by Red Hat. All rights reserved.