UserDetails
class UserDetails
Constants
| STATUS_ACTIVE |
|
| STATUS_LOCKOUT |
|
| STATUS_DISABLED |
|
Properties
| protected | $login | ||
| protected | $displayname | ||
| protected | $firstname | ||
| protected | $lastname | ||
| protected | |||
| protected | $password | ||
| protected | $url_access | ||
| protected | $guest | ||
| protected | $groups | ||
| protected | $remove_groups | ||
| protected | $status | ||
| protected | $settings | ||
| protected | $meta |
Methods
UserDetails constructor.
No description
Get UserDetails as Array
Set security groups the user should be a member of (this will NOT delete other groups)
User is considered a guest (anonymous access and no access to profile)
Set true if user should reauthenticate against other methods to access sensitive data
Optional Set/Update the following attributes for the user as effect of this login
Set User Config Settings as Key => Value pairs
Set User Meta Settings as Key => Value pairs
No description
Set security groups the user should NOT be a member of
Set current status of user
No description
No description
Details
at line 36
__construct(string $login = null)
UserDetails constructor.
at line 154
string|null
getPictureURL()
No description
at line 145
array
getProperties()
Get UserDetails as Array
at line 93
setGroups(int[] $securityGroupIDs = [2])
Set security groups the user should be a member of (this will NOT delete other groups)
at line 83
setIsGuest(bool $isGuest = true)
User is considered a guest (anonymous access and no access to profile)
at line 74
setIsNotValidated(bool $isNotValidated = true)
Set true if user should reauthenticate against other methods to access sensitive data
at line 62
setOptionalAttributes(string $firstname = null, string $lastname = null, string $email = null, string $password = null)
Optional Set/Update the following attributes for the user as effect of this login
at line 120
setOptionalConfigSettings(array $config = [])
Set User Config Settings as Key => Value pairs
at line 129
setOptionalMetaSettings(array $meta = [])
Set User Meta Settings as Key => Value pairs
at line 149
UserDetails
setPictureURL(string $pictureURL)
No description
at line 102
setRevokeGroups(int[] $securityGroupIDs = [])
Set security groups the user should NOT be a member of
at line 111
setStatus(string $status = self::STATUS_ACTIVE)
Set current status of user
at line 50
setUserDisplayname(string $displayname)
No description
at line 43
setUserIdentity(string $login)
No description