[[servlet-authentication-authenticationprovider]] = AuthenticationProvider Multiple {security-api-url}org/springframework/security/authentication/AuthenticationProvider.html[``AuthenticationProvider``s] can be injected into <>. Each `AuthenticationProvider` performs a specific type of authentication. For example, <> supports username/password based authentication while `JwtAuthenticationProvider` supports authenticating a JWT token.