Class JwtValidators.AtJwtBuilder

java.lang.Object
org.springframework.security.oauth2.jwt.JwtValidators.AtJwtBuilder
Enclosing class:
JwtValidators

public static final class JwtValidators.AtJwtBuilder extends Object
A class for building a validator that conforms to RFC 9068.

To comply with this spec, this builder needs you to specify at least the audience(java.lang.String), issuer(java.lang.String), and clientId(java.lang.String).

While building, the claims are keyed by claim name to allow for simplified lookup and replacement in validators.

Since:
6.5