Uses of Class
org.bedework.carddav.server.SysIntf.PrincipalInfo
-
Packages that use SysIntf.PrincipalInfo Package Description org.bedework.carddav.bwserver org.bedework.carddav.server -
-
Uses of SysIntf.PrincipalInfo in org.bedework.carddav.bwserver
Methods in org.bedework.carddav.bwserver that return SysIntf.PrincipalInfo Modifier and Type Method Description SysIntf.PrincipalInfoBwSysIntfImpl. getPrincipalInfo(org.bedework.access.AccessPrincipal pcpl, boolean getDirInfo)Methods in org.bedework.carddav.bwserver that return types with arguments of type SysIntf.PrincipalInfo Modifier and Type Method Description Collection<SysIntf.PrincipalInfo>BwSysIntfImpl. 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.PrincipalInfo Modifier and Type Method Description SysIntf.PrincipalInfoSysIntf. 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.PrincipalInfo Modifier and Type Method Description Collection<SysIntf.PrincipalInfo>SysIntf. getPrincipals(String resourceUri, org.bedework.webdav.servlet.shared.PrincipalPropertySearch pps)Given a PrincipalPropertySearch returns a Collection of matching principals.
-