ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
interface.ilAuthCredentials.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12{
16 public function setUsername($a_name);
17
21 public function getUsername();
22
26 public function setPassword($a_password);
27
31 public function getPassword();
32
37 public function setCaptchaCode($a_code);
38
42 public function getCaptchaCode();
43
49 public function setAuthMode($a_auth_mode);
50
54 public function getAuthMode();
55
56
57}
58?>
An exception for terminatinating execution or to throw for unit testing.
Interface of auth credentials.
getCaptchaCode()
Get captcha code.
getUsername()
Get username.
getAuthMode()
Get auth mode.
setUsername($a_name)
Set username.
getPassword()
Get password.
setAuthMode($a_auth_mode)
Set auth mode.
setPassword($a_password)
Set password.
setCaptchaCode($a_code)
Set captcha code.