Uses of Class
org.bedework.caldav.server.sysinterface.CalPrincipalInfo
Packages that use CalPrincipalInfo
-
Uses of CalPrincipalInfo in org.bedework.caldav.server
Constructors in org.bedework.caldav.server with parameters of type CalPrincipalInfoModifierConstructorDescriptionCaldavGroupNode(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 CalPrincipalInfoModifier and TypeMethodDescriptionSysIntf.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 CalPrincipalInfoModifier and TypeMethodDescriptionSysIntf.getPrincipals(String resourceUri, org.bedework.webdav.servlet.shared.PrincipalPropertySearch pps) Given a PrincipalPropertySearch returns a Collection of matching principals.