Uses of Interface
org.mule.umo.security.UMOAuthentication

Packages that use UMOAuthentication
org.mule.extras.acegi   
org.mule.extras.jaas   
org.mule.extras.pgp   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.umo.security Security API for authentication and authorisation. 
 

Uses of UMOAuthentication in org.mule.extras.acegi
 

Classes in org.mule.extras.acegi that implement UMOAuthentication
 class AcegiAuthenticationAdapter
          AcegiAuthenticationAdapter TODO
 

Methods in org.mule.extras.acegi that return UMOAuthentication
 UMOAuthentication AcegiProviderAdapter.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication AcegiSecurityContext.getAuthentication()
           
 

Methods in org.mule.extras.acegi with parameters of type UMOAuthentication
 UMOSecurityContext AcegiSecurityContextFactory.create(UMOAuthentication authentication)
           
 UMOAuthentication AcegiProviderAdapter.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext AcegiProviderAdapter.createSecurityContext(UMOAuthentication auth)
           
 void AcegiSecurityContext.setAuthentication(UMOAuthentication authentication)
           
 

Uses of UMOAuthentication in org.mule.extras.jaas
 

Methods in org.mule.extras.jaas that return UMOAuthentication
 UMOAuthentication JaasSecurityContext.getAuthentication()
          Returns the authentication
 UMOAuthentication JaasSimpleAuthenticationProvider.authenticate(UMOAuthentication authentication)
          The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect.
 

Methods in org.mule.extras.jaas with parameters of type UMOAuthentication
 UMOSecurityContext JaasSecurityContextFactory.create(UMOAuthentication authentication)
          Creates the Jaas Security Context
 void JaasSecurityContext.setAuthentication(UMOAuthentication authentication)
          Sets the Authentication
 UMOAuthentication JaasSimpleAuthenticationProvider.authenticate(UMOAuthentication authentication)
          The authenticate method first creates the jaas Login Context using the callback handler and the name of the class or directory to prtect.
 UMOSecurityContext JaasSimpleAuthenticationProvider.createSecurityContext(UMOAuthentication auth)
           
 

Constructors in org.mule.extras.jaas with parameters of type UMOAuthentication
MuleCallbackHandler(UMOAuthentication authentication)
           
 

Uses of UMOAuthentication in org.mule.extras.pgp
 

Classes in org.mule.extras.pgp that implement UMOAuthentication
 class PGPAuthentication
           
 

Methods in org.mule.extras.pgp that return UMOAuthentication
 UMOAuthentication PGPSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication PGPSecurityContext.getAuthentication()
           
 

Methods in org.mule.extras.pgp with parameters of type UMOAuthentication
 UMOSecurityContext PGPSecurityContextFactory.create(UMOAuthentication authentication)
           
 UMOAuthentication PGPSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext PGPSecurityProvider.createSecurityContext(UMOAuthentication auth)
           
 void PGPSecurityContext.setAuthentication(UMOAuthentication authentication)
           
 

Uses of UMOAuthentication in org.mule.impl.security
 

Classes in org.mule.impl.security that implement UMOAuthentication
 class MuleAuthentication
           
 

Methods in org.mule.impl.security that return UMOAuthentication
 UMOAuthentication MuleSecurityManager.authenticate(UMOAuthentication authentication)
           
 

Methods in org.mule.impl.security with parameters of type UMOAuthentication
 UMOAuthentication MuleSecurityManager.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext MuleSecurityManager.createSecurityContext(UMOAuthentication authentication)
           
 

Uses of UMOAuthentication in org.mule.umo.security
 

Methods in org.mule.umo.security that return UMOAuthentication
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityContext.getAuthentication()
           
 

Methods in org.mule.umo.security with parameters of type UMOAuthentication
 UMOSecurityContext UMOSecurityContextFactory.create(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityManager.createSecurityContext(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityProvider.createSecurityContext(UMOAuthentication auth)
           
 void UMOSecurityContext.setAuthentication(UMOAuthentication authentication)
           
 

Constructors in org.mule.umo.security with parameters of type UMOAuthentication
UnknownAuthenticationTypeException(UMOAuthentication authentication)
           
 



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