check()
dont_remember_me()
forge()
get_email()
get_groups()
get_screen_name()
get_user_array()
get_user_id()
groups()
has_access()
hash_password()
login()
logout()
member()
remember_me()
roles()
validate_user()
perform_check()
$_instance
$_instances
$config
$remember_me
check() : bool
bool
dont_remember_me()
forge(array $config)
get_email() : string
string
get_groups() : array
array
get_screen_name() : string
string
get_user_array(array $additional_fields) : array
array
additional fields
array
get_user_id() : array
array
groups($driver) : array
array
has_access(mixed $condition, string $driver, array $entity) : bool
mixed
condition to validate
string
acl driver id or null to check all
array
user identifier to check in form array(driver_id, user_id)
bool
hash_password($password) : string
string
string
login() : bool
bool
whether login succeededlogout()
member(mixed $group, string $driver, array $user) : bool
mixed
group identifier to check for membership
string
group driver id or null to check all
array
user identifier to check in form array(driver_id, user_id)
bool
remember_me($user_id) : bool
bool
whether or not the cookie was setroles($driver) : array
array
validate_user() : bool
bool
perform_check() : bool
bool
$_instances : array
$config : array
$remember_me : \Auth\Session_Cookie