Package ndg :: Package xacml :: Package core :: Module match :: Class ActionMatch
[hide private]

Class ActionMatch

source code

   object --+        
            |        
XacmlCoreBase --+    
                |    
        MatchBase --+
                    |
                   ActionMatch

Action match

Instance Methods [hide private]

Inherited from MatchBase: __init__, evaluate, setFunctionFromMap

Inherited from MatchBase (private): _getMatchId, _setMatchId

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 = 'ActionMatch'
XML element local name for the given type
  ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME = 'ActionAttributeDesi...

Inherited from MatchBase: ATTRIBUTE_VALUE_ELEMENT_LOCAL_NAME, MATCH_ID_ATTRIB_NAME

Inherited from XacmlCoreBase: XACML_1_0_NS_PREFIX, XACML_2_0_NS_PREFIX, XMLNS

Properties [hide private]

Inherited from MatchBase: attributeDesignator, attributeSelector, attributeValue, function, functionMap, loadFunctionFromId, matchId

Inherited from XacmlCoreBase: elem, isValidXmlns, xmlns

Inherited from object: __class__

Class Variable Details [hide private]

ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME

Value:
'ActionAttributeDesignator'