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
 UMOAuthentication AcegiProviderAdapter.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext AcegiSecurityContextFactory.create(UMOAuthentication authentication)
           
 UMOSecurityContext AcegiProviderAdapter.createSecurityContext(UMOAuthentication auth)
           
 void AcegiSecurityContext.setAuthentication(UMOAuthentication authentication)
           
 

Uses of UMOAuthentication in org.mule.extras.jaas
 

Classes in org.mule.extras.jaas that implement UMOAuthentication
 class JaasAuthentication
           
 

Methods in org.mule.extras.jaas that return UMOAuthentication
 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.
 UMOAuthentication JaasSecurityContext.getAuthentication()
          Returns the authentication
 

Methods in org.mule.extras.jaas with parameters of type UMOAuthentication
 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 JaasSecurityContextFactory.create(UMOAuthentication authentication)
          Creates the Jaas Security Context
 UMOSecurityContext JaasSimpleAuthenticationProvider.createSecurityContext(UMOAuthentication auth)
           
 void JaasSecurityContext.setAuthentication(UMOAuthentication authentication)
          Sets the Authentication
 

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
 UMOAuthentication PGPSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext PGPSecurityContextFactory.create(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 UMOSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityContext.getAuthentication()
           
 

Methods in org.mule.umo.security with parameters of type UMOAuthentication
 UMOAuthentication UMOSecurityProvider.authenticate(UMOAuthentication authentication)
           
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityContextFactory.create(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityProvider.createSecurityContext(UMOAuthentication auth)
           
 UMOSecurityContext UMOSecurityManager.createSecurityContext(UMOAuthentication authentication)
           
 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.