Class: JavaSandbox

•owl:Thing
        •Asset
                •Countermeasure
                        •AccessControl
                                •JavaSandbox
        •Countermeasure
                •AccessControl
                        •JavaSandbox

Super Classes

protects SOME _Integrity
protects SOME _Technology
protects SOME _Confidentiality
protects SOME _PolicyCompliance
AccessControl
protects SOME _Prevention
protects ONLY (_Prevention AND (_Confidentiality OR _Integrity OR _PolicyComplianceAND _Technology)

Annotations

dc:descriptionA mechanism that confines the scope of Java applet actions according to rules defined in a security model. (ISD)
dc:descriptionA technique whereby a program executing on a computer in a network is isolated from the system around it so that it cannot do any damage or violate any security policy. (ODotI)

Abstract Syntax

Class(JavaSandbox partial restriction(protects someValuesFrom(_Integrity))
                         restriction(protects someValuesFrom(_Technology))
                         restriction(protects someValuesFrom(_Confidentiality))
                         restriction(protects someValuesFrom(_PolicyCompliance))
                         AccessControl
                         restriction(protects someValuesFrom(_Prevention))
                         restriction(protects allValuesFrom(intersectionOf(_Prevention
                                                                           unionOf(_Confidentiality
                                                                                   _Integrity
                                                                                   _PolicyCompliance)
                                                                           _Technology))))
Generated with OWLDoc