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) -
Uses of NotificationReceiver in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type NotificationReceiverMethods in io.undertow.servlet.api with parameters of type NotificationReceiverModifier and TypeMethodDescriptionDeploymentInfo.addNotificactionReceivers(NotificationReceiver... notificationReceivers) DeploymentInfo.addNotificationReceiver(NotificationReceiver notificationReceiver) Method parameters in io.undertow.servlet.api with type arguments of type NotificationReceiverModifier and TypeMethodDescriptionDeploymentInfo.addNotificationReceivers(Collection<NotificationReceiver> notificationReceivers)