Class SysIntf.PrincipalInfo

    • Field Detail

      • 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 Detail

      • PrincipalInfo

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