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

Packages that use UMOAuthentication
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.impl.security
 

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

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)
           
 UMOSecurityContext UMOSecurityProvider.createSecurityContext(UMOAuthentication auth)
           
 UMOAuthentication UMOSecurityManager.authenticate(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityManager.createSecurityContext(UMOAuthentication authentication)
           
 UMOSecurityContext UMOSecurityContextFactory.create(UMOAuthentication authentication)
           
 void UMOSecurityContext.setAuthentication(UMOAuthentication authentication)
           
 

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



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.