TIBCO Spotfire® Statistics Services URL API

authentication

Returns true if authentication is turned on for the server; otherwise it returns false.

Return value

Returns an SPXML string containing true or false in a <value> tag.

Example

The following link returns the authentication setting.

http://servername:8080/SplusServer/api/public/authentication

The returned value looks something like this:

<value>false</value>