Interface Role
-
- All Superinterfaces:
AbstractRole
- All Known Implementing Classes:
RoleBean
public interface Role extends AbstractRole
A data access role possibly holding and representing a set of fine-grained privilege names
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getPrivileges()
The set of fine-grained privileges represented by this role-
Methods inherited from interface com.bloomreach.xm.repository.security.AbstractRole
getDescription, getName, getRoles, isSystem
-
-