Package ndg :: Package xacml :: Package core :: Package context :: Class RequestChildBase
[hide private]

Class RequestChildBase

source code

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

Base class for XACML Context Subject, Resource, Action and Environment types

Instance Methods [hide private]
 
__init__(self)
Initialise attribute list
source code
dict
__getstate__(self)
Enable pickling
source code

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]

Inherited from XacmlContextBase: ELEMENT_LOCAL_NAME, 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

Instance Variables [hide private]
ndg.xacml.utils.TypedList __attributes
XACML Context subject attributes
Properties [hide private]
ndg.xacml.utils.TypedList attributes

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise attribute list

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

__getstate__(self)

source code 

Enable pickling

Returns: dict
object's attribute dictionary
Overrides: XacmlCoreBase.__getstate__

Property Details [hide private]

attributes

Get Method:
unreachable.attributes(self) - Returns: XACML Context subject attributes
Type:
ndg.xacml.utils.TypedList