ACL

object ACL

Web Access Control (WAC) vocabulary constants. http://www.w3.org/ns/auth/acl# Spec: https://solidproject.org/TR/wac

Properties

Link copied to clipboard
const val ACCESS_TO: String

Links an Authorization to a specific resource it protects.

Link copied to clipboard
const val AGENT: String

Individual agent (by WebID) granted access.

Link copied to clipboard
const val AGENT_CLASS: String

Class of agents granted access (e.g. foaf:Agent, acl:AuthenticatedAgent).

Link copied to clipboard
const val AGENT_GROUP: String

Group resource (vcard:Group) whose members are granted access.

Link copied to clipboard
const val AGENT_PUBLIC: String

Any agent, authenticated or not.

Link copied to clipboard
const val APPEND: String
Link copied to clipboard

Any authenticated agent.

Link copied to clipboard
Link copied to clipboard
const val CONTROL: String

Allows reading and modifying the ACL resource itself.

Link copied to clipboard
const val DEFAULT: String

Links an Authorization to a container; inherited by all members.

Link copied to clipboard
const val MODE: String

Access mode(s) granted by this Authorization.

Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard
const val ORIGIN: String

HTTP Origin that is allowed to make requests.

Link copied to clipboard
const val OWNER: String

Links a storage to its owner.

Link copied to clipboard
const val READ: String
Link copied to clipboard
const val TRUSTED_APP: String

Trusted application with allowed origins and modes.

Link copied to clipboard
const val TRUSTED_MODE: String

Access modes allowed for a trusted application.

Link copied to clipboard
const val WRITE: String