| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
XacmlCoreBase --+
|
XacmlContextBase --+
|
Request
XACML Request class
|
|||
|
|||
| dict |
|
||
|
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 |
||
|
Inherited from Inherited from |
|||
|
|||
| ndg.xacml.core.context.handler.CtxHandlerInterface / None |
ctxHandler reference to context handler to enable the PDP to query for additional attributes. |
||
| None / ndg.xacml.core.context.action.Action |
__action action for this request |
||
| None / ndg.xacml.core.context.environment.Environment |
__environment environment associated with this request |
||
|
__resources list of resources corresponding to this request |
|||
| ndg.xacml.utils.TypedList |
__subjects list of subjects corresponding to this request |
||
|
|||
| ndg.xacml.utils.TypedList |
subjects Get Request subjects |
||
| ndg.xacml.utils.TypedList |
resources Get Request resources |
||
| None / ndg.xacml.core.context.action.Action |
action Get Request action |
||
| None / ndg.xacml.core.context.environment.Environment |
environment Get Request environment |
||
| None / ndg.xacml.utils.xpath_selector.XpathSelectorInterface derived type |
attributeSelector Get attribute selector used to make XPath selections on request |
||
| __attributeSelector | |||
| __ctxHandler | |||
|
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
|
Enable pickling
|
|
|||
ctxHandlerreference to context handler to enable the PDP to query for additional attributes. The Context Handler itself queries a Policy Information Point. This handler setting may be omitted. If so, the PDP will rely entirely on the input request context for making access control decisions
|
|
|||
subjectsGet Request subjects
|
resourcesGet Request resources
|
actionGet Request action
|
environmentGet Request environment
|
attributeSelectorGet attribute selector used to make XPath selections on request
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:34 2012 | http://epydoc.sourceforge.net |