Uses of Interface
org.wildfly.security.http.HttpScopeNotification
-
Packages that use HttpScopeNotification Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of HttpScopeNotification in org.wildfly.security.http
Method parameters in org.wildfly.security.http with type arguments of type HttpScopeNotification Modifier and Type Method Description default void
HttpScope. registerForNotification(Consumer<HttpScopeNotification> notificationConsumer)
Register a notification consumer to receive notifications from this scope.
-