Package ndg :: Package xacml :: Package finder :: Module defaultfinder
[hide private]

Module defaultfinder

source code

NDG XACML policy finder resolving within base policy document

NERC DataGrid


Date: 03/11/11

Author: R B Wilkinson

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2011 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Functions [hide private]
subclass of ndg.xacml.finder.policyfinderbase.PolicyFinderBase
getDefaultPolicyFinder(source)
Constructs a default policy finder, using the location of root policy file if this can be determined.
source code
Variables [hide private]
  __revision__ = '$Id$'
  __package__ = 'ndg.xacml.finder'
Function Details [hide private]

getDefaultPolicyFinder(source)

source code 

Constructs a default policy finder, using the location of root policy file if this can be determined. This implementation always returns a UrlPolicyFinder.

Returns: subclass of ndg.xacml.finder.policyfinderbase.PolicyFinderBase
default policy finder