Class OAuth2AuthenticationContext.AbstractBuilder<T extends OAuth2AuthenticationContext,B extends OAuth2AuthenticationContext.AbstractBuilder<T,B>>

java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthenticationContext.AbstractBuilder<T,B>
Type Parameters:
T - the type of the authentication context
B - the type of the builder
Direct Known Subclasses:
OAuth2AuthorizationCodeRequestAuthenticationContext.Builder, OAuth2AuthorizationConsentAuthenticationContext.Builder, OidcUserInfoAuthenticationContext.Builder
Enclosing interface:
OAuth2AuthenticationContext

public abstract static class OAuth2AuthenticationContext.AbstractBuilder<T extends OAuth2AuthenticationContext,B extends OAuth2AuthenticationContext.AbstractBuilder<T,B>> extends Object
A builder for subclasses of OAuth2AuthenticationContext.
Since:
0.2.1