org.mule.module.spring.security
Interface SpringAuthenticationProvider

All Known Implementing Classes:
PreAuthenticatedAuthenticationProvider, UserAndPasswordAuthenticationProvider

public interface SpringAuthenticationProvider

A provider for spring authentication

Author:
estebanroblesluna

Method Summary
 org.springframework.security.core.Authentication getAuthentication(Authentication authentication)
          Provides a spring authentication according to mule's authentication
 

Method Detail

getAuthentication

org.springframework.security.core.Authentication getAuthentication(Authentication authentication)
Provides a spring authentication according to mule's authentication

Parameters:
authentication - the mule's authentication
Returns:
the spring's authentication


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.