Package org.infinispan.server.security
Class HttpServerRequestAdapter
java.lang.Object
org.infinispan.server.security.HttpServerRequestAdapter
- All Implemented Interfaces:
org.wildfly.security.http.HttpServerRequest,org.wildfly.security.http.HttpServerScopes
public class HttpServerRequestAdapter
extends Object
implements org.wildfly.security.http.HttpServerRequest
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServerRequestAdapter(org.infinispan.rest.framework.RestRequest request, io.netty.channel.ChannelHandlerContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoidauthenticationComplete(org.wildfly.security.http.HttpServerMechanismsResponder responder) voidauthenticationComplete(org.wildfly.security.http.HttpServerMechanismsResponder responder, Runnable runnable) voidauthenticationFailed(String s, org.wildfly.security.http.HttpServerMechanismsResponder responder) voidauthenticationInProgress(org.wildfly.security.http.HttpServerMechanismsResponder responder) voidbadRequest(org.wildfly.security.http.HttpAuthenticationException e, org.wildfly.security.http.HttpServerMechanismsResponder responder) List<org.wildfly.security.http.HttpServerCookie> org.infinispan.rest.framework.RestResponseorg.wildfly.security.http.HttpScopegetScope(org.wildfly.security.http.Scope scope) org.wildfly.security.http.HttpScopegetScopeIds(org.wildfly.security.http.Scope scope) voidnoAuthenticationInProgress(org.wildfly.security.http.HttpServerMechanismsResponder responder) booleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.http.HttpServerRequest
authenticationComplete, authenticationFailed, badRequest, getRemoteUser, noAuthenticationInProgress, setRequestInputStreamSupplier
-
Constructor Details
-
HttpServerRequestAdapter
public HttpServerRequestAdapter(org.infinispan.rest.framework.RestRequest request, io.netty.channel.ChannelHandlerContext ctx)
-
-
Method Details
-
getRequestHeaderValues
- Specified by:
getRequestHeaderValuesin interfaceorg.wildfly.security.http.HttpServerRequest
-
getFirstRequestHeaderValue
- Specified by:
getFirstRequestHeaderValuein interfaceorg.wildfly.security.http.HttpServerRequest
-
getSSLSession
- Specified by:
getSSLSessionin interfaceorg.wildfly.security.http.HttpServerRequest
-
getPeerCertificates
- Specified by:
getPeerCertificatesin interfaceorg.wildfly.security.http.HttpServerRequest
-
noAuthenticationInProgress
public void noAuthenticationInProgress(org.wildfly.security.http.HttpServerMechanismsResponder responder) - Specified by:
noAuthenticationInProgressin interfaceorg.wildfly.security.http.HttpServerRequest
-
authenticationInProgress
public void authenticationInProgress(org.wildfly.security.http.HttpServerMechanismsResponder responder) - Specified by:
authenticationInProgressin interfaceorg.wildfly.security.http.HttpServerRequest
-
authenticationComplete
public void authenticationComplete(org.wildfly.security.http.HttpServerMechanismsResponder responder) - Specified by:
authenticationCompletein interfaceorg.wildfly.security.http.HttpServerRequest
-
authenticationComplete
public void authenticationComplete(org.wildfly.security.http.HttpServerMechanismsResponder responder, Runnable runnable) - Specified by:
authenticationCompletein interfaceorg.wildfly.security.http.HttpServerRequest
-
authenticationFailed
public void authenticationFailed(String s, org.wildfly.security.http.HttpServerMechanismsResponder responder) - Specified by:
authenticationFailedin interfaceorg.wildfly.security.http.HttpServerRequest
-
badRequest
public void badRequest(org.wildfly.security.http.HttpAuthenticationException e, org.wildfly.security.http.HttpServerMechanismsResponder responder) - Specified by:
badRequestin interfaceorg.wildfly.security.http.HttpServerRequest
-
getRequestMethod
- Specified by:
getRequestMethodin interfaceorg.wildfly.security.http.HttpServerRequest
-
getRequestURI
- Specified by:
getRequestURIin interfaceorg.wildfly.security.http.HttpServerRequest
-
getRequestPath
- Specified by:
getRequestPathin interfaceorg.wildfly.security.http.HttpServerRequest
-
getParameters
- Specified by:
getParametersin interfaceorg.wildfly.security.http.HttpServerRequest
-
getParameterNames
- Specified by:
getParameterNamesin interfaceorg.wildfly.security.http.HttpServerRequest
-
getParameterValues
- Specified by:
getParameterValuesin interfaceorg.wildfly.security.http.HttpServerRequest
-
getFirstParameterValue
- Specified by:
getFirstParameterValuein interfaceorg.wildfly.security.http.HttpServerRequest
-
getCookies
- Specified by:
getCookiesin interfaceorg.wildfly.security.http.HttpServerRequest
-
getInputStream
- Specified by:
getInputStreamin interfaceorg.wildfly.security.http.HttpServerRequest
-
getSourceAddress
- Specified by:
getSourceAddressin interfaceorg.wildfly.security.http.HttpServerRequest
-
suspendRequest
public boolean suspendRequest()- Specified by:
suspendRequestin interfaceorg.wildfly.security.http.HttpServerRequest
-
resumeRequest
public boolean resumeRequest()- Specified by:
resumeRequestin interfaceorg.wildfly.security.http.HttpServerRequest
-
getScope
public org.wildfly.security.http.HttpScope getScope(org.wildfly.security.http.Scope scope) - Specified by:
getScopein interfaceorg.wildfly.security.http.HttpServerScopes
-
getScopeIds
- Specified by:
getScopeIdsin interfaceorg.wildfly.security.http.HttpServerScopes
-
getScope
public org.wildfly.security.http.HttpScope getScope(org.wildfly.security.http.Scope scope, String s) - Specified by:
getScopein interfaceorg.wildfly.security.http.HttpServerScopes
-
getResponse
public org.infinispan.rest.framework.RestResponse getResponse()
-