Interface UserRoleManagementStrategy
- All Known Implementing Classes:
DefaultUserRoleManagementStrategy
public interface UserRoleManagementStrategy
-
Method Summary
Modifier and TypeMethodDescriptionaddRoleToUser(String userId) Adds a role to the userremoveRoleFromUser(String userId) Removes a role from the user
-
Method Details
-
addRoleToUser
Adds a role to the user- Parameters:
userId- is the identifier of the user- Returns:
- the resulting
B2BSelectionData
-
removeRoleFromUser
Removes a role from the user- Parameters:
userId- is the identifier of the user- Returns:
- the resulting
B2BSelectionData
-