|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| pid P | xsd:int |
This is the process Id of the Agent process.
It will be used to pass a local Windows user token from the caller.
|
| Properties inherited from ConverterSessionManager | ||
| currentSession, defaultLocale, messageLocaleList, sessionList, supportedLocaleList | ||
Methods
| Methods defined in this Managed Object |
|---|
| ConverterAgentImpersonateUser, ConverterAgentLoginWithCertificate, ConverterAgentRegister, ConverterAgentUnregister |
| Methods inherited from ConverterSessionManager |
| ConverterImpersonate, ConverterLogin, ConverterLoginExtension, ConverterLoginSession, ConverterLogout, ConverterSetLocale, ConverterTerminateSession |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterAgentSessionManager used to make the method call. |
| userName P | xsd:string |
Since Converter API 1.0 |
| token P | xsd:long |
specifies the client token that will be used to
impersonate session.
Since Converter API 1.0 |
| locale* P | xsd:string |
A two-character ISO-639 language ID (like "en")
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| ConverterUserSession |
Faults
| Type | Description |
|---|---|
| InvalidLocale | |
| InvalidLogin | Thrown if the user cannot be impersonated. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterAgentSessionManager used to make the method call. |
| locale* P | xsd:string |
Since Converter API 2.0 |
Return Value
| Type | Description |
|---|---|
| ConverterUserSession |
Faults
| Type | Description |
|---|---|
| InvalidLocale | |
| InvalidLogin | |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterAgentSessionManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| NoClientCertificate | |
| NoPermission | |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterAgentSessionManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| NoClientCertificate | |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |