ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.ria.security.service 

ConfigUtil  - AS3 ADEP Security

Packagecom.adobe.livecycle.ria.security.service
Classpublic class ConfigUtil
InheritanceConfigUtil Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The ConfigUtil class is a utility class to create the initial configuration. The initial configuration can be used to initialize the SecurityManager object.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
[static] Creates the SecurityConfig instance suitable to connect to a Experience Server instance in its default configuration.
ConfigUtil
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Method Detail

getDefaultRIASecurityConfig

()method
public static function getDefaultRIASecurityConfig():SecurityConfig

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Creates the SecurityConfig instance suitable to connect to a Experience Server instance in its default configuration.

Returns
SecurityConfig — A SecurityConfig instance populated with default values.

Related API Elements