Class OAuth2TokenIntrospectionAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2TokenIntrospectionAuthenticationConverter
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
public final class OAuth2TokenIntrospectionAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract an Introspection Request from
HttpServletRequest and then
converts it to an OAuth2TokenIntrospectionAuthenticationToken used for
authenticating the request.- Since:
- 0.4.0
- See Also:
-
AuthenticationConverterOAuth2TokenIntrospectionAuthenticationTokenOAuth2TokenIntrospectionEndpointFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationconvert(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
OAuth2TokenIntrospectionAuthenticationConverter
public OAuth2TokenIntrospectionAuthenticationConverter()
-
-
Method Details
-
convert
public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request) - Specified by:
convertin interfaceorg.springframework.security.web.authentication.AuthenticationConverter
-