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 interfaceHttpExchangeSpiThe SPI to be implemented to bridge the Elytron APIs with the available APIs of the web server being integrated with.interfaceHttpScopeNotificationInterface providing information about scope notifications.interfaceHttpServerRequestServer side representation of a HTTP request.Classes in org.wildfly.security.http that implement HttpServerScopes Modifier and Type Class Description private classHttpAuthenticator.AuthenticationExchangeclassHttpServerRequestWrapperA 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 classBaseHttpServerRequestA 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 classPrivilegedServerMechanism.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 classProgrammaticSingleSignOnCache.SSOHttpServerRequestAn implementation ofHttpServerRequestwhich can be used with the {link SingleSignOnSessionFactory}.
-