Interface AdminAccessUserManagerInterface

Interface AdminAccessUserManagerInterface

Direct known implementers

AdminAccessUserManager

Methods summary

public addRoleToUserByCustomerId( IdType $roleId, IdType $customerId ) : AdminAccessUserManagerInterface

Adds role to user by customer ID.

public removeRoleFromUserByCustomerId( IdType $roleId, IdType $customerId ) : AdminAccessUserManagerInterface

Removes role from user by customer ID.

public getRolesByCustomerId( IdType $id ) : AdminAccessRoleCollection

Gets collection of all roles of a certain user.

public deleteUserByCustomerId( IdType $customerId ) : AdminAccessUserManagerInterface

Deletes user by customer ID.