org.universAAL.ontology.security
Class SecurityOntology

Package class diagram package SecurityOntology
java.lang.Object
  extended by org.universAAL.middleware.owl.Ontology
      extended by org.universAAL.ontology.security.SecurityOntology

public final class SecurityOntology
extends Ontology

Author:
eandgrg

Field Summary
static String NAMESPACE
           
static String PROP_AUTHENTICATED
           
static String PROP_REVOKED
           
static String PROP_SESSION
           
 
Fields inherited from class org.universAAL.middleware.owl.Ontology
PROP_OWL_IMPORT, TYPE_OWL_ONTOLOGY
 
Constructor Summary
SecurityOntology()
           
 
Method Summary
 void create()
          Create this ontology.
 
Methods inherited from class org.universAAL.middleware.owl.Ontology
addImport, checkPermission, createNewAbstractOntClassInfo, createNewOntClassInfo, createNewOntClassInfo, createNewRDFClassInfo, extendExistingOntClassInfo, getInfo, getOntClassInfo, getRDFClassInfo, getResourceList, hasOntClass, lock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

PROP_SESSION

public static final String PROP_SESSION
See Also:
Constant Field Values

PROP_AUTHENTICATED

public static final String PROP_AUTHENTICATED
See Also:
Constant Field Values

PROP_REVOKED

public static final String PROP_REVOKED
See Also:
Constant Field Values
Constructor Detail

SecurityOntology

public SecurityOntology()
Method Detail

create

public void create()
Description copied from class: Ontology
Create this ontology. This method is called by OntologyManagement.register(org.universAAL.middleware.container.ModuleContext, Ontology) and MUST be overwritten by all subclasses.

Specified by:
create in class Ontology


Copyright © 2014 universAAL Consortium. All Rights Reserved.