Class CalAddrPrefixes

java.lang.Object
org.bedework.calfacade.configs.CalAddrPrefixes
All Implemented Interfaces:
Serializable

public class CalAddrPrefixes extends Object implements Serializable
To enable mapping of calendar addresses e.g. mailto:fred@example.org on to principals we need to either do a directory lookup or have some sort of pattern map. Setting a caladdr prefix enables pattern mapping. By default calendar addresses are users
Author:
Mike Douglass
See Also:
  • Constructor Details

    • CalAddrPrefixes

      public CalAddrPrefixes()
  • Method Details

    • setUser

      public void setUser(String val)
      Set the user prefix e.g. "/principals/users"
      Parameters:
      val - String
    • getUser

      public String getUser()
      get the user prefix
      Returns:
      String
    • setGroup

      public void setGroup(String val)
      Set the group prefix grp_
      Parameters:
      val - String
    • getGroup

      public String getGroup()
      get the group prefix e.g. grp_
      Returns:
      String
    • setBwadmingroup

      public void setBwadmingroup(String val)
      Set the bedework admin group prefix e.g. "agrp_"
      Parameters:
      val - String
    • getBwadmingroup

      public String getBwadmingroup()
      Get the bedework admin group prefix e.g. "agrp_"
      Returns:
      String
    • setResource

      public void setResource(String val)
      Set the resource prefix e.g. "rsrc_"
      Parameters:
      val - String
    • getResource

      public String getResource()
      get the resource prefix e.g. "rsrc_"
      Returns:
      String
    • setLocation

      public void setLocation(String val)
      Set the location prefix e.g. "loc_"
      Parameters:
      val - String
    • getLocation

      public String getLocation()
      get the location prefix e.g. "loc_"
      Returns:
      String
    • setTicket

      public void setTicket(String val)
      Set the ticket prefix e.g. "tkt_"
      Parameters:
      val - String
    • getTicket

      public String getTicket()
      get the ticket prefix e.g. "tkt_"
      Returns:
      String
    • setHost

      public void setHost(String val)
      Set the host prefix e.g. "host_"
      Parameters:
      val - String
    • getHost

      public String getHost()
      get the host prefix e.g. "host_"
      Returns:
      String