org.mule.module.spring.security
Class UserAndPasswordAuthenticationProvider

java.lang.Object
  extended by org.mule.module.spring.security.UserAndPasswordAuthenticationProvider
All Implemented Interfaces:
SpringAuthenticationProvider

public class UserAndPasswordAuthenticationProvider
extends Object
implements SpringAuthenticationProvider

A spring authentication provider that return

Author:
estebanroblesluna

Constructor Summary
UserAndPasswordAuthenticationProvider()
           
 
Method Summary
 org.springframework.security.core.Authentication getAuthentication(Authentication authentication)
          Provides a spring authentication according to mule's authentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAndPasswordAuthenticationProvider

public UserAndPasswordAuthenticationProvider()
Method Detail

getAuthentication

public org.springframework.security.core.Authentication getAuthentication(Authentication authentication)
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


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