Class BearerTokenAuthentication.Builder<B extends BearerTokenAuthentication.Builder<B>>

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

public static class BearerTokenAuthentication.Builder<B extends BearerTokenAuthentication.Builder<B>> extends AbstractOAuth2TokenAuthenticationToken.AbstractOAuth2TokenAuthenticationBuilder<org.springframework.security.oauth2.core.OAuth2AccessToken,B>
A builder preserving the concrete Authentication type
Since:
7.0