Uses of Class
org.bedework.carddav.server.SysIntf.PrincipalInfo
Packages that use SysIntf.PrincipalInfo
-
Uses of SysIntf.PrincipalInfo in org.bedework.carddav.bwserver
Methods in org.bedework.carddav.bwserver that return SysIntf.PrincipalInfoModifier and TypeMethodDescriptionBwSysIntfImpl.getPrincipalInfo(org.bedework.access.AccessPrincipal pcpl, boolean getDirInfo) Methods in org.bedework.carddav.bwserver that return types with arguments of type SysIntf.PrincipalInfoModifier and TypeMethodDescriptionBwSysIntfImpl.getPrincipals(String resourceUri, org.bedework.webdav.servlet.shared.PrincipalPropertySearch pps) -
Uses of SysIntf.PrincipalInfo in org.bedework.carddav.server
Methods in org.bedework.carddav.server that return SysIntf.PrincipalInfoModifier and TypeMethodDescriptionSysIntf.getPrincipalInfo(org.bedework.access.AccessPrincipal pcpl, boolean getDirInfo) Given a valid principal return the associated information needed for carddav interactions.Methods in org.bedework.carddav.server that return types with arguments of type SysIntf.PrincipalInfoModifier and TypeMethodDescriptionSysIntf.getPrincipals(String resourceUri, org.bedework.webdav.servlet.shared.PrincipalPropertySearch pps) Given a PrincipalPropertySearch returns a Collection of matching principals.