Class JwtAuthenticationToken.Builder<B extends JwtAuthenticationToken.Builder<B>>

java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken.AbstractOAuth2TokenAuthenticationBuilder<org.springframework.security.oauth2.jwt.Jwt,B>
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken.Builder<B>
All Implemented Interfaces:
org.springframework.security.core.Authentication.Builder<B>
Enclosing class:
JwtAuthenticationToken

public static class JwtAuthenticationToken.Builder<B extends JwtAuthenticationToken.Builder<B>> extends AbstractOAuth2TokenAuthenticationToken.AbstractOAuth2TokenAuthenticationBuilder<org.springframework.security.oauth2.jwt.Jwt,B>
A builder for JwtAuthenticationToken instances
Since:
7.0
See Also:
  • Authentication.Builder