Uses of Interface
io.undertow.security.api.NotificationReceiver
Packages that use NotificationReceiver
Package
Description
-
Uses of NotificationReceiver in io.undertow.security.api
Methods in io.undertow.security.api with parameters of type NotificationReceiverModifier and TypeMethodDescriptionvoid
SecurityContext.registerNotificationReceiver
(NotificationReceiver receiver) Register aNotificationReceiver
interested in receiving notifications for security events that happen on this SecurityContext.void
SecurityContext.removeNotificationReceiver
(NotificationReceiver receiver) Remove a previously registeredNotificationReceiver
from this SecurityContext. -
Uses of NotificationReceiver in io.undertow.security.handlers
Constructor parameters in io.undertow.security.handlers with type arguments of type NotificationReceiverModifierConstructorDescriptionNotificationReceiverHandler
(HttpHandler next, Collection<NotificationReceiver> receivers) -
Uses of NotificationReceiver in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type NotificationReceiverModifier and TypeMethodDescriptionvoid
AbstractSecurityContext.registerNotificationReceiver
(NotificationReceiver receiver) void
AbstractSecurityContext.removeNotificationReceiver
(NotificationReceiver receiver)