Class MockMvcOAuth2AuthenticationUtil.OAuth2PostProcessor
java.lang.Object
com.broadleafcommerce.oauth2.resource.security.test.MockMvcOAuth2AuthenticationUtil.OAuth2PostProcessor
- All Implemented Interfaces:
org.springframework.test.web.servlet.request.RequestPostProcessor
- Enclosing class:
- MockMvcOAuth2AuthenticationUtil
public static class MockMvcOAuth2AuthenticationUtil.OAuth2PostProcessor
extends Object
implements org.springframework.test.web.servlet.request.RequestPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.mock.web.MockHttpServletRequest
postProcessRequest
(org.springframework.mock.web.MockHttpServletRequest mockHttpServletRequest)
-
Constructor Details
-
OAuth2PostProcessor
-
-
Method Details
-
postProcessRequest
public org.springframework.mock.web.MockHttpServletRequest postProcessRequest(org.springframework.mock.web.MockHttpServletRequest mockHttpServletRequest) - Specified by:
postProcessRequest
in interfaceorg.springframework.test.web.servlet.request.RequestPostProcessor
-