Class RoleBean
- java.lang.Object
-
- com.bloomreach.xm.repository.security.AbstractRoleBean
-
- com.bloomreach.xm.repository.security.RoleBean
-
- All Implemented Interfaces:
AbstractRole
,Role
public class RoleBean extends AbstractRoleBean implements Role
Simple POJO bean implementation ofRole
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<String>
getPrivileges()
The set of fine-grained privileges represented by this role-
Methods inherited from class com.bloomreach.xm.repository.security.AbstractRoleBean
getDescription, getName, getRoles, isSystem, setDescription, setName, setSystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.bloomreach.xm.repository.security.AbstractRole
getDescription, getName, getRoles, isSystem
-
-
-
-
Method Detail
-
getPrivileges
public HashSet<String> getPrivileges()
Description copied from interface:Role
The set of fine-grained privileges represented by this role- Specified by:
getPrivileges
in interfaceRole
- Returns:
- the fine-grained privileges of this role
-
-