A simple base RoleAttribute implementation for roles that do not need to be qualified
prior to resolution.
author: Aaron Hamid (arh14 at cornell dot edu)
parseRoleNameFromClassAndRole(String classAndRole) Helper method for parsing the actual role name out from the class/rolename combination
as Role class combines the two and does expose the original role name
Parameters: classAndRole - the class and role string (e.g.
Helper method for parsing the actual role name out from the class/rolename combination
as Role class combines the two and does expose the original role name
Parameters: classAndRole - the class and role string (e.g. org.blah.MyRoleAttribute!SOME_ROLE_NAME) the role name portion of the class and role string (e.g. SOME_ROLE_NAME);