![]() |
OScript API/Built-in Package Index |
The OTDS package provides services for manipulating authentication with Open Text Directory Services. It is advised to use the OScript entry points as defined in the OTDSIntegration::ClientUtils
object when possible. The major functionalities offered in the OTDS Package are the following:
Returns encoded ticket for this resource.
Opens a connection to the configured OTDS server if no connection exists.
Closes the existing connection to the OTDS server.
Queries the connected OTDS server for all it's available resources narrowing the scope using the specified filter.
Returns an encoded ticket for authenticated username and password on the specified resourceID.
Returns an encoded ticket for the specified resourceID. Requires the existing user's encoded token generated from an original ticket validation.
Returns an encoded ticket for the specified resourceID while impersonating username. Requires the existing user's validated ticket ticket.
Returns Encode ticket for this resource.
Returns the current OTDS single sign on cookie domain.
Returns true if able to successfuly connect to the OTDS server URL, else false.
Validate an incoming ticket for the currently connected resource.
Returns an encoded ticket for a resource.
The header data.
The cookie data.
The IP address of the OTDS server.
Returns an encoded ticket for a resource.
Opens a connection to the configured OTDS server if no connection exists.
A valid CAPILOGIN object.
Returns TRUE on success, FALSE on failure.
Closes the existing connection to the OTDS server.
Returns TRUE on success, FALSE on failure.
Queries the connected OTDS server for all it's available resources narrowing the scope using the specified filter.
A filter narrowing the scope of search.
Returns a recarray with the following row structure:
CommonName | String |
DisplayName | String |
URI | String |
Location | String |
ConnectionParam | String |
FieldMapping | String |
ResourceState | String |
ResourceType | String |
ResourceID | String |
IsActivated | Boolean |
Returns an encoded ticket for authenticated username and password on the specified resourceID.
A valid OTDS username
A valid OTDS password
A valid OTDS resourceID
Returns an encoded ticket for the resource on successful authentication of the specified user.
Returns the currently registered OTDS port.
Returns the currently registered OTDS port.
Returns an encoded ticket for the specified resourceID. Requires the existing users encoded token generated from an original ticket validation.
A valid token generated from the validation of an OTDS ticket.
A valid OTDS resourceID
Returns an encoded ticket for the resource on successful authentication of the specified user.
Returns an encoded ticket for the specified resourceID while impersonating username. Requires the existing user's ticket. For Anonymous authentication the ticket can be Undefined.
A user to impersonate on the target resourceID.
A valid OTDS target resourceID
An OPTIONAL parameter. A valid, authenticated OTDS ticket, or Undefined for Anonymous authentication.
Returns an encoded OTDS ticket for the specified resource and impersonated username.
Returns an encode ticket for a user.
Name of the remote user variable (i.e. REMOTE_USER).
User name to send to OTDS
The IP address of OTDS server
An encode ticket for a user.
Returns the current OTDS single sign on cookie domain.
Returns the current OTDS single sign on cookie domain.
Returns true if able to successfuly connect to the OTDS server URL, else false.
The OTDS server URL.
Returns true if able to successfuly connect to the OTDS server URL, else false:
Validate an incoming ticket for the currently connected resource.
A valid OTDS encoded ticket.
Returns an assoc with the following structure:
Token | String |
CipherText | Bytes [CipherText is used to request OTDS Tickets] |
ResourceID | String |
UserID | String |
IsValid | Boolean |
CredentialUserName | String |
CredentialPassword | String |
Copyright © 2019 OpenText Corporation. All rights reserved. |