| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
XacmlCoreBase --+
|
XacmlContextBase --+
|
Result
XACML Result type - element in a Response
|
|||
|
|||
| dict |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| ndg.xacml.core.context.result.Result |
|
||
|
|||
| NoneType but implement as string in derived classes |
ELEMENT_LOCAL_NAME = XML element local name for the given type |
||
| string |
OBLIGATIONS_ELEMENT_LOCAL_NAME = obligations XML element local name |
||
| string |
RESOURCE_ID_ATTRIB_NAME = resource ID XML attribute name |
||
|
Inherited from Inherited from |
|||
|
|||
| basestring |
resourceId Get Result resource Id |
||
| ndg.xacml.core.context.result.Decision |
decision Get Result decision |
||
| ndg.xacml.core.context.result.Status |
status Get Result status |
||
| ndg.xacml.core.obligations.Obligations |
obligations Get Result obligations |
||
|
Inherited from Inherited from |
|||
|
|||
ELEMENT_LOCAL_NAME check makes this class virtual - derived classes must override this method and set ELEMENT_LOCAL_NAME to the appropriate string
|
Create a result object populated with all it's child elements rather than set to None as is the default from __init__
|
Enable pickling
|
|
|||
resourceIdGet Result resource Id
|
decisionGet Result decision
|
statusGet Result status
|
obligationsGet Result obligations
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:34 2012 | http://epydoc.sourceforge.net |