UserManagerInterface
Table of Contents
-
changePassword()
: mixed
-
dropGroup()
: mixed
-
dropUser()
: mixed
-
getAllGroups()
: array<string|int, mixed>
-
getAllUsers()
: array<string|int, mixed>
-
getGroup()
: Group
-
getRoles()
: array<string|int, mixed>
-
getUser()
: UserAndMetadata
-
upsertGroup()
: mixed
-
upsertUser()
: mixed
changePassword()
public
changePassword(string $newPassword[, ChangePasswordOptions $options = null ]) : mixed
Parameters
-
$newPassword
: string
-
-
$options
: ChangePasswordOptions
= null
-
Return values
mixed
—
dropGroup()
public
dropGroup(string $name[, DropGroupOptions $options = null ]) : mixed
Parameters
-
$name
: string
-
-
$options
: DropGroupOptions
= null
-
Return values
mixed
—
dropUser()
public
dropUser(string $name[, DropUserOptions $options = null ]) : mixed
Parameters
-
$name
: string
-
-
$options
: DropUserOptions
= null
-
Return values
mixed
—
getAllGroups()
public
getAllGroups([GetAllGroupsOptions $options = null ]) : array<string|int, mixed>
Parameters
-
$options
: GetAllGroupsOptions
= null
-
Return values
array<string|int, mixed>
—
getAllUsers()
public
getAllUsers([GetAllUsersOptions $options = null ]) : array<string|int, mixed>
Parameters
-
$options
: GetAllUsersOptions
= null
-
Return values
array<string|int, mixed>
—
getGroup()
public
getGroup(string $name[, GetGroupOptions $options = null ]) : Group
Parameters
-
$name
: string
-
-
$options
: GetGroupOptions
= null
-
Return values
Group
—
getRoles()
public
getRoles([GetRolesOptions $options = null ]) : array<string|int, mixed>
Parameters
-
$options
: GetRolesOptions
= null
-
Return values
array<string|int, mixed>
—
getUser()
public
getUser(string $name[, GetUserOptions $options = null ]) : UserAndMetadata
Parameters
-
$name
: string
-
-
$options
: GetUserOptions
= null
-
Return values
UserAndMetadata
—
upsertGroup()
public
upsertGroup(Group $group[, UpsertGroupOptions $options = null ]) : mixed
Parameters
-
$group
: Group
-
-
$options
: UpsertGroupOptions
= null
-
Return values
mixed
—
upsertUser()
public
upsertUser(User $user[, UpsertUserOptions $options = null ]) : mixed
Parameters
-
$user
: User
-
-
$options
: UpsertUserOptions
= null
-
Return values
mixed
—