Package ndg :: Package xacml :: Package core :: Module variabledefinition :: Class VariableDefinition
[hide private]

Class VariableDefinition

source code

   object --+        
            |        
XacmlCoreBase --+    
                |    
  XacmlPolicyBase --+
                    |
                   VariableDefinition

XACML Variable Definition Type - this class is a placeholder, it's not currently implemented

Instance Methods [hide private]
 
__init__(self)
This class not needed yet
source code

Inherited from XacmlCoreBase: __getstate__

Inherited from XacmlCoreBase (private): _getXmlns, _setXmlns

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
NoneType but implement as string in derived classes ELEMENT_LOCAL_NAME = 'VariableDefinition'
XML element local name for the given type

Inherited from XacmlPolicyBase: XACML_2_0_POLICY_NS

Inherited from XacmlCoreBase: XACML_1_0_NS_PREFIX, XACML_2_0_NS_PREFIX, XMLNS

Properties [hide private]

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

This class not needed yet

Raises:
  • NotImplementedError - derived classes must set ELEMENT_LOCAL_NAME to a string
Overrides: object.__init__