interface for classes used with the jAuthDriverClass
| package |
jelix |
|---|---|
| subpackage |
auth_driver |
| see | |
| since | 1.0b2 |
createUserObject() : object
objectuser informations (empty)
deleteByLogin(string $login)
stringlogin of the user to delete
findAll() : array
arraylist of users
findByLoginPattern(string $pattern) : array
stringthe pattern
arraylist of users
getByLogin(string $login) : object
stringlogin of the user on which we want to get informations
objectuser informations
getByLoginPassword(string $login, string $cryptedpassword) : object
| deprecated |
since 1.2.10 |
|---|
stringthe user login
stringthe new encrypted password
objectuser informations
insert(object $user)
objectuser informations
update(object $user)
objectuser informations
updatePassword(string $login, string $cryptedpassword)
stringthe user login
stringthe new encrypted password