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 of Role
  • Constructor Details

    • RoleBean

      public RoleBean()
    • RoleBean

      public RoleBean(String name, String description)
    • RoleBean

      public RoleBean(Role role)
  • Method Details

    • getPrivileges

      public HashSet<String> getPrivileges()
      Description copied from interface: Role
      The set of fine-grained privileges represented by this role
      Specified by:
      getPrivileges in interface Role
      Returns:
      the fine-grained privileges of this role