![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
AFS user authentication. More...
Public Member Functions | |
__construct ($user, $password, $authority=null) | |
Constructs new AFS user authentication instance. | |
format_as_url_param ($version=null) | |
Formats authentication parameters. | |
format_as_header_param ($version=null) | |
Formats authentication parameters. |
AFS user authentication.
Instances of this class should be used t interact with Antidot Back Office APIs.
__construct | ( | $user, | |
$password, | |||
$authority = null |
|||
) |
Constructs new AFS user authentication instance.
$user | [in] Login user name. |
$password | [in] Login password. |
$authority | [in] Authentication authority to use (see Authentication authorities). This parameter is useful and mandatory for AFS search engine 7.6. |
format_as_header_param | ( | $version = null | ) |
Formats authentication parameters.
$version | [in] Format string representation according to provided version information. |
Implements AfsAuthentication.
format_as_url_param | ( | $version = null | ) |
Formats authentication parameters.
$version | [in] Format string representation according to provided version information. |
Implements AfsAuthentication.