Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl | |
io.undertow.servlet.api |
Modifier and Type | Method and 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 and Description |
---|
NotificationReceiverHandler(HttpHandler next, Collection<NotificationReceiver> receivers) |
Modifier and Type | Method and Description |
---|---|
void | AbstractSecurityContext.registerNotificationReceiver(NotificationReceiver receiver) |
void | AbstractSecurityContext.removeNotificationReceiver(NotificationReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
List<NotificationReceiver> | DeploymentInfo.getNotificationReceivers() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.addNotificactionReceivers(NotificationReceiver... notificationReceivers) |
DeploymentInfo | DeploymentInfo.addNotificationReceiver(NotificationReceiver notificationReceiver) |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.addNotificationReceivers(Collection<NotificationReceiver> notificationReceivers) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.