Uses of Interface
io.undertow.security.api.NotificationReceiver
-
Packages that use NotificationReceiver Package Description io.undertow.security.api io.undertow.security.handlers io.undertow.security.impl -
-
Uses of NotificationReceiver in io.undertow.security.api
Methods in io.undertow.security.api with parameters of type NotificationReceiver Modifier and Type Method Description voidSecurityContext. 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 NotificationReceiver Constructor Description NotificationReceiverHandler(HttpHandler next, Collection<NotificationReceiver> receivers) -
Uses of NotificationReceiver in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type NotificationReceiver Modifier and Type Method Description voidAbstractSecurityContext. registerNotificationReceiver(NotificationReceiver receiver)voidAbstractSecurityContext. removeNotificationReceiver(NotificationReceiver receiver)
-