| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
policyfinderbase.PolicyFinderBase --+
|
UrlPolicyFinder
Concrete subclass of PolicyFinderBase that interprets ID references as URLs.
|
|||
|
Inherited from |
|||
|
|||
|
|||
| ndg.xacml.core.policy.Policy |
|
||
| ndg.xacml.core.policy.PolicySet |
|
||
| ndg.xacml.core.policy.PolicySet |
|
||
| str |
|
||
|
Inherited from Inherited from |
|||
|
|||
_FILE_SCHEME =
|
|||
_NON_FILE_SCHEMES =
|
|||
_DEFAULT_SCHEME =
|
|||
_SCHEME_SEPARATOR =
|
|||
_RELATIVE_PATH_PREFIX =
|
|||
__abstractmethods__ =
|
|||
|
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.
|
Retrieves a policy or policy set for a specified ID that has not been read already by interpreting the reference as a URL.
|
Makes a URL from the reference. If it already begins with a known scheme prefix, the reference is not modified, otherwise it is made into a file URL (relative to the base path if it does not start with a path separator). file://dir/file and file://./dir/file are treated as relative paths. file:///dir/file is treated as an absolute path.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:35 2012 | http://epydoc.sourceforge.net |