org.mule.extras.jaas
Class JaasSecurityContext

java.lang.Object
  extended byorg.mule.extras.jaas.JaasSecurityContext
All Implemented Interfaces:
UMOSecurityContext

public class JaasSecurityContext
extends Object
implements UMOSecurityContext

Author:
Marie.Rizzo

Constructor Summary
JaasSecurityContext(MuleAuthentication authentication)
          Constructor for the class
 
Method Summary
 UMOAuthentication getAuthentication()
          Returns the authentication
 void setAuthentication(UMOAuthentication authentication)
          Sets the Authentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaasSecurityContext

public JaasSecurityContext(MuleAuthentication authentication)
Constructor for the class

Parameters:
authentication -
Method Detail

getAuthentication

public final UMOAuthentication getAuthentication()
Returns the authentication

Specified by:
getAuthentication in interface UMOSecurityContext
Returns:
authentication

setAuthentication

public final void setAuthentication(UMOAuthentication authentication)
Sets the Authentication

Specified by:
setAuthentication in interface UMOSecurityContext
Parameters:
authentication -


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