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:
OneTimeTokenAuthentication.Builder, RememberMeAuthenticationToken.Builder, TestingAuthenticationToken.Builder, UsernamePasswordAuthenticationToken.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