BasicSavedRequest |
Simple implementation of a SavedRequest .
|
CookieRequestCache |
Alternative storage mechanism for an original destination before being redirected for login.
|
DefaultOAuth2SessionToken |
|
FormLoginAuthenticationFilter |
Processes an authentication form submission for an OAuth2 Authorization Server for Universal
Login.
|
FormLoginAuthenticationProvider |
|
FormLoginAuthenticationToken |
An Authentication implementation that is designed for simple presentation of an OAuth2
clientId, username, and password.
|
OAuth2AuthenticationEntryPoint |
Provides a behavior consistent with
http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.
|
OAuth2ClientIdForwardRedirectStrategy |
|
OAuth2SessionAuthenticationFilter |
Processes an OAuth2 client session Cookie to establish an authentication user.
|
OAuth2SessionAuthenticationProvider |
|
OAuth2SessionAuthenticationToken |
An Authentication implementation that is designed for simple presentation of an OAuth2
clientId, and JWT session token.
|
OAuth2TokenEndpointAuthenticationFilter |
|
SecurityServiceAccessTokenConverter |
Converts the access token using the defaults within DefaultAccessTokenConverter and then
extracts the narrowed set of permissions using SecurityService.extractPermissions(Set) in
order to restrict the set of delegated authorities to the set of requested scopes.
|
StatelessUtilImpl |
|
VerifyRedirectCookieFilter |
This filter is for verifying that there's a saved redirect cookie on the request for certain
URIs.
|