@@ -31,31 +31,31 @@ |
||
| 31 | 31 | */ |
| 32 | 32 | interface ICredentials { |
| 33 | 33 | |
| 34 | - /** |
|
| 35 | - * Get the user UID |
|
| 36 | - * |
|
| 37 | - * @since 12 |
|
| 38 | - * |
|
| 39 | - * @return string |
|
| 40 | - */ |
|
| 41 | - public function getUID(); |
|
| 34 | + /** |
|
| 35 | + * Get the user UID |
|
| 36 | + * |
|
| 37 | + * @since 12 |
|
| 38 | + * |
|
| 39 | + * @return string |
|
| 40 | + */ |
|
| 41 | + public function getUID(); |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * Get the login name the users used to login |
|
| 45 | - * |
|
| 46 | - * @since 12 |
|
| 47 | - * |
|
| 48 | - * @return string |
|
| 49 | - */ |
|
| 50 | - public function getLoginName(); |
|
| 43 | + /** |
|
| 44 | + * Get the login name the users used to login |
|
| 45 | + * |
|
| 46 | + * @since 12 |
|
| 47 | + * |
|
| 48 | + * @return string |
|
| 49 | + */ |
|
| 50 | + public function getLoginName(); |
|
| 51 | 51 | |
| 52 | - /** |
|
| 53 | - * Get the password |
|
| 54 | - * |
|
| 55 | - * @since 12 |
|
| 56 | - * |
|
| 57 | - * @return string |
|
| 58 | - * @throws PasswordUnavailableException |
|
| 59 | - */ |
|
| 60 | - public function getPassword(); |
|
| 52 | + /** |
|
| 53 | + * Get the password |
|
| 54 | + * |
|
| 55 | + * @since 12 |
|
| 56 | + * |
|
| 57 | + * @return string |
|
| 58 | + * @throws PasswordUnavailableException |
|
| 59 | + */ |
|
| 60 | + public function getPassword(); |
|
| 61 | 61 | } |