Uses of Interface
org.mule.api.security.Credentials

Packages that use Credentials
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api 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 
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.jaas   
org.mule.security Core security implementation including the mule security manager and encryption types 
 

Uses of Credentials in org.mule
 

Methods in org.mule that return Credentials
 Credentials DefaultMuleEvent.getCredentials()
           
 

Uses of Credentials in org.mule.api
 

Methods in org.mule.api that return Credentials
 Credentials MuleEvent.getCredentials()
           
 

Uses of Credentials in org.mule.module.client
 

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

Uses of Credentials in org.mule.module.jaas
 

Constructors in org.mule.module.jaas with parameters of type Credentials
JaasAuthentication(Credentials credentials)
           
 

Uses of Credentials in org.mule.security
 

Classes in org.mule.security that implement Credentials
 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.security with parameters of type Credentials
DefaultMuleAuthentication(Credentials credentials)
           
 



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