org.mule.extras.acegi
Class AcegiSecurityContext

java.lang.Object
  extended byorg.mule.extras.acegi.AcegiSecurityContext
All Implemented Interfaces:
UMOSecurityContext

public class AcegiSecurityContext
extends java.lang.Object
implements UMOSecurityContext

AcegiSecurityContext is a UMOSecurityContext wrapper used to interface with an acegi Secure context

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
AcegiSecurityContext(SecureContext delegate)
           
 
Method Summary
 UMOAuthentication getAuthentication()
           
 void setAuthentication(UMOAuthentication authentication)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcegiSecurityContext

public AcegiSecurityContext(SecureContext delegate)
Method Detail

setAuthentication

public void setAuthentication(UMOAuthentication authentication)
Specified by:
setAuthentication in interface UMOSecurityContext

getAuthentication

public UMOAuthentication getAuthentication()
Specified by:
getAuthentication in interface UMOSecurityContext

validate

public void validate()
              throws ContextInvalidException
Throws:
ContextInvalidException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.