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

Packages that use UMOCredentials
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.jaas   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of UMOCredentials in org.mule.extras.client
 

Constructors in org.mule.extras.client with parameters of type UMOCredentials
RemoteDispatcher(String endpoint, UMOCredentials credentials)
           
 

Uses of UMOCredentials in org.mule.extras.jaas
 

Constructors in org.mule.extras.jaas with parameters of type UMOCredentials
JaasAuthentication(UMOCredentials credentials)
           
 

Uses of UMOCredentials in org.mule.impl
 

Methods in org.mule.impl that return UMOCredentials
 UMOCredentials MuleEvent.getCredentials()
           
 

Uses of UMOCredentials in org.mule.impl.security
 

Classes in org.mule.impl.security that implement UMOCredentials
 class MuleCredentials
          MuleCredentials can be used to read and set Mule user information that can be stored in a message header.
 

Constructors in org.mule.impl.security with parameters of type UMOCredentials
MuleAuthentication(UMOCredentials credentials)
           
 

Uses of UMOCredentials in org.mule.umo
 

Methods in org.mule.umo that return UMOCredentials
 UMOCredentials UMOEvent.getCredentials()
           
 



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