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 TypeMethodDescriptionvoidSecurityContext.registerNotificationReceiver(NotificationReceiver receiver) Register aNotificationReceiverinterested in receiving notifications for security events that happen on this SecurityContext.voidSecurityContext.removeNotificationReceiver(NotificationReceiver receiver) Remove a previously registeredNotificationReceiverfrom 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 TypeMethodDescriptionvoidAbstractSecurityContext.registerNotificationReceiver(NotificationReceiver receiver) voidAbstractSecurityContext.removeNotificationReceiver(NotificationReceiver receiver)