Package-level declarations

Types

Link copied to clipboard
data class AclAuthorization(val subject: String, val accessTo: List<String> = emptyList(), val default: List<String> = emptyList(), val modes: Set<String> = emptySet(), val agents: List<String> = emptyList(), val agentClasses: List<String> = emptyList(), val agentGroups: List<String> = emptyList(), val origins: List<String> = emptyList())

A single WAC authorization rule (acl:Authorization).

Link copied to clipboard

Represents a Web Access Control (WAC) ACL resource.

Link copied to clipboard

Represents an ACP Access Control Resource (ACR).

Link copied to clipboard
data class WacAllow(val userModes: Set<String>, val publicModes: Set<String>) : Parcelable

Parsed representation of the WAC-Allow HTTP response header.