| Home | Trees | Indices | Help |
|
|---|
|
|
NDG XACML package for functions
NERC DataGrid
Date: 26/03/10
Author: P J Kershaw
Contact: Philip.Kershaw@stfc.ac.uk
Copyright: (C) 2010 Science and Technology Facilities Council
License: BSD - see LICENSE file in top-level directory
|
|||
| |||
|
|||
|
AbstractFunction Abstract Base class for all XACML matching functions |
|||
|
XacmlFunctionNames XACML standard match function names |
|||
|
UnsupportedFunctionError Encountered a function type that is not recognised as part of the XACML specification and is not supported in this implementation |
|||
|
UnsupportedStdFunctionError Encountered a function type that is not supported even though it is part of the XACML specification |
|||
|
OverwritingStdFunctionError Attempting to overwrite a standard function namespace with a custom one (probably from load_custom_function method) |
|||
|
FunctionClassFactoryInterface Interface class for function module class factory class |
|||
|
FunctionClassFactoryBase Base implementation for XACML Function Class Factory. |
|||
|
FunctionMapError Generic Error exception class for FunctionMap |
|||
|
FunctionMapConfigError Configuration related exception for FunctionMap |
|||
|
FunctionMap Map function IDs to their class implementations in the various function sub-modules. |
|||
|
|||
| UnsupportedFunctionError or UnsupportedStdFunctionError depending on the identifier passed |
|
||
|
|||
__revision__ =
|
|||
log = logging.getLogger(__name__)
|
|||
SPECIAL_TYPE_MAP =
|
|||
functionMap = {}
|
|||
__package__ =
|
|||
|
|||
Factory function to return an unsupported function exception based on the function identifier passed in
|
|
|||
__revision__
|
SPECIAL_TYPE_MAP
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 08:44:33 2012 | http://epydoc.sourceforge.net |