| Package | com.adobe.mosaic.om.impl | 
| Class | public class SessionConfiguration | 
| Inheritance | SessionConfiguration    Object | 
| Implements | ISessionConfiguration | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
SessionConfiguration repesents an implementation of 
	 ISessionConfiguration.
	 Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| cachePolicy : ICachePolicy [read-only] 
		 Returns the ICachePolicy (if set)
		   | SessionConfiguration | ||
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| name : String [read-only] 
		 Returns the name associated with the configuration
		   | SessionConfiguration | ||
| securityManager : ISecurityManager [read-only] 
		 Returns the ISecurityManager associated with the configuration
		   | SessionConfiguration | ||
| url : String [read-only] 
		 Returns the server url associated with the configuration
		   | SessionConfiguration | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null) 
		 Constructor.  | SessionConfiguration | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Property Detail
cachePolicy | property | 
cachePolicy:ICachePolicy  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the ICachePolicy (if set)
Implementation
    public function get cachePolicy():ICachePolicyname | property | 
name:String  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the name associated with the configuration
Implementation
    public function get name():StringsecurityManager | property | 
securityManager:ISecurityManager  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the ISecurityManager associated with the configuration
Implementation
    public function get securityManager():ISecurityManagerurl | property | 
url:String  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the server url associated with the configuration
Implementation
    public function get url():StringConstructor Detail
SessionConfiguration | () | Constructor | 
public function SessionConfiguration(url:String, name:String, securityManager:ISecurityManager, cachePolicy:ICachePolicy = null)| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constructor.
Parametersurl:String — The server url
		  | |
name:String — The name to associate with this Session
		  | |
securityManager:ISecurityManager — The SecurityManager for authentication
		  | |
cachePolicy:ICachePolicy (default = null) — Optional ICachePolicy
		  | 
Related API Elements
Thu Dec 4 2014, 05:50 PM -08:00
 