Class OidcIdAuthenticationRequestPostProcessor
java.lang.Object
com.c4_soft.springaddons.security.oauth2.test.annotations.OidcIdAuthenticationTokenTestingBuilder<OidcIdAuthenticationRequestPostProcessor>
com.c4_soft.springaddons.security.oauth2.test.mockmvc.OidcIdAuthenticationRequestPostProcessor
- All Implemented Interfaces:
com.c4_soft.springaddons.security.oauth2.AuthenticationBuilder<com.c4_soft.springaddons.security.oauth2.oidc.OidcIdAuthenticationToken>,AuthenticationRequestPostProcessor<com.c4_soft.springaddons.security.oauth2.oidc.OidcIdAuthenticationToken>,org.springframework.test.web.servlet.request.RequestPostProcessor
public class OidcIdAuthenticationRequestPostProcessor extends OidcIdAuthenticationTokenTestingBuilder<OidcIdAuthenticationRequestPostProcessor> implements AuthenticationRequestPostProcessor<com.c4_soft.springaddons.security.oauth2.oidc.OidcIdAuthenticationToken>
-
Field Summary
Fields inherited from class com.c4_soft.springaddons.security.oauth2.test.annotations.OidcIdAuthenticationTokenTestingBuilder
tokenBuilder -
Constructor Summary
Constructors Constructor Description OidcIdAuthenticationRequestPostProcessor() -
Method Summary
Modifier and Type Method Description static OidcIdAuthenticationRequestPostProcessormockOidcId()Methods inherited from class com.c4_soft.springaddons.security.oauth2.test.annotations.OidcIdAuthenticationTokenTestingBuilder
authorities, build, downcast, tokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.c4_soft.springaddons.security.oauth2.AuthenticationBuilder
buildMethods inherited from interface com.c4_soft.springaddons.security.oauth2.test.mockmvc.AuthenticationRequestPostProcessor
postProcessRequest
-
Constructor Details
-
OidcIdAuthenticationRequestPostProcessor
public OidcIdAuthenticationRequestPostProcessor()
-
-
Method Details