Package ndg :: Package xacml :: Package core :: Module action :: Class Action
[hide private]

Class Action

source code

   object --+            
            |            
XacmlCoreBase --+        
                |        
  XacmlPolicyBase --+    
                    |    
      TargetChildBase --+
                        |
                       Action

XACML Action Target Policy element

Nested Classes [hide private]
NoneType - derived class must implement MATCH_TYPE
Set the type for match attributes in the derived class implementation e.g.
Instance Methods [hide private]

Inherited from TargetChildBase: __init__

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 = 'Action'
XML element local name for the given type
  ID = 'urn:oasis:names:tc:xacml:1.0:action:action-id'

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]
ndg.xacml.utils.TypedList actionMatches
Convenience wrapper to base class method

Inherited from TargetChildBase: matches

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__

Property Details [hide private]

actionMatches

Convenience wrapper to base class method

Get Method:
unreachable.actionMatches(self) - Convenience wrapper to base class method
Type:
ndg.xacml.utils.TypedList