| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
XacmlCoreBase --+
|
Target
XACML Target element
|
|||
|
|||
| bool |
|
||
| bool |
|
||
|
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 |
SUBJECTS_ELEMENT_LOCAL_NAME = XML local name for the subjects element |
||
| string |
ACTIONS_ELEMENT_LOCAL_NAME = XML local name for the actions element |
||
| string |
RESOURCES_ELEMENT_LOCAL_NAME = XML local name for the resources element |
||
| string |
ENVIRONMENTS_ELEMENT_LOCAL_NAME = XML local name for the environments element |
||
| tuple |
CHILD_ATTRS = list of the XML child element names for <Target/> |
||
|
Inherited from |
|||
|
|||
| ndg.xacml.utils.TypedList |
subjects Get subjects |
||
| ndg.xacml.utils.TypedList |
resources Get resources |
||
| ndg.xacml.utils.TypedList |
actions Get actions |
||
| ndg.xacml.utils.TypedList |
environments Get environments |
||
|
Inherited from Inherited from |
|||
|
|||
Initial attributes
|
Generic method to match a <Target> element to the request context
|
Match a request child element (a <Subject>, <Resource>, <Action> or <Environment>) with the corresponding target's <Subject>, <Resource>, <Action> or <Environment>.
|
|
|||
CHILD_ATTRSlist of the XML child element names for <Target/>
|
|
|||
subjectsGet subjects
|
resourcesGet resources
|
actionsGet actions
|
environmentsGet environments
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:35 2012 | http://epydoc.sourceforge.net |