Class OAuth2TokenRevocationAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2TokenRevocationAuthenticationConverter
- All Implemented Interfaces:
AuthenticationConverter
public final class OAuth2TokenRevocationAuthenticationConverter
extends Object
implements AuthenticationConverter
Attempts to extract a Revoke Token Request from
HttpServletRequest and then
converts it to an OAuth2TokenRevocationAuthenticationToken used for
authenticating the request.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OAuth2TokenRevocationAuthenticationConverter
public OAuth2TokenRevocationAuthenticationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceAuthenticationConverter
-