Managed Object - ConverterAgentHelperSessionManager

Property of
ConverterHelperServiceContent
Since
Converter API 1.0


Managed Object Description

This managed object type includes methods for logging on and logging off clients.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
ConverterHelperLogin, ConverterHelperLogout

ConverterHelperLogin

Authenticate client. The method relies on the client certificate validation to authenticate the client.
Required Privileges
System.Anonymous

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterAgentHelperSessionManager used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



ConverterHelperLogout

Log out and terminate the current session.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterAgentHelperSessionManager used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None