Uses of Interface
org.wildfly.security.http.HttpServerRequest
-
Packages that use HttpServerRequest Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.org.wildfly.security.http.basic org.wildfly.security.http.bearer org.wildfly.security.http.cert org.wildfly.security.http.digest org.wildfly.security.http.external org.wildfly.security.http.form org.wildfly.security.http.impl Implementation classes which do not form part of the public API.org.wildfly.security.http.oidc org.wildfly.security.http.spnego org.wildfly.security.http.util Package containing utility classes for HTTP authentication, predominantly special factory wrappers.org.wildfly.security.http.util.sso -
-
Uses of HttpServerRequest in org.wildfly.security.http
Classes in org.wildfly.security.http that implement HttpServerRequest Modifier and Type Class Description private classHttpAuthenticator.AuthenticationExchangeclassHttpServerRequestWrapperA wrapper delegating any request to the delegated implementation.Fields in org.wildfly.security.http declared as HttpServerRequest Modifier and Type Field Description private HttpServerRequestHttpServerRequestWrapper. delegateMethods in org.wildfly.security.http with parameters of type HttpServerRequest Modifier and Type Method Description voidHttpServerAuthenticationMechanism. evaluateRequest(HttpServerRequest request)Evaluate the current request and attempt to authenticate if appropriate.Constructors in org.wildfly.security.http with parameters of type HttpServerRequest Constructor Description HttpServerRequestWrapper(HttpServerRequest delegate)Construct new instance. -
Uses of HttpServerRequest in org.wildfly.security.http.basic
Methods in org.wildfly.security.http.basic with parameters of type HttpServerRequest Modifier and Type Method Description voidBasicAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidBasicAuthenticationMechanism. prepareResponse(HttpServerRequest request, String realmName, HttpServerResponse response) -
Uses of HttpServerRequest in org.wildfly.security.http.bearer
Methods in org.wildfly.security.http.bearer with parameters of type HttpServerRequest Modifier and Type Method Description voidBearerTokenAuthenticationMechanism. evaluateRequest(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.cert
Methods in org.wildfly.security.http.cert with parameters of type HttpServerRequest Modifier and Type Method Description private booleanClientCertAuthenticationMechanism. attemptAuthentication(HttpServerRequest request, Function<SecurityDomain,IdentityCache> cacheFunction)private booleanClientCertAuthenticationMechanism. attemptReAuthentication(HttpServerRequest request, Function<SecurityDomain,IdentityCache> cacheFunction)private Function<SecurityDomain,IdentityCache>ClientCertAuthenticationMechanism. createIdentityCacheFunction(HttpServerRequest request)voidClientCertAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidClientCertAuthenticationMechanism. fail(HttpServerRequest request)private booleanClientCertAuthenticationMechanism. succeed(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.digest
Methods in org.wildfly.security.http.digest with parameters of type HttpServerRequest Modifier and Type Method Description private booleanDigestAuthenticationMechanism. digestUriMatchesRequestUri(HttpServerRequest request, byte[] digestUri)voidDigestAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidDigestAuthenticationMechanism. validateResponse(HashMap<String,byte[]> responseTokens, HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.external
Methods in org.wildfly.security.http.external with parameters of type HttpServerRequest Modifier and Type Method Description voidExternalAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidExternalAuthenticationMechanism. fail(HttpServerRequest request)private voidExternalAuthenticationMechanism. succeed(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.form
Methods in org.wildfly.security.http.form with parameters of type HttpServerRequest Modifier and Type Method Description private voidFormAuthenticationMechanism. attemptAuthentication(HttpServerRequest request)private booleanFormAuthenticationMechanism. attemptReAuthentication(HttpServerRequest request)private booleanFormAuthenticationMechanism. authorize(String username, HttpServerRequest request, IdentityCache identityCache)private IdentityCacheFormAuthenticationMechanism. createIdentityCache(HttpServerRequest request)private voidFormAuthenticationMechanism. error(String message, HttpServerRequest request)voidFormAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidFormAuthenticationMechanism. failAndRedirectToErrorPage(HttpServerRequest request, String username)private StringFormAuthenticationMechanism. getCompleteRedirectLocation(HttpServerRequest request, String location)private HttpScopeFormAuthenticationMechanism. getSessionScope(HttpServerRequest request, boolean createSession)private voidFormAuthenticationMechanism. sendLogin(HttpServerRequest request, HttpServerResponse response)private voidFormAuthenticationMechanism. sendPage(String page, HttpServerRequest request, HttpServerResponse response) -
Uses of HttpServerRequest in org.wildfly.security.http.impl
Classes in org.wildfly.security.http.impl that implement HttpServerRequest Modifier and Type Class Description classBaseHttpServerRequestA base implementation ofHttpServerRequest -
Uses of HttpServerRequest in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as HttpServerRequest Modifier and Type Field Description private HttpServerRequestOidcHttpFacade. requestMethods in org.wildfly.security.http.oidc with parameters of type HttpServerRequest Modifier and Type Method Description voidOidcAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private OidcClientContextOidcAuthenticationMechanism. getOidcClientContext(HttpServerRequest request)Constructors in org.wildfly.security.http.oidc with parameters of type HttpServerRequest Constructor Description OidcHttpFacade(HttpServerRequest request, OidcClientContext oidcClientContext, CallbackHandler handler) -
Uses of HttpServerRequest in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego with parameters of type HttpServerRequest Modifier and Type Method Description private booleanSpnegoAuthenticationMechanism. attemptReAuthentication(IdentityCache identityCache, HttpServerRequest request)voidSpnegoAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private HttpScopeSpnegoAuthenticationMechanism. getStorageScope(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.util
Classes in org.wildfly.security.http.util that implement HttpServerRequest Modifier and Type Class Description private classPrivilegedServerMechanism.HttpServerRequestWrapperFields in org.wildfly.security.http.util declared as HttpServerRequest Modifier and Type Field Description private HttpServerRequestPrivilegedServerMechanism.HttpServerRequestWrapper. wrappedMethods in org.wildfly.security.http.util with parameters of type HttpServerRequest Modifier and Type Method Description voidPrivilegedServerMechanism. evaluateRequest(HttpServerRequest request)Constructors in org.wildfly.security.http.util with parameters of type HttpServerRequest Constructor Description HttpServerRequestWrapper(HttpServerRequest toWrap) -
Uses of HttpServerRequest in org.wildfly.security.http.util.sso
Classes in org.wildfly.security.http.util.sso that implement HttpServerRequest Modifier and Type Class Description private static classProgrammaticSingleSignOnCache.SSOHttpServerRequestAn implementation ofHttpServerRequestwhich can be used with the {link SingleSignOnSessionFactory}.Fields in org.wildfly.security.http.util.sso declared as HttpServerRequest Modifier and Type Field Description private HttpServerRequestProgrammaticSingleSignOnCache. httpServerRequestprivate HttpServerRequestDefaultSingleSignOnSession. requestMethods in org.wildfly.security.http.util.sso that return HttpServerRequest Modifier and Type Method Description private HttpServerRequestProgrammaticSingleSignOnCache. getOrCreateHttpServerRequest()Methods in org.wildfly.security.http.util.sso with parameters of type HttpServerRequest Modifier and Type Method Description SingleSignOnSessionDefaultSingleSignOnSessionFactory. create(HttpServerRequest request, String mechanismName, boolean programmatic)SingleSignOnSessionSingleSignOnSessionFactory. create(HttpServerRequest request, String mechanismName, boolean programmatic)Creates a newSingleSignOnSessionfor the specified request and authentication mechanism.SingleSignOnSessionDefaultSingleSignOnSessionFactory. find(String id, HttpServerRequest request)SingleSignOnSessionSingleSignOnSessionFactory. find(String id, HttpServerRequest request)Returns aSingleSignOnSessioninstance associated with the specified identifier and request.Constructors in org.wildfly.security.http.util.sso with parameters of type HttpServerRequest Constructor Description DefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, String mechanismName, boolean programmatic)DefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, SingleSignOn sso)
-