Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl |
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) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.