Interface SpringAuthenticationProvider

All Known Implementing Classes:
UserAndPasswordAuthenticationProvider

public interface SpringAuthenticationProvider
A provider for spring authentication
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
    getAuthentication(org.mule.runtime.api.security.Authentication authentication)
    Provides a spring authentication according to mule's authentication
  • Method Details

    • getAuthentication

      org.springframework.security.core.Authentication getAuthentication(org.mule.runtime.api.security.Authentication authentication)
      Provides a spring authentication according to mule's authentication
      Parameters:
      authentication - the mule's authentication
      Returns:
      the spring's authentication