I have a list of objects UserRole, object UserRole has a map of attributes:
public class UserRole { private Map attributes; ... }