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

Packages that use UMOSecurityManager
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.impl.security   
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 
org.mule.umo.security   
 

Uses of UMOSecurityManager in org.mule
 

Methods in org.mule that return UMOSecurityManager
 UMOSecurityManager MuleManager.getSecurityManager()
          Gets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 

Methods in org.mule with parameters of type UMOSecurityManager
 void MuleManager.setSecurityManager(UMOSecurityManager securityManager)
          Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 

Uses of UMOSecurityManager in org.mule.impl.security
 

Classes in org.mule.impl.security that implement UMOSecurityManager
 class MuleSecurityManager
          MuleSecurityManager is a default implementation security manager for a Mule instance
 

Methods in org.mule.impl.security that return UMOSecurityManager
 UMOSecurityManager AbstractEndpointSecurityFilter.getSecurityManager()
           
 

Methods in org.mule.impl.security with parameters of type UMOSecurityManager
 void AbstractEndpointSecurityFilter.setSecurityManager(UMOSecurityManager manager)
           
 

Uses of UMOSecurityManager in org.mule.umo
 

Methods in org.mule.umo that return UMOSecurityManager
 UMOSecurityManager UMOManager.getSecurityManager()
          Gets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 

Methods in org.mule.umo with parameters of type UMOSecurityManager
 void UMOManager.setSecurityManager(UMOSecurityManager securityManager)
          Sets the security manager used by this Mule instance to authenticate and authorise incoming and outgoing event traffic and service invocations
 

Uses of UMOSecurityManager in org.mule.umo.security
 

Methods in org.mule.umo.security that return UMOSecurityManager
 UMOSecurityManager UMOEndpointSecurityFilter.getSecurityManager()
           
 

Methods in org.mule.umo.security with parameters of type UMOSecurityManager
 void UMOEndpointSecurityFilter.setSecurityManager(UMOSecurityManager manager)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.