Package ndg :: Package xacml :: Package core :: Package context :: Module result :: Class DenyDecision
[hide private]

Class DenyDecision

source code

object --+    
         |    
  Decision --+
             |
            DenyDecision

Deny authorisation Decision

Instance Methods [hide private]
 
__init__(self)
Initialise set with deny value
source code
 
_setValue(self, value)
Make value read-only
source code

Inherited from Decision: __eq__, __getstate__, __repr__, __setstate__, __str__

Inherited from Decision (private): _getValue

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

Class Variables [hide private]

Inherited from Decision: DENY, DENY_STR, ELEMENT_LOCAL_NAME, INDETERMINATE, INDETERMINATE_STR, NOT_APPLICABLE, NOT_APPLICABLE_STR, PERMIT, PERMIT_STR, TYPES

Properties [hide private]

Inherited from Decision: value

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise set with deny value

Overrides: object.__init__

_setValue(self, value)

source code 

Make value read-only

Parameters:
  • value - decision value - constrained vocabulary to Decision.TYPES
Raises:
  • AttributeError - value can't be set
Overrides: Decision._setValue