UserAndMetadata
in package
Table of Contents
- $domain : string
- $effectiveRoles : array<string|int, mixed>|null
- $externalGroups : array<string|int, mixed>|null
- $passwordChanged : string|null
- $user : User
- domain() : string
- Gets the auth domain.
- effectiveRoles() : array<string|int, mixed>
- Gets the effective roles - the roles the user has from groups and directly.
- externalGroups() : string
- Gets any external group names that the user is assigned to.
- passwordChanged() : string
- Gets the date the password last changed.
- user() : User
- Gets the user.
Properties
$domain
private
string
$domain
$effectiveRoles
private
array<string|int, mixed>|null
$effectiveRoles
$externalGroups
private
array<string|int, mixed>|null
$externalGroups
$passwordChanged
private
string|null
$passwordChanged
$user
private
User
$user
Methods
domain()
Gets the auth domain.
public
domain() : string
Tags
Return values
string —effectiveRoles()
Gets the effective roles - the roles the user has from groups and directly.
public
effectiveRoles() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —externalGroups()
Gets any external group names that the user is assigned to.
public
externalGroups() : string
Tags
Return values
string —passwordChanged()
Gets the date the password last changed.
public
passwordChanged() : string
Tags
Return values
string —user()
Gets the user.
public
user() : User