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
Fields in org.wildfly.security.http declared as HttpExchangeSpi Modifier and Type Field Description private HttpExchangeSpi
HttpAuthenticator.Builder. httpExchangeSpi
private HttpExchangeSpi
HttpAuthenticator. httpExchangeSpi
Methods in org.wildfly.security.http with parameters of type HttpExchangeSpi Modifier and Type Method Description HttpAuthenticator.Builder
HttpAuthenticator.Builder. setHttpExchangeSpi(HttpExchangeSpi httpExchangeSpi)
Set theHttpExchangeSpi
instance for the current request to allow integration with the Elytron APIs. -
Uses of HttpExchangeSpi in org.wildfly.security.http.impl
Fields in org.wildfly.security.http.impl declared as HttpExchangeSpi Modifier and Type Field Description private HttpExchangeSpi
BaseHttpServerRequest. httpExchangeSpi
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
Fields in org.wildfly.security.http.util.sso declared as HttpExchangeSpi Modifier and Type Field Description private HttpExchangeSpi
ProgrammaticSingleSignOnCache. httpExchangeSpi
Methods in org.wildfly.security.http.util.sso with parameters of type HttpExchangeSpi Modifier and Type Method Description static IdentityCache
ProgrammaticSingleSignOnCache. newInstance(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)
Constructors in org.wildfly.security.http.util.sso with parameters of type HttpExchangeSpi Constructor Description ProgrammaticSingleSignOnCache(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)
SSOHttpServerRequest(HttpExchangeSpi httpExchangeSpi)
-