Class SysIntf.PrincipalInfo

java.lang.Object
org.bedework.carddav.server.SysIntf.PrincipalInfo
All Implemented Interfaces:
Serializable
Enclosing interface:
SysIntf

public static class SysIntf.PrincipalInfo extends Object implements Serializable
Author:
Mike Douglass
See Also:
  • Field Details

    • account

      public String account
      account as returned by caladdrToUser
      Currently tail end of principal path
    • principalPathPrefix

      public String principalPathPrefix
      principal path prefix
    • userHomePath

      public String userHomePath
      Path to user home
    • defaultAddressbookPath

      public String defaultAddressbookPath
      Path to default address book
    • principalCardPath

      public String principalCardPath
      Path to card for principal
    • directoryInfo

      public Card directoryInfo
      Some directory information for the user.
  • Constructor Details

    • PrincipalInfo

      public PrincipalInfo(String account, String principalPathPrefix, String userHomePath, String defaultAddressbookPath, String principalCardPath, Card directoryInfo)
      Parameters:
      account -
      principalPathPrefix -
      userHomePath -
      defaultAddressbookPath -
      principalCardPath -
      directoryInfo -