| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Decision
Define decision types for Response Result
|
|||
|
|||
| dict |
|
||
|
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| bool |
|
||
|
Inherited from |
|||
|
|||
| string |
ELEMENT_LOCAL_NAME = XML Local Name of StatusCode element |
||
| string |
PERMIT_STR = permit decision string |
||
| string |
DENY_STR = deny decision string |
||
| string |
INDETERMINATE_STR = indeterminate decision string |
||
| string |
NOT_APPLICABLE_STR = not applicable decision string |
||
| tuple |
TYPES = list of valid decision strings |
||
| PermitDecision |
PERMIT = <ndg.xacml.core.context.result.PermitDecision object "Permit" decision type instance |
||
| DenyDecision |
DENY = <ndg.xacml.core.context.result.DenyDecision object at 0"Deny" decision type instance |
||
| IndeterminateDecision |
INDETERMINATE = <ndg.xacml.core.context.result.IndeterminateDe"Indeterminate" decision type instance |
||
| NotApplicableDecision |
NOT_APPLICABLE = <ndg.xacml.core.context.result.NotApplicableD"NotApplicable" decision type instance |
||
|
|||
| string |
__value decision value |
||
|
|||
|
value Decision value |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Enable pickling
|
Enable pickling
|
Set decision value
|
Get decision value
|
represent decision as a string
|
Overridden to show the decision value
|
|
|
|||
PERMIT"Permit" decision type instance
|
DENY"Deny" decision type instance
|
INDETERMINATE"Indeterminate" decision type instance
|
NOT_APPLICABLE"NotApplicable" decision type instance
|
|
|||
valueDecision value |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:34 2012 | http://epydoc.sourceforge.net |