Pakket | com.adobe.mosaic.om.interfaces |
Interface | public interface ISessionConfiguration |
Geïmplementeerd door | SessionConfiguration |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
ISessionConfiguration
provides a descriptor to the runtime for any options
that the application author wishes to specify for the creation of the ISession. This interface
must be implemented by the application author.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
cachePolicy : ICachePolicy [alleen-lezen]
The ICachePolicy for this session. | ISessionConfiguration | ||
name : String [alleen-lezen]
The name to be associated with this session
| ISessionConfiguration | ||
securityManager : ISecurityManager [alleen-lezen]
The ISecurityManager instance to be used for a given session. | ISessionConfiguration | ||
url : String [alleen-lezen]
The URL to be used to connect to the remote server
| ISessionConfiguration |
Eigenschapdetails
cachePolicy | eigenschap |
cachePolicy:ICachePolicy
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The ICachePolicy for this session.
Implementatie
public function get cachePolicy():ICachePolicy
name | eigenschap |
securityManager | eigenschap |
securityManager:ISecurityManager
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The ISecurityManager instance to be used for a given session.
Implementatie
public function get securityManager():ISecurityManager
url | eigenschap |
Wed Jun 13 2018, 11:42 AM Z