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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OidcIdAuthenticationRequestPostProcessormockOidcId()-
Methods inherited from class com.c4_soft.springaddons.security.oauth2.test.annotations.OidcIdAuthenticationTokenTestingBuilder
authorities, build, downcast, token
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.c4_soft.springaddons.security.oauth2.AuthenticationBuilder
build
-
Methods inherited from interface com.c4_soft.springaddons.security.oauth2.test.mockmvc.AuthenticationRequestPostProcessor
postProcessRequest
-
-
-
-
Method Detail
-
mockOidcId
public static OidcIdAuthenticationRequestPostProcessor mockOidcId()
-
-