This project provides a number of access control classes and methods for Bedework.
These classes implement access control as described in the WebDAV and CalDAV standards.
- RFC4791 - CalDAV access
- RFC4918 - HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)
- RFC 6638 - Scheduling Extensions to CalDAV
- JDK 21
- Maven 3
Add the artifact(s) as a dependency to your project:
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-dav-access</artifactId>
</dependency>
Please report issues via the github issues tab at
See CONTRIBUTING.md.
See SECURITY.md.