| Interface | Description |
|---|---|
| OAuth2AuthenticationValidator |
Implementations of this interface are responsible for validating the attribute(s)
of the
Authentication associated to the OAuth2AuthenticationContext. |
| Class | Description |
|---|---|
| OAuth2AuthenticationContext |
A context that holds an
Authentication and (optionally) additional information. |
| OAuth2AuthenticationContext.AbstractBuilder<T extends OAuth2AuthenticationContext,B extends OAuth2AuthenticationContext.AbstractBuilder<T,B>> |
A builder for subclasses of
OAuth2AuthenticationContext. |