Package org.bedework.carddav.server
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Stringaccountaccount as returned by caladdrToUser Currently tail end of principal pathStringdefaultAddressbookPathPath to default address bookCarddirectoryInfoSome directory information for the user.StringprincipalCardPathPath to card for principalStringprincipalPathPrefixprincipal path prefixStringuserHomePathPath to user home
-
-
-
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.
-
-