Uses of Class
org.bedework.caldav.server.sysinterface.CalPrincipalInfo
-
Packages that use CalPrincipalInfo Package Description org.bedework.caldav.server org.bedework.caldav.server.sysinterface -
-
Uses of CalPrincipalInfo in org.bedework.caldav.server
Constructors in org.bedework.caldav.server with parameters of type CalPrincipalInfo Constructor Description CaldavGroupNode(CaldavURI cdURI, SysIntf sysi, CalPrincipalInfo ui)CaldavPrincipalNode(CaldavURI cdURI, SysIntf sysi, CalPrincipalInfo ui, boolean isUser)CaldavUserNode(CaldavURI cdURI, SysIntf sysi, CalPrincipalInfo ui) -
Uses of CalPrincipalInfo in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return CalPrincipalInfo Modifier and Type Method Description CalPrincipalInfoSysIntf. getCalPrincipalInfo(org.bedework.access.AccessPrincipal principal)Given a valid AccessPrincipal return the associated calendar user information needed for caldav interactions.Methods in org.bedework.caldav.server.sysinterface that return types with arguments of type CalPrincipalInfo Modifier and Type Method Description Collection<CalPrincipalInfo>SysIntf. getPrincipals(String resourceUri, org.bedework.webdav.servlet.shared.PrincipalPropertySearch pps)Given a PrincipalPropertySearch returns a Collection of matching principals.
-