Uses of Interface
org.wildfly.security.http.HttpServerScopes
-
Packages that use HttpServerScopes Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of HttpServerScopes in org.wildfly.security.http
Subinterfaces of HttpServerScopes in org.wildfly.security.http Modifier and Type Interface Description interface
HttpExchangeSpi
The SPI to be implemented to bridge the Elytron APIs with the available APIs of the web server being integrated with.interface
HttpScopeNotification
Interface providing information about scope notifications.interface
HttpServerRequest
Server side representation of a HTTP request.Classes in org.wildfly.security.http that implement HttpServerScopes Modifier and Type Class Description class
HttpServerRequestWrapper
A wrapper delegating any request to the delegated implementation.
-