Class OidcIdAuthenticationTokenRequestPostProcessor
- java.lang.Object
-
- com.c4_soft.springaddons.security.oauth2.test.OidcAuthenticationTestingBuilder<OidcIdAuthenticationTokenRequestPostProcessor>
-
- com.c4_soft.springaddons.security.oauth2.test.mockmvc.OidcIdAuthenticationTokenRequestPostProcessor
-
- All Implemented Interfaces:
com.c4_soft.springaddons.security.oauth2.AuthenticationBuilder<com.c4_soft.springaddons.security.oauth2.oidc.OidcAuthentication<com.c4_soft.springaddons.security.oauth2.oidc.OidcToken>>,AuthenticationRequestPostProcessor<com.c4_soft.springaddons.security.oauth2.oidc.OidcAuthentication<com.c4_soft.springaddons.security.oauth2.oidc.OidcToken>>,org.springframework.test.web.servlet.request.RequestPostProcessor
public class OidcIdAuthenticationTokenRequestPostProcessor extends OidcAuthenticationTestingBuilder<OidcIdAuthenticationTokenRequestPostProcessor> implements AuthenticationRequestPostProcessor<com.c4_soft.springaddons.security.oauth2.oidc.OidcAuthentication<com.c4_soft.springaddons.security.oauth2.oidc.OidcToken>>
-
-
Field Summary
-
Fields inherited from class com.c4_soft.springaddons.security.oauth2.test.OidcAuthenticationTestingBuilder
tokenBuilder
-
-
Constructor Summary
Constructors Constructor Description OidcIdAuthenticationTokenRequestPostProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OidcIdAuthenticationTokenRequestPostProcessormockOidcId()-
Methods inherited from class com.c4_soft.springaddons.security.oauth2.test.OidcAuthenticationTestingBuilder
authorities, bearerString, 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 OidcIdAuthenticationTokenRequestPostProcessor mockOidcId()
-
-