UserManager
class UserManager (View source)
Methods
array
array
getRoles()
No description
array
getAllGroups()
No description
dropGroup(string $name)
No description
Details
UserAndMetadata
getUser(string $name, GetUserOptions $options = null)
No description
array
getAllUsers(GetAllUsersOptions $options = null)
No description
upsertUser(User $user, UpsertUserOptions $options = null)
No description
dropUser(string $name, DropUserOptions $options = null)
No description
array
getRoles()
No description
Group
getGroup(string $name)
No description
array
getAllGroups()
No description
upsertGroup(Group $group)
No description
dropGroup(string $name)
No description