Uses of Interface
org.wildfly.security.http.HttpExchangeSpi
-
Packages that use HttpExchangeSpi 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.sso -
-
Uses of HttpExchangeSpi in org.wildfly.security.http
Methods in org.wildfly.security.http with parameters of type HttpExchangeSpi Modifier and Type Method Description HttpAuthenticator.BuilderHttpAuthenticator.Builder. setHttpExchangeSpi(HttpExchangeSpi httpExchangeSpi)Set theHttpExchangeSpiinstance for the current request to allow integration with the Elytron APIs. -
Uses of HttpExchangeSpi in org.wildfly.security.http.impl
Constructors in org.wildfly.security.http.impl with parameters of type HttpExchangeSpi Constructor Description BaseHttpServerRequest(HttpExchangeSpi httpExchangeSpi) -
Uses of HttpExchangeSpi in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso with parameters of type HttpExchangeSpi Modifier and Type Method Description static IdentityCacheProgrammaticSingleSignOnCache. newInstance(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)
-