Package ndg :: Package xacml :: Package test :: Class GroupRoleBag
[hide private]

Class GroupRoleBag

source code

                     object --+        
                              |        
core.functions.AbstractFunction --+    
                                  |    
      core.functions.v1.bag.BagBase --+
                                      |
                                     GroupRoleBag

Bag function for Group/Role custom attribute value type

Nested Classes [hide private]
NoneType TYPE
attribute type for the given implementation.

Inherited from core.functions.AbstractFunction: __metaclass__

Instance Methods [hide private]

Inherited from core.functions.v1.bag.BagBase: evaluate

Inherited from core.functions.AbstractFunction: __init__

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

Class Variables [hide private]
NoneType (must be string in derived type) FUNCTION_NS = 'urn:grouprole-bag'
namespace for the given function

Inherited from core.functions.v1.bag.BagBase: FUNCTION_NS_SUFFIX, FUNCTION_SUFFIX, __abstractmethods__

Inherited from core.functions.AbstractFunction: V1_0_FUNCTION_NS, V2_0_FUNCTION_NS

Properties [hide private]

Inherited from object: __class__