org.mule.module.jaas
Class JaasSecurityContext

java.lang.Object
  extended by org.mule.module.jaas.JaasSecurityContext
All Implemented Interfaces:
SecurityContext

public class JaasSecurityContext
extends Object
implements SecurityContext


Constructor Summary
JaasSecurityContext(JaasAuthentication authentication)
          Constructor for the class
 
Method Summary
 Authentication getAuthentication()
          Returns the authentication
 void setAuthentication(Authentication 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(JaasAuthentication authentication)
Constructor for the class

Parameters:
authentication -
Method Detail

getAuthentication

public final Authentication getAuthentication()
Returns the authentication

Specified by:
getAuthentication in interface SecurityContext
Returns:
authentication

setAuthentication

public final void setAuthentication(Authentication authentication)
Sets the Authentication

Specified by:
setAuthentication in interface SecurityContext
Parameters:
authentication -


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