Class RoleHierarchyUtils
java.lang.Object
org.springframework.security.access.hierarchicalroles.RoleHierarchyUtils
Utility methods for 
RoleHierarchy.- Since:
 - 4.2.0
 
- 
Method Summary
 
- 
Method Details
- 
roleHierarchyFromMap
Deprecated.please seeRoleHierarchyImpl#setHierarchydeprecation noticeConverts the suppliedMapof role name to implied role name(s) to a string representation understood byRoleHierarchyImpl#setHierarchy(String). The map key is the role name and the map value is aListof implied role name(s).- Parameters:
 roleHierarchyMap- the mapping(s) of role name to implied role name(s)- Returns:
 - a string representation of a role hierarchy
 - Throws:
 IllegalArgumentException- if roleHierarchyMap is null or empty or if a role name is null or empty or if an implied role name(s) is null or empty
 
 - 
 
RoleHierarchyImpl#setHierarchydeprecation notice