Package ndg :: Package saml :: Package saml2 :: Module core :: Class DenyDecisionType
[hide private]

Class DenyDecisionType

source code


Deny authorisation Decision

Instance Methods [hide private]
 
__init__(self)
Initialise with deny decision setting
source code
 
_setValue(self, value)
Set decision type
source code

Inherited from DecisionType: __eq__, __getstate__, __setstate__, __str__

Inherited from DecisionType (private): _getValue

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

Class Variables [hide private]

Inherited from DecisionType: DENY, DENY_STR, INDETERMINATE, INDETERMINATE_STR, PERMIT, PERMIT_STR, TYPES

Properties [hide private]

Inherited from DecisionType: value

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise with deny decision setting

Parameters:
  • decisionType - decision value
Overrides: object.__init__

_setValue(self, value)

source code 

Set decision type

Parameters:
  • value - decision value
Raises:
  • AttributeError - instances have read only decision type
Overrides: DecisionType._setValue