| Pakket | lc.foundation |
| Interface | public interface ISessionManager extends IManager , IEventDispatcher |
| Geïmplementeerd door | SessionManager |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ISessionManager interface is implemented to expose operations and properties related
to the Document Server session. You implement this interface to authenticate a user and provide
the session that is required for all other server operations.
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| authenticatedUser : User
The authenticated user, after the successful
call using the login or singleSignOn methods. | ISessionManager | ||
| buildDate : String [alleen-lezen]
The build date. | ISessionManager | ||
| buildNumber : String [alleen-lezen]
The build number. | ISessionManager | ||
| channelSet : ChannelSet [alleen-lezen]
A ChannelSet object that is used with Remoting by DataService objects. | ISessionManager | ||
| clientUrl : String [alleen-lezen]
The server address, as a URL, for the client collateral. | ISessionManager | ||
| dataserviceChannelSet : ChannelSet [alleen-lezen]
A ChannelSet object that is appropriate for use with Data Services. | ISessionManager | ||
![]() | faultHandler : Function
The default fault handler function. | IManager | |
| loadLocationUrl : String [alleen-lezen]
The server URL from which the SWF file is loaded. | ISessionManager | ||
| remotingChannelSet : ChannelSet [alleen-lezen]
A ChannelSet object that is appropriate for use with Remoting. | ISessionManager | ||
| serverUrl : String [alleen-lezen]
The server address, as a URL, for the server session. | ISessionManager | ||
| userAssertion : String [alleen-lezen]
The SAML assertion data that can be used to pass authentication to
Data Services. | ISessionManager | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | IEventDispatcher | |
![]() |
Verzendt een gebeurtenis naar de gebeurtenisstroom. | IEventDispatcher | |
Retrieves a RemoteObject object configured with the authenticated user's
credentials for invoking an operation on the specified Remoting service. | ISessionManager | ||
Retrieves a RemoteObject object configured with the authenticated user's
credentials for invoking an operation on the specified Remoting service. | ISessionManager | ||
![]() |
Determines whether the default operation is prevented. | IManager | |
![]() |
Determines whether the default operation is prevented. | IManager | |
![]() |
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | IEventDispatcher | |
Logs in to the server, authenticating the user. | ISessionManager | ||
Logs off the server, which invalidates the server session. | ISessionManager | ||
![]() |
Verwijdert een listener uit het object EventDispatcher. | IEventDispatcher | |
Determines whether an authenticated session to the Document Server already
exists or can be established without additional information, such as in single sign-on (SSO). | ISessionManager | ||
![]() |
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | IEventDispatcher | |
authenticatedUser | eigenschap |
authenticatedUser:User| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticated user, after the successful
call using the login or singleSignOn methods.
Implementatie
public function get authenticatedUser():User public function set authenticatedUser(value:User):voidbuildDate | eigenschap |
buildNumber | eigenschap |
channelSet | eigenschap |
channelSet:ChannelSet [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ChannelSet object that is used with Remoting by DataService objects.
This for internal use only.
Implementatie
public function get channelSet():ChannelSetclientUrl | eigenschap |
clientUrl:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The server address, as a URL, for the client collateral.
Implementatie
public function get clientUrl():StringdataserviceChannelSet | eigenschap |
dataserviceChannelSet:ChannelSet [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ChannelSet object that is appropriate for use with Data Services.
Implementatie
public function get dataserviceChannelSet():ChannelSetloadLocationUrl | eigenschap |
loadLocationUrl:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The server URL from which the SWF file is loaded. The URL does not include the name of the SWF file.
Implementatie
public function get loadLocationUrl():StringremotingChannelSet | eigenschap |
remotingChannelSet:ChannelSet [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ChannelSet object that is appropriate for use with Remoting.
Generally, using the getRemotingService method is more convenient.
Implementatie
public function get remotingChannelSet():ChannelSetVerwante API-elementen
serverUrl | eigenschap |
serverUrl:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The server address, as a URL, for the server session.
Implementatie
public function get serverUrl():StringuserAssertion | eigenschap |
userAssertion:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The SAML assertion data that can be used to pass authentication to Data Services.
Implementatie
public function get userAssertion():StringgetRemotingEndpoint | () | methode |
public function getRemotingEndpoint(serviceName:String):RemoteObject| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject object configured with the authenticated user's
credentials for invoking an operation on the specified Remoting service. Successful
authentication is a prerequisite.
Parameters
serviceName:String — Specifies the name of the Remoting startpoint.
|
RemoteObject — A ready to use RemoteObject.
|
getRemotingService | () | methode |
public function getRemotingService(serviceName:String):RemoteObject| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject object configured with the authenticated user's
credentials for invoking an operation on the specified Remoting service. Successful
authentication is a prerequisite.
Parameters
serviceName:String — Specifies the name of the Remoting startpoint.
|
RemoteObject — A ready to use RemoteObject.
|
login | () | methode |
public function login(userid:String, password:String):lc.foundation.util:Token| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Logs in to the server, authenticating the user.
Parameters
userid:String — Specifies the user profile.
| |
password:String — Specifies the password.
|
lc.foundation.util:Token — A Token object used to set result and fault handlers that execute when the
operation completes.
|
logout | () | methode |
public function logout():lc.foundation.util:Token| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Logs off the server, which invalidates the server session.
Geretourneerde waardelc.foundation.util:Token — A token used to set result and fault handlers that execute when the
operation completes.
|
singleSignOn | () | methode |
public function singleSignOn():lc.foundation.util:Token| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Determines whether an authenticated session to the Document Server already exists or can be established without additional information, such as in single sign-on (SSO). If an authenticated session is established, the server session is valid and the result handler on the returned token is called. If an authenticated session is not established, the fault handler is called.
Geretourneerde waardelc.foundation.util:Token — A token used to set result and fault handlers that execute when the operation completes.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven