Interface UserRoleManagementStrategy

    • Method Detail

      • addRoleToUser

        B2BSelectionData addRoleToUser​(java.lang.String userId)
        Adds a role to the user
        Parameters:
        userId - is the identifier of the user
        Returns:
        the resulting B2BSelectionData
      • removeRoleFromUser

        B2BSelectionData removeRoleFromUser​(java.lang.String userId)
        Removes a role from the user
        Parameters:
        userId - is the identifier of the user
        Returns:
        the resulting B2BSelectionData