Package ndg :: Package xacml :: Package core :: Package context :: Module response :: Class Response
[hide private]

Class Response

source code

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

XACML Response type

Instance Methods [hide private]
 
__init__(self)
"Initialise results 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]
NoneType but implement as string in derived classes ELEMENT_LOCAL_NAME = 'Response'
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

Instance Variables [hide private]
ndg.xacml.utils.TypedList __results
resource content
Properties [hide private]
ndg.xacml.utils.TypedList results
Get Response results list

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

"Initialise results 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]

results

Get Response results list

Get Method:
unreachable.results(self) - Get Response results list
Type:
ndg.xacml.utils.TypedList