The component that implements authentification into the JSON interface.
Change the password.
| Parameters: |
|
|---|
Check to ensure that a request is authorised to call the specified method of authentication level.
| Parameters: |
|
|---|---|
| Raises: | Exception |
Check a session to see if it’s still valid.
| Returns: | True if the session is valid, False if not. |
|---|---|
| Return type: | booleon |
Removes a session.
| Parameter: | session_id (string) – the id for the session to remove |
|---|
Test a password to see if it’s valid.
| Parameter: | password (string) – the password to test |
|---|---|
| Returns: | a session id or False |
| Return type: | string or False |