org.mule.module.spring.security
Class PreAuthenticatedAuthenticationProvider

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

public class PreAuthenticatedAuthenticationProvider
extends Object
implements SpringAuthenticationProvider

Provides a pre authenticated authentication

Author:
estebanroblesluna

Constructor Summary
PreAuthenticatedAuthenticationProvider()
           
 
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

PreAuthenticatedAuthenticationProvider

public PreAuthenticatedAuthenticationProvider()
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.