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.org.wildfly.security.http.impl Implementation classes which do not form part of the public API.org.wildfly.security.http.util Package containing utility classes for HTTP authentication, predominantly special factory wrappers.org.wildfly.security.http.util.sso -
-
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 private class
HttpAuthenticator.AuthenticationExchange
class
HttpServerRequestWrapper
A wrapper delegating any request to the delegated implementation. -
Uses of HttpServerScopes in org.wildfly.security.http.impl
Classes in org.wildfly.security.http.impl that implement HttpServerScopes Modifier and Type Class Description class
BaseHttpServerRequest
A base implementation ofHttpServerRequest
-
Uses of HttpServerScopes in org.wildfly.security.http.util
Classes in org.wildfly.security.http.util that implement HttpServerScopes Modifier and Type Class Description private class
PrivilegedServerMechanism.HttpServerRequestWrapper
-
Uses of HttpServerScopes in org.wildfly.security.http.util.sso
Classes in org.wildfly.security.http.util.sso that implement HttpServerScopes Modifier and Type Class Description private static class
ProgrammaticSingleSignOnCache.SSOHttpServerRequest
An implementation ofHttpServerRequest
which can be used with the {link SingleSignOnSessionFactory}.
-