Interface WEBACL


  • public interface WEBACL
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static net.enilink.komma.core.URI MODE_ACCESS
      Superclass of all access modes.
      static net.enilink.komma.core.URI MODE_APPEND
      Append mode.
      static net.enilink.komma.core.URI MODE_CONTROL
      Control mode.
      static net.enilink.komma.core.URI MODE_READ
      Read mode.
      static net.enilink.komma.core.URI MODE_WRITE
      Write mode.
      static String NAMESPACE  
      static net.enilink.komma.core.URI NAMESPACE_URI  
      static net.enilink.komma.core.URI PROPERTY_ACCESSTO
      The information resource to which access is being granted.
      static net.enilink.komma.core.URI PROPERTY_ACCESSTOCLASS
      A class of information resources to which access is being granted.
      static net.enilink.komma.core.URI PROPERTY_AGENT
      A person or social entity to being given the right.
      static net.enilink.komma.core.URI PROPERTY_AGENTCLASS
      A class of persons or social entities to being given the right.
      static net.enilink.komma.core.URI PROPERTY_MODE
      A mode of access such as read or write.
      static net.enilink.komma.core.URI PROPERTY_OWNER
      The person or other agent which owns this.
      static net.enilink.komma.core.URI TYPE_AUTHORIZATION
      An Authorization is an abstract thing whose properties are defined in an Access Control List.
    • Field Detail

      • 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.