Class ClientSecretBasicAuthenticationConverter
java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.ClientSecretBasicAuthenticationConverter
- All Implemented Interfaces:
AuthenticationConverter
public final class ClientSecretBasicAuthenticationConverter
extends Object
implements AuthenticationConverter
Attempts to extract HTTP Basic credentials from
HttpServletRequest and then
converts to an OAuth2ClientAuthenticationToken used for authenticating the
client.- Since:
- 7.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientSecretBasicAuthenticationConverter
public ClientSecretBasicAuthenticationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceAuthenticationConverter
-