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 Details

    • getPrivileges

      Set<String> getPrivileges()
      The set of fine-grained privileges represented by this role
      Returns:
      the fine-grained privileges of this role