Class RoleBean
java.lang.Object
com.bloomreach.xm.repository.security.AbstractRoleBean
com.bloomreach.xm.repository.security.RoleBean
- All Implemented Interfaces:
AbstractRole
,Role
Simple POJO bean implementation of
Role
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe set of fine-grained privileges represented by this roleMethods 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
-
Constructor Details
-
RoleBean
public RoleBean() -
RoleBean
-
RoleBean
-
-
Method Details
-
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
-