Interface OAuth2AuthorizationRequestResolver

All Known Implementing Classes:
DefaultOAuth2AuthorizationRequestResolver

public interface OAuth2AuthorizationRequestResolver
Implementations of this interface are capable of resolving an OAuth2AuthorizationRequest from the provided HttpServletRequest. Used by the OAuth2AuthorizationRequestRedirectFilter for resolving Authorization Requests.
Since:
5.1
See Also: