Class UserAndPasswordAuthenticationProvider

java.lang.Object
org.mule.extension.spring.api.security.UserAndPasswordAuthenticationProvider
All Implemented Interfaces:
SpringAuthenticationProvider

public class UserAndPasswordAuthenticationProvider extends Object implements SpringAuthenticationProvider
A spring authentication provider that return
Since:
1.0
  • Constructor Details

    • UserAndPasswordAuthenticationProvider

      public UserAndPasswordAuthenticationProvider()
  • Method Details

    • getAuthentication

      public org.springframework.security.core.Authentication getAuthentication(org.mule.runtime.api.security.Authentication authentication)
      Description copied from interface: SpringAuthenticationProvider
      Provides a spring authentication according to mule's authentication
      Specified by:
      getAuthentication in interface SpringAuthenticationProvider
      Parameters:
      authentication - the mule's authentication
      Returns:
      the spring's authentication