| Class | Description |
|---|---|
| AbstractAnnotatedAuthenticationBuilder<A extends Annotation,T extends org.springframework.security.core.Authentication> | |
| Claims.Token | |
| JsonArrayClaim.Support | |
| JsonObjectClaim.Support | |
| OpenIdAddress.Claim | |
| OpenIdClaims.Token | |
| WithMockAuthentication.Factory | |
| WithMockJwtAuth.JwtAuthenticationTokenFactory | |
| WithMockOidcAuth.OidcIdAuthenticationFactory |
| Annotation Type | Description |
|---|---|
| Claims | |
| IntClaim | |
| JsonArrayClaim | |
| JsonObjectClaim | |
| LongClaim | |
| OpenIdAddress | |
| OpenIdClaims |
Configures claims defined at
https://datatracker.ietf.org/doc/html/rfc7519#section-4.1 and
https://openid.net/specs/openid-connect-core-1_0.html#IDToken
|
| StringArrayClaim | |
| StringClaim | |
| WithMockAuthentication |
Populates
SecurityContext with an Authentication Mock. |
| WithMockJwtAuth |
Annotation to setup test
SecurityContext with an JwtAuthenticationToken. |
| WithMockOidcAuth |
Annotation to setup test
SecurityContext with an OidcAuthentication. |
Copyright © 2021. All rights reserved.