Ticket #575 (task)

Opened 3 years ago

Parameterize this in webdav Accessutil

Status: new

Reported by: douglm Assigned to: douglm
Priority: major Milestone: Bedework 3.7
Component: unclassified Version:
Keywords: Cc:
  /** Override this to construct urls from the parameter
   *
   * @param who String
   * @return String href
   */
  public String makeUserHref(String who) {
    return namespacePrefix + "/principals/users/" + who;
  }

  /** Override this to construct urls from the parameter
   *
   * @param who String
   * @return String href
   */
  public String makeGroupHref(String who) {
    return namespacePrefix + "/principals/groups/" + who;
  }