Class AbstractAuthenticationToken.AbstractAuthenticationBuilder<B extends AbstractAuthenticationToken.AbstractAuthenticationBuilder<B>>

java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken.AbstractAuthenticationBuilder<B>
Type Parameters:
B -
All Implemented Interfaces:
Authentication.Builder<B>
Direct Known Subclasses:
AbstractOAuth2TokenAuthenticationToken.AbstractOAuth2TokenAuthenticationBuilder, CasAuthenticationToken.Builder, CasServiceTicketAuthenticationToken.Builder, OAuth2AuthenticationToken.Builder, OneTimeTokenAuthentication.Builder, PreAuthenticatedAuthenticationToken.Builder, RememberMeAuthenticationToken.Builder, Saml2AssertionAuthentication.Builder, TestingAuthenticationToken.Builder, UsernamePasswordAuthenticationToken.Builder, WebAuthnAuthentication.Builder
Enclosing class:
AbstractAuthenticationToken

protected abstract static class AbstractAuthenticationToken.AbstractAuthenticationBuilder<B extends AbstractAuthenticationToken.AbstractAuthenticationBuilder<B>> extends Object implements Authentication.Builder<B>
A common abstract implementation of Authentication.Builder. It implements the builder methods that correspond to the Authentication methods that AbstractAuthenticationToken implements
Since:
7.0