| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
XacmlCoreBase --+
|
XacmlContextBase --+
|
StatusCode
XACML Response Result StatusCode.
|
|||
|
|||
| ndg.xacml.core.result.StatusCode |
|
||
|
|||
| basestring |
|
||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| NoneType but implement as string in derived classes |
ELEMENT_LOCAL_NAME = XML element local name for the given type |
||
| string |
IDENTIFIER_PREFIX = namespace prefix for status codes |
||
| string |
OK = OK response status |
||
| string |
MISSING_ATTRIBUTE = missing attribute response status |
||
| string |
PROCESSING_ERROR = response status indicating a processing error |
||
| string |
SYNTAX_ERROR = response status for a syntax error |
||
| tuple |
CODES = list of recognised codes |
||
|
Inherited from Inherited from |
|||
|
|||
| ndg.xacml.core.result.StatusCode |
__childStatusCode child status code |
||
| basestring |
__value status code value |
||
|
|||
|
value Status code value |
|||
|
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
|
|
|
|
|
|
|||
MISSING_ATTRIBUTEmissing attribute response status
|
PROCESSING_ERRORresponse status indicating a processing error
|
CODESlist of recognised codes
|
|
|||
valueStatus code value |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:34 2012 | http://epydoc.sourceforge.net |