| Paket | lc.foundation |
| Schnittstelle | public interface ISessionManager extends IManager , IEventDispatcher |
| Umsetzer | SessionManager |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| authenticatedUser : User
The authenticated user, after the successful
call using the login or singleSignOn methods. | ISessionManager | ||
| buildDate : String [schreibgeschützt]
The build date. | ISessionManager | ||
| buildNumber : String [schreibgeschützt]
The build number. | ISessionManager | ||
| channelSet : ChannelSet [schreibgeschützt]
A ChannelSet object that is used with Remoting by DataService objects. | ISessionManager | ||
| clientUrl : String [schreibgeschützt]
The server address, as a URL, for the client collateral. | ISessionManager | ||
| dataserviceChannelSet : ChannelSet [schreibgeschützt]
A ChannelSet object that is appropriate for use with Data Services. | ISessionManager | ||
![]() | faultHandler : Function
The default fault handler function. | IManager | |
| loadLocationUrl : String [schreibgeschützt]
The server URL from which the SWF file is loaded. | ISessionManager | ||
| remotingChannelSet : ChannelSet [schreibgeschützt]
A ChannelSet object that is appropriate for use with Remoting. | ISessionManager | ||
| serverUrl : String [schreibgeschützt]
The server address, as a URL, for the server session. | ISessionManager | ||
| userAssertion : String [schreibgeschützt]
The SAML assertion data that can be used to pass authentication to
Data Services. | ISessionManager | ||
| Methode | Definiert von | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | IEventDispatcher | |
![]() |
Sendet ein Ereignis in den Ereignisablauf. | 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 | |
![]() |
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | IEventDispatcher | |
Logs in to the server, authenticating the user. | ISessionManager | ||
Logs off the server, which invalidates the server session. | ISessionManager | ||
![]() |
Entfernt einen Listener aus dem EventDispatcher-Objekt. | 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 | ||
![]() |
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | IEventDispatcher | |
authenticatedUser | Eigenschaft |
authenticatedUser:User| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The authenticated user, after the successful
call using the login or singleSignOn methods.
Implementierung
public function get authenticatedUser():User public function set authenticatedUser(value:User):voidbuildDate | Eigenschaft |
buildNumber | Eigenschaft |
channelSet | Eigenschaft |
channelSet:ChannelSet [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ChannelSet object that is used with Remoting by DataService objects.
This for internal use only.
Implementierung
public function get channelSet():ChannelSetclientUrl | Eigenschaft |
clientUrl:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The server address, as a URL, for the client collateral.
Implementierung
public function get clientUrl():StringdataserviceChannelSet | Eigenschaft |
dataserviceChannelSet:ChannelSet [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ChannelSet object that is appropriate for use with Data Services.
Implementierung
public function get dataserviceChannelSet():ChannelSetloadLocationUrl | Eigenschaft |
loadLocationUrl:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
Implementierung
public function get loadLocationUrl():StringremotingChannelSet | Eigenschaft |
remotingChannelSet:ChannelSet [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
Implementierung
public function get remotingChannelSet():ChannelSetVerwandte API-Elemente
serverUrl | Eigenschaft |
serverUrl:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The server address, as a URL, for the server session.
Implementierung
public function get serverUrl():StringuserAssertion | Eigenschaft |
userAssertion:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The SAML assertion data that can be used to pass authentication to Data Services.
Implementierung
public function get userAssertion():StringgetRemotingEndpoint | () | Methode |
public function getRemotingEndpoint(serviceName:String):RemoteObject| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
Parameter
serviceName:String — Specifies the name of the Remoting startpoint.
|
RemoteObject — A ready to use RemoteObject.
|
getRemotingService | () | Methode |
public function getRemotingService(serviceName:String):RemoteObject| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Laufzeitversionen: | 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.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Logs in to the server, authenticating the user.
Parameter
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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Logs off the server, which invalidates the server session.
Rückgabewertelc.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| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
Rückgabewertelc.foundation.util:Token — A token used to set result and fault handlers that execute when the operation completes.
|
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen