Java org.springframework.security.web.servletapi SecurityContextHolderAwareRequestWrapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.servletapi SecurityContextHolderAwareRequestWrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.servletapi SecurityContextHolderAwareRequestWrapper.

The text is from its open source code.

Constructor

SecurityContextHolderAwareRequestWrapper(HttpServletRequest request, String rolePrefix)
Creates a new instance with AuthenticationTrustResolverImpl .

Method

StringgetContextPath()
The default behavior of this method is to return getContextPath() on the wrapped request object.
StringgetHeader(String name)
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
StringgetMethod()
The default behavior of this method is to return getMethod() on the wrapped request object.
StringgetPathInfo()
The default behavior of this method is to return getPathInfo() on the wrapped request object.
StringgetScheme()
The default behavior of this method is to return getScheme() on the wrapped request object.
StringgetServerName()
The default behavior of this method is to return getServerName() on the wrapped request object.
intgetServerPort()
The default behavior of this method is to return getServerPort() on the wrapped request object.