Package ndg :: Package xacml :: Package core :: Package context :: Module environment :: Class Environment
[hide private]

Class Environment

source code

   object --+            
            |            
XacmlCoreBase --+        
                |        
 XacmlContextBase --+    
                    |    
     RequestChildBase --+
                        |
                       Environment
Known Subclasses:

XACML Context Environment type

Instance Methods [hide private]

Inherited from RequestChildBase: __getstate__, __init__

Inherited from XacmlContextBase: __setstate__

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 = 'Environment'
XML element local name for the given type

Inherited from XacmlContextBase: XACML_2_0_CONTEXT_NS, XACML_2_0_CONTEXT_NS_PREFIX

Inherited from XacmlCoreBase: XACML_1_0_NS_PREFIX, XACML_2_0_NS_PREFIX, XMLNS

Properties [hide private]

Inherited from RequestChildBase: attributes

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__