Packagemx.utils
Classpublic class SecurityUtil

Utilities for working with security-related issues.



Public Methods
 MethodDefined by
  
[static] Tests if there is mutual trust between the parent and child of the specified bridge.
SecurityUtil
Method detail
hasMutualTrustBetweenParentAndChild()method
public static function hasMutualTrustBetweenParentAndChild(bp:ISWFBridgeProvider):Boolean

Tests if there is mutual trust between the parent and child of the specified bridge.

Parameters
bp:ISWFBridgeProvider — The provider of the bridge that connects the two applications.

Returns
Booleantrue if there is mutual trust; otherwise false.