org.mule.module.acegi
Class AcegiSecurityContext

java.lang.Object
  extended by org.mule.module.acegi.AcegiSecurityContext
All Implemented Interfaces:
SecurityContext

public class AcegiSecurityContext
extends Object
implements SecurityContext

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


Constructor Summary
AcegiSecurityContext(org.acegisecurity.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

AcegiSecurityContext

public AcegiSecurityContext(org.acegisecurity.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.