Constructor and Description |
---|
WebResourcePermission(HttpServletRequest request)
Creates a new WebResourcePermission from the HttpServletRequest object.
|
WebUserDataPermission(HttpServletRequest request)
Creates a new WebUserDataPermission from the HttpServletRequest object.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServletRequestWrapper
Provides a convenient implementation of the HttpServletRequest interface
that can be subclassed by developers wishing to adapt the request to a
Servlet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpServlet.doDelete(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a DELETE request. |
protected void |
HttpServlet.doGet(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method) to
allow a servlet to handle a GET request. |
protected void |
HttpServlet.doHead(HttpServletRequest req,
HttpServletResponse resp)
Receives an HTTP HEAD request from the protected
service method and handles the
request. |
protected void |
HttpServlet.doOptions(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a OPTIONS request. |
protected void |
HttpServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a POST request. |
protected void |
HttpServlet.doPut(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a PUT request. |
protected void |
HttpServlet.doTrace(HttpServletRequest req,
HttpServletResponse resp)
Called by the server (via the
service method)
to allow a servlet to handle a TRACE request. |
protected long |
HttpServlet.getLastModified(HttpServletRequest req)
Returns the time the
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT. |
static StringBuffer |
HttpUtils.getRequestURL(HttpServletRequest req)
Deprecated.
Reconstructs the URL the client used to make the request,
using information in the
HttpServletRequest object. |
protected void |
HttpServlet.service(HttpServletRequest req,
HttpServletResponse resp)
Receives standard HTTP requests from the public
service method and dispatches
them to the do XXX methods defined in
this class. |
Constructor and Description |
---|
HttpServletRequestWrapper(HttpServletRequest request)
Constructs a request object wrapping the given request.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpJspPage._jspService(HttpServletRequest request,
HttpServletResponse response)
The _jspService()method corresponds to the body of the JSP page.
|
Modifier and Type | Method and Description |
---|---|
static Enumeration |
Util.getRequestLocales(HttpServletRequest request)
HttpServletRequest.getLocales() returns the server's default locale
if the request did not specify a preferred language.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JSAPIServlet.service(HttpServletRequest req,
HttpServletResponse resp) |
void |
JSAPIWriter.writeJavaScript(String uri,
HttpServletRequest req,
HttpServletResponse resp,
ServiceRegistry serviceRegistry) |
Modifier and Type | Field and Description |
---|---|
protected HttpServletRequest |
HttpServletInputMessage.request |
protected HttpServletRequest |
Servlet3AsyncHttpRequest.theRequest |
Modifier and Type | Method and Description |
---|---|
protected HttpRequest |
HttpServletDispatcher.createHttpRequest(String httpMethod,
HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
HttpServletResponse response) |
protected HttpRequest |
HttpServlet30Dispatcher.createHttpRequest(String httpMethod,
HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
HttpServletResponse httpServletResponse) |
HttpRequest |
HttpServletDispatcher.createResteasyHttpRequest(String httpMethod,
HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
HttpServletResponse response) |
HttpRequest |
HttpRequestFactory.createResteasyHttpRequest(String httpMethod,
HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
HttpServletResponse response) |
HttpRequest |
FilterDispatcher.createResteasyHttpRequest(String httpMethod,
HttpServletRequest request,
HttpHeaders headers,
UriInfoImpl uriInfo,
HttpResponse theResponse,
HttpServletResponse response) |
HttpRequest |
Filter30Dispatcher.createResteasyHttpRequest(String httpMethod,
HttpServletRequest httpServletRequest,
HttpHeaders httpHeaders,
UriInfoImpl uriInfo,
HttpResponse httpResponse,
HttpServletResponse httpServletResponse) |
static HttpHeaders |
ServletUtil.extractHttpHeaders(HttpServletRequest request) |
static MultivaluedMap<String,String> |
ServletUtil.extractRequestHeaders(HttpServletRequest request) |
static UriInfoImpl |
ServletUtil.extractUriInfo(HttpServletRequest request,
String servletPrefix) |
protected void |
HttpServletDispatcher.service(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) |
void |
HttpServletDispatcher.service(String httpMethod,
HttpServletRequest request,
HttpServletResponse response) |
void |
ServletContainerDispatcher.service(String httpMethod,
HttpServletRequest request,
HttpServletResponse response,
boolean handleNotFound) |
Constructor and Description |
---|
HttpServletInputMessage(HttpServletRequest request,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest,
HttpServletResponse response,
HttpResponse httpResponse,
HttpHeaders httpHeaders,
UriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
ServletSecurityContext(HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
org.jboss.security.xacml.interfaces.RequestContext |
WebXACMLUtil.createXACMLRequest(HttpServletRequest request,
RoleGroup callerRoles) |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
ServletEndpointContextImpl.getHttpServletRequest() |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
ServletRequestContext.getHttpServletRequest() |
Modifier and Type | Method and Description |
---|---|
void |
PortComponentLinkServlet.doGet(HttpServletRequest req,
HttpServletResponse res)
Get the serviceURL as string for a given serviceID.
|
Constructor and Description |
---|
ServletHeaderSource(HttpServletRequest req,
HttpServletResponse res) |
ServletRequestContext(ServletContext context,
HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointServlet.doDelete(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doGet(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doHead(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doPost(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
EndpointServlet.doPut(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
RequestHandlerImpl.handleHttpRequest(org.jboss.wsf.spi.deployment.Endpoint endpoint,
HttpServletRequest req,
HttpServletResponse res,
ServletContext context) |
void |
AbstractEndpointServlet.service(HttpServletRequest req,
HttpServletResponse res)
Serves the requests
|
void |
EndpointServlet.service(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
Modifier and Type | Method and Description |
---|---|
protected List<Credential> |
BaseSAMLSimpleSignatureSecurityPolicyRule.getRequestCredentials(HttpServletRequest request,
SAMLMessageContext samlContext)
Extract any candidate validation credentials from the request and/or message context.
|
protected byte[] |
BaseSAMLSimpleSignatureSecurityPolicyRule.getSignature(HttpServletRequest request)
Extract the signature value from the request, in the form suitable for input into
SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential) . |
protected String |
BaseSAMLSimpleSignatureSecurityPolicyRule.getSignatureAlgorithm(HttpServletRequest request)
Extract the signature algorithm URI value from the request.
|
protected abstract byte[] |
BaseSAMLSimpleSignatureSecurityPolicyRule.getSignedContent(HttpServletRequest request)
Get the content over which to validate the signature, in the form suitable for input into
SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential) . |
protected abstract boolean |
BaseSAMLSimpleSignatureSecurityPolicyRule.ruleHandles(HttpServletRequest request,
SAMLMessageContext samlMsgCtx)
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message
context.
|
Modifier and Type | Method and Description |
---|---|
protected List<Credential> |
SAML2HTTPPostSimpleSignRule.getRequestCredentials(HttpServletRequest request,
SAMLMessageContext samlContext)
Extract any candidate validation credentials from the request and/or message context.
|
protected byte[] |
SAML2HTTPRedirectDeflateSignatureRule.getSignedContent(HttpServletRequest request)
Get the content over which to validate the signature, in the form suitable for input into
SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential) . |
protected byte[] |
SAML2HTTPPostSimpleSignRule.getSignedContent(HttpServletRequest request)
Get the content over which to validate the signature, in the form suitable for input into
SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential) . |
protected boolean |
SAML2HTTPRedirectDeflateSignatureRule.ruleHandles(HttpServletRequest request,
SAMLMessageContext samlMsgCtx)
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message
context.
|
protected boolean |
SAML2HTTPPostSimpleSignRule.ruleHandles(HttpServletRequest request,
SAMLMessageContext samlMsgCtx)
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message
context.
|
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
HttpServletRequestAdapter.getWrappedRequest()
Gets the adapted request.
|
Constructor and Description |
---|
HttpServletRequestAdapter(HttpServletRequest request)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpContext.handleSecurity(HttpServletRequest request,
HttpServletResponse response)
Handles security for the specified request.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response)
Challenges the client if no credentials were supplied or the credentials were not extracted in order to continue with the authentication.
|
void |
FormAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
DigestAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
ClientCertAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
BasicAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
HTTPAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds)
Extracts the credentials from the given
HttpServletRequest and populate the DefaultLoginCredentials with them. |
void |
FormAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
DigestAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
ClientCertAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
BasicAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
String[] |
BasicAuthenticationScheme.extractUsernameAndPassword(HttpServletRequest request) |
boolean |
HTTPAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response)
Performs any post-authentication logic regarding of the authentication result.
|
boolean |
FormAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
boolean |
DigestAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
boolean |
ClientCertAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
boolean |
BasicAuthenticationScheme.postAuthentication(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
String |
NonceCache.generateAndCacheNonce(HttpServletRequest request) |
boolean |
NonceCache.hasValidNonce(Digest digest,
HttpServletRequest request) |
SavedRequest |
RequestCache.removeAndStoreSavedRequestInSession(HttpServletRequest request)
Removes a cached request and stores it in the session.
|
void |
RequestCache.saveRequest(HttpServletRequest request)
Saves a
HttpServletRequest as a SavedRequest instance. |
Constructor and Description |
---|
SavedRequest(HttpServletRequest request)
Create a new instance copying the state from the request passed as argument.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response)
Challenges the client if no credentials were supplied or the credentials were not extracted in order to continue
with the authentication.
|
void |
HttpAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds)
Extracts the credentials from the given
HttpServletRequest and populates the
DefaultLoginCredentials with them. |
void |
HttpAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response)
Performs any post-authentication logic regarding of the authentication result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PathAuthorizer.authorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response)
Performs an authorization check for a specific
PathConfiguration considering
an incoming HttpServletRequest . |
Modifier and Type | Class and Description |
---|---|
class |
PicketLinkHttpServletRequest
PicketLink wrapper to
HttpServletRequest instances. |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
HttpServletRequestListener.produce() |
Modifier and Type | Method and Description |
---|---|
PathConfiguration |
PathMatcher.matches(HttpServletRequest request) |
Constructor and Description |
---|
PicketLinkHttpServletRequest(HttpServletRequest request,
Identity identity,
DefaultLoginCredentials credentials,
PartitionManager partitionManager,
ELProcessor elProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
X509AuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
TokenAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response)
We use a 401 http status code to sinalize to clients that authentication is required.
|
void |
FormAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
DigestAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
BasicAuthenticationScheme.challengeClient(HttpServletRequest request,
HttpServletResponse response) |
void |
X509AuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
TokenAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
FormAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
DigestAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
void |
BasicAuthenticationScheme.extractCredential(HttpServletRequest request,
DefaultLoginCredentials creds) |
protected String |
TokenAuthenticationScheme.extractTokenFromRequest(HttpServletRequest request)
Extracts the token from the
HttpServletRequest . |
String[] |
BasicAuthenticationScheme.extractUsernameAndPassword(HttpServletRequest request) |
protected String |
TokenAuthenticationScheme.issueToken(HttpServletRequest request,
HttpServletResponse response)
Issues a token for a previously authenticated
Account using the
configured Token.Provider . |
void |
X509AuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
TokenAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
FormAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
DigestAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
void |
BasicAuthenticationScheme.onPostAuthentication(HttpServletRequest request,
HttpServletResponse response) |
protected void |
TokenAuthenticationScheme.writeToken(String issuedToken,
HttpServletRequest request,
HttpServletResponse response)
Writes the
issuedToken to the HttpServletResponse . |
Modifier and Type | Method and Description |
---|---|
String |
NonceCache.generateAndCacheNonce(HttpServletRequest request) |
boolean |
NonceCache.hasValidNonce(Digest digest,
HttpServletRequest request) |
SavedRequest |
RequestCache.removeAndStoreSavedRequestInSession(HttpServletRequest request)
Removes a cached request and stores it in the session.
|
void |
RequestCache.saveRequest(HttpServletRequest request)
Saves a
HttpServletRequest as a SavedRequest instance. |
Constructor and Description |
---|
SavedRequest(HttpServletRequest request)
Create a new instance copying the state from the request passed as argument.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractPathAuthorizer.authorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
RolePathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
boolean |
RealmPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
GroupPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
ExpressionPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
protected abstract boolean |
AbstractPathAuthorizer.doAuthorize(PathConfiguration pathConfiguration,
HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RequestUtil.isAjaxRequest(HttpServletRequest request)
Checks if the given
HttpServletRequest was sent using AJAX. |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceProviderSAMLWorkflow.isGlobalLogout(HttpServletRequest request)
Indicates if the current request is a GlobalLogout request.
|
boolean |
ServiceProviderSAMLWorkflow.isLocalLogoutRequest(HttpServletRequest request)
Verify whether a
HttpServletRequest is for Local Logout |
void |
ServiceProviderSAMLWorkflow.sendToLogoutPage(HttpServletRequest request,
HttpServletResponse response,
HttpSession session,
ServletContext servletContext,
String logOutPage) |
boolean |
ServiceProviderSAMLWorkflow.validate(HttpServletRequest request)
Perform validation of the request object
|
Modifier and Type | Field and Description |
---|---|
protected HttpServletRequest |
HTTPContext.request |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
HTTPContext.getRequest() |
Modifier and Type | Method and Description |
---|---|
HTTPContext |
HTTPContext.setRequest(HttpServletRequest req) |
Constructor and Description |
---|
HTTPContext(HttpServletRequest httpReq,
HttpServletResponse httpResp,
ServletContext sctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
IDPFilter.cleanUpSessionNote(HttpServletRequest request) |
protected void |
IDPFilter.handleSAML11(HttpServletRequest request,
HttpServletResponse response) |
Principal |
SPFilter.handleSAMLResponse(HttpServletRequest request,
ResponseType responseType)
Handle the SAMLResponse from the IDP
|
protected void |
IDPFilter.processSAMLRequestMessage(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPFilter.processSAMLResponseMessage(HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
SPFilter.validate(HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static HttpServletRequest |
BaseSAML2Handler.getHttpRequest(SAML2HandlerRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
IDPServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
IDPServlet.doPost(HttpServletRequest request,
HttpServletResponse response) |
protected void |
IDPLoginServlet.doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
IDPServlet.testPost(HttpServletRequest request,
HttpServletResponse response) |
void |
IDPLoginServlet.testPost(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataServletSP.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
MetadataServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
CircleOfTrustServlet.doPost(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
SOAPSAMLXACMLServlet.service(HttpServletRequest req,
HttpServletResponse resp) |
Constructor and Description |
---|
IDPWebRequestUtil(HttpServletRequest request,
IDPType idp,
TrustKeyManager keym) |
Modifier and Type | Method and Description |
---|---|
boolean |
OpenIDConsumerAuthenticator.authenticate(HttpServletRequest request,
HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig loginConfig) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.