Package ndg :: Package xacml :: Package core :: Class XacmlPolicyBase
[hide private]

Class XacmlPolicyBase

source code

   object --+    
            |    
XacmlCoreBase --+
                |
               XacmlPolicyBase
Known Subclasses:

Base class for policy types

Instance Methods [hide private]
 
__init__(self)
Initialise parent class xmlns attribute based on this classes' policy namespace
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]
string XACML_2_0_POLICY_NS = 'urn:oasis:names:tc:xacml:2.0:policy:sch...
XACML 2.0 policy XML namespace

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

Initialise parent class xmlns attribute based on this classes' policy namespace

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

Class Variable Details [hide private]

XACML_2_0_POLICY_NS

XACML 2.0 policy XML namespace
Type:
string
Value:
'urn:oasis:names:tc:xacml:2.0:policy:schema:os'