org.mule.extras.jaas
Class JaasSecurityContextFactory

java.lang.Object
  extended by org.mule.extras.jaas.JaasSecurityContextFactory
All Implemented Interfaces:
UMOSecurityContextFactory

public class JaasSecurityContextFactory
extends Object
implements UMOSecurityContextFactory


Constructor Summary
JaasSecurityContextFactory()
           
 
Method Summary
 UMOSecurityContext create(UMOAuthentication authentication)
          Creates the Jaas Security Context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaasSecurityContextFactory

public JaasSecurityContextFactory()
Method Detail

create

public final UMOSecurityContext create(UMOAuthentication authentication)
Creates the Jaas Security Context

Specified by:
create in interface UMOSecurityContextFactory
Parameters:
authentication -
Returns:
JaasSecurityContext((MuleAuthentication) authentication)


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