Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl |
Modifier and Type | Method | Description |
---|---|---|
void |
SecurityContext.registerNotificationReceiver(NotificationReceiver receiver) |
Register a
NotificationReceiver interested in receiving notifications for security events that happen on this SecurityContext. |
void |
SecurityContext.removeNotificationReceiver(NotificationReceiver receiver) |
Remove a previously registered
NotificationReceiver from this SecurityContext. |
Constructor | Description |
---|---|
NotificationReceiverHandler(HttpHandler next,
java.util.Collection<NotificationReceiver> receivers) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractSecurityContext.registerNotificationReceiver(NotificationReceiver receiver) |
|
void |
AbstractSecurityContext.removeNotificationReceiver(NotificationReceiver receiver) |
Copyright © 2018. All rights reserved.