org.mule.module.spring.security
Class SpringSecurityContext

java.lang.Object
  extended by org.mule.module.spring.security.SpringSecurityContext
All Implemented Interfaces:
SecurityContext

public class SpringSecurityContext
extends Object
implements SecurityContext

AcegiSecurityContext is a SecurityContext wrapper used to interface with an Acegi SecurityContext


Constructor Summary
SpringSecurityContext(org.springframework.security.context.SecurityContext delegate)
           
 
Method Summary
 Authentication getAuthentication()
           
 void setAuthentication(Authentication authentication)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringSecurityContext

public SpringSecurityContext(org.springframework.security.context.SecurityContext delegate)
Method Detail

setAuthentication

public void setAuthentication(Authentication authentication)
Specified by:
setAuthentication in interface SecurityContext

getAuthentication

public Authentication getAuthentication()
Specified by:
getAuthentication in interface SecurityContext


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.