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