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.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.security Security API for authentication and authorisation. 
 

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.manager
 

Methods in org.mule.umo.manager 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.manager 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.