Package io.undertow.security.api
Class SecurityNotification
java.lang.Object
io.undertow.security.api.SecurityNotification
Notification representing a security event such as a successful or failed authentication.
- Author:
- Darran Lofthouse
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSecurityNotification
(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message, boolean cachingRequired) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
SecurityNotification
public SecurityNotification(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message, boolean cachingRequired)
-
-
Method Details
-
getExchange
-
getEventType
-
getAccount
-
getMechanism
-
isProgramatic
public boolean isProgramatic() -
getMessage
-
isCachingRequired
public boolean isCachingRequired()
-