org.mule.module.jaas
Class JaasSecurityContextFactory

java.lang.Object
  extended by org.mule.module.jaas.JaasSecurityContextFactory
All Implemented Interfaces:
SecurityContextFactory

public class JaasSecurityContextFactory
extends Object
implements SecurityContextFactory


Constructor Summary
JaasSecurityContextFactory()
           
 
Method Summary
 SecurityContext create(Authentication 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 SecurityContext create(Authentication authentication)
Creates the Jaas Security Context

Specified by:
create in interface SecurityContextFactory
Parameters:
authentication -
Returns:
JaasSecurityContext((Authentication) authentication)


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