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