Interface | Description |
---|---|
OAuth2SessionToken |
The holder of the claims associated with a user's session.
|
StatelessUtil |
Utility for JWT-based cookies - specifically those intended to drive stateless behavior, such as
stateless sessions.
|
Class | Description |
---|---|
BasicSavedRequest |
Simple implementation of a
SavedRequest . |
CookieRequestCache |
Alternative storage mechanism for an original destination before being redirected for login.
|
DefaultOAuth2SessionToken |
An
OAuth2SessionToken that holds the claims within a HashMap . |
FormLoginAuthenticationFilter |
Processes an authentication form submission for an OAuth2 Authorization Server for Universal
Login.
|
FormLoginAuthenticationProvider |
An
AuthenticationProvider that retrieves OAuth2UserDetails from a
OAuth2UserDetailsService for use with Universal Login. |
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 |
An
AuthenticationProvider that authenticates a user using a
OAuth2SessionAuthenticationToken . |
OAuth2SessionAuthenticationToken |
An
Authentication implementation that is designed for simple presentation of an OAuth2
clientId, and JWT session token. |
OAuth2TokenEndpointAuthenticationFilter |
Filter intended to run after the
OAuth2SessionAuthenticationFilter or
BasicAuthenticationFilter for requests against the TokenEndpoint . |
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.
|
Copyright © 2021. All rights reserved.