| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PolicyFinderBase
Base class for policy finders. The specific finder strategy is implemented in the findPolicy and findPolicySet methods.
|
|||
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|||
|
|||
|
|||
| None (subclasses should return ndg.xacml.core.policy.Policy) |
|
||
| None (subclasses should return ndg.xacml.core.policy.PolicySet) |
|
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Retrieves a policy for a specified policy ID.
|
Retrieves a policy set for a specified policy set ID.
|
Sets the reader to be used when parsing referenced policies.
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:35 2012 | http://epydoc.sourceforge.net |