Interface AuthRole

    • Method Detail

      • getName

        String getName()
        Returns:
        the (node) name of the authrole
      • getPath

        String getPath()
        Returns:
        the node path of the authrole
      • getDomainPath

        String getDomainPath()
        Returns:
        the parent (domain) node path of the authrole
      • getRole

        String getRole()
        Returns:
        the role of the authrole
      • getDescription

        String getDescription()
        Returns:
        the description of the authrole
      • getUserRole

        String getUserRole()
        Returns:
        the userrole of the authrole
      • getGroups

        SortedSet<String> getGroups()
        Returns:
        the groups of the authrole
      • getUsers

        SortedSet<String> getUsers()
        Returns:
        the users of the authrole