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.
Since:
7.0
See Also:
  • Constructor Details

    • ClientSecretPostAuthenticationConverter

      public ClientSecretPostAuthenticationConverter()
  • Method Details