Package ndg :: Package xacml :: Package core :: Package functions :: Class XacmlFunctionNames
[hide private]

Class XacmlFunctionNames

source code

object --+
         |
        XacmlFunctionNames

XACML standard match function names

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
tuple FUNCTION_NAMES = ('urn:oasis:names:tc:xacml:1.0:function:strin...
list of all the XACML function URNs
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

FUNCTION_NAMES

list of all the XACML function URNs
Type:
tuple
Value:
('urn:oasis:names:tc:xacml:1.0:function:string-equal',
 'urn:oasis:names:tc:xacml:1.0:function:boolean-equal',
 'urn:oasis:names:tc:xacml:1.0:function:integer-equal',
 'urn:oasis:names:tc:xacml:1.0:function:double-equal',
 'urn:oasis:names:tc:xacml:1.0:function:date-equal',
 'urn:oasis:names:tc:xacml:1.0:function:time-equal',
 'urn:oasis:names:tc:xacml:1.0:function:dateTime-equal',
 'urn:oasis:names:tc:xacml:1.0:function:dayTimeDuration-equal',
...