Package net.enilink.vocab.acl
Interface WEBACL
-
public interface WEBACL
-
-
Field Summary
Fields Modifier and Type Field Description static net.enilink.komma.core.URIMODE_ACCESSSuperclass of all access modes.static net.enilink.komma.core.URIMODE_APPENDAppend mode.static net.enilink.komma.core.URIMODE_CONTROLControl mode.static net.enilink.komma.core.URIMODE_READRead mode.static net.enilink.komma.core.URIMODE_WRITEWrite mode.static StringNAMESPACEstatic net.enilink.komma.core.URINAMESPACE_URIstatic net.enilink.komma.core.URIPROPERTY_ACCESSTOThe information resource to which access is being granted.static net.enilink.komma.core.URIPROPERTY_ACCESSTOCLASSA class of information resources to which access is being granted.static net.enilink.komma.core.URIPROPERTY_AGENTA person or social entity to being given the right.static net.enilink.komma.core.URIPROPERTY_AGENTCLASSA class of persons or social entities to being given the right.static net.enilink.komma.core.URIPROPERTY_MODEA mode of access such as read or write.static net.enilink.komma.core.URIPROPERTY_OWNERThe person or other agent which owns this.static net.enilink.komma.core.URITYPE_AUTHORIZATIONAn Authorization is an abstract thing whose properties are defined in an Access Control List.
-
-
-
Field Detail
-
NAMESPACE
static final String NAMESPACE
- See Also:
- Constant Field Values
-
NAMESPACE_URI
static final net.enilink.komma.core.URI NAMESPACE_URI
-
MODE_ACCESS
static final net.enilink.komma.core.URI MODE_ACCESS
Superclass of all access modes.
-
MODE_APPEND
static final net.enilink.komma.core.URI MODE_APPEND
Append mode. append to the contents without deleting existing data
-
MODE_WRITE
static final net.enilink.komma.core.URI MODE_WRITE
Write mode. overwrite the contents (including deleting it, or modifying part of it)
-
MODE_READ
static final net.enilink.komma.core.URI MODE_READ
Read mode. read the contents (including querying it, etc)
-
MODE_CONTROL
static final net.enilink.komma.core.URI MODE_CONTROL
Control mode. set the Access Control List for a resource
-
TYPE_AUTHORIZATION
static final net.enilink.komma.core.URI TYPE_AUTHORIZATION
An Authorization is an abstract thing whose properties are defined in an Access Control List. The ACL does NOT have to explicitly state that it is of rdf:type Authorization.
-
PROPERTY_ACCESSTO
static final net.enilink.komma.core.URI PROPERTY_ACCESSTO
The information resource to which access is being granted.
-
PROPERTY_ACCESSTOCLASS
static final net.enilink.komma.core.URI PROPERTY_ACCESSTOCLASS
A class of information resources to which access is being granted.
-
PROPERTY_AGENT
static final net.enilink.komma.core.URI PROPERTY_AGENT
A person or social entity to being given the right.
-
PROPERTY_AGENTCLASS
static final net.enilink.komma.core.URI PROPERTY_AGENTCLASS
A class of persons or social entities to being given the right.
-
PROPERTY_MODE
static final net.enilink.komma.core.URI PROPERTY_MODE
A mode of access such as read or write.
-
PROPERTY_OWNER
static final net.enilink.komma.core.URI PROPERTY_OWNER
The person or other agent which owns this. For example, the owner of a file in a file system. There is a sense of right to control. Typically defaults to the agent who created something but can be changed.
-
-