|
|
|
|
NoneType /
ndg.xacml.core.policy_combining_alg.PolicyCombiningAlgClassFactory
|
|
|
|
|
|
NoneType / basestring
|
|
|
|
|
|
NoneType / basestring
|
|
|
|
|
|
NoneType / basestring
|
|
|
|
|
|
|
|
|
NoneType / ndg.xacml.core.target.Target
|
|
|
|
|
|
NoneType / basestring
|
|
|
|
|
|
NoneType / ndg.xacml.core.policydefaults.PolicyDefaults
|
|
|
|
|
|
ndg.xacml.core.context.result.Decision
|
|
|
Inherited from policybase.PolicyBase:
evaluate,
evaluateResponse
Inherited from XacmlCoreBase:
__getstate__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
string
|
DEFAULT_XACML_VERSION = '2.0'
default is 2.0
|
|
NoneType but implement as string in derived classes
|
ELEMENT_LOCAL_NAME = 'PolicySet'
XML element local name for the given type
|
|
string
|
POLICY_SET_ID_ATTRIB_NAME = 'PolicySetId'
policy set id XML attribute name
|
|
string
|
POLICY_COMBINING_ALG_ID_ATTRIB_NAME = 'PolicyCombiningAlgId'
policy combining algorithm id XML attribute name
|
|
string
|
VERSION_ATTRIB_NAME = 'Version'
version XML attribute name
|
|
string
|
DESCRIPTION_LOCAL_NAME = 'Description'
description XML element local name
|
|
string
|
POLICY_SET_DEFAULTS_LOCAL_NAME = 'PolicySetDefaults'
policy set defaults XML element local name
|
|
string
|
COMBINER_PARAMETERS_LOCAL_NAME = 'CombinerParameters'
combiner parameter XML element local name
|
|
string
|
POLICY_COMBINER_PARAMETERS_LOCAL_NAME = 'PolicyCombinerParamet...
policy combiner parameter XML element local name
|
|
string
|
POLICY_SET_COMBINER_PARAMETERS_LOCAL_NAME = 'PolicySetCombiner...
policy set combiner parameter XML element local name
|
|
string
|
OBLIGATIONS_LOCAL_NAME = 'Obligations'
obligations XML element local name
|
|
|
POLICY_SET_ID_REFERENCE = 'PolicySetIdReference'
|
|
|
__abstractmethods__ = frozenset([])
|
|
Inherited from XacmlCoreBase:
XACML_1_0_NS_PREFIX,
XACML_2_0_NS_PREFIX,
XMLNS
|
|
NoneType / basestring
|
__description
policy decription text
|
|
ndg.xacml.utils.TypedList
|
__obligations
obligations
|
|
ndg.xacml.utils.TypedList
|
__policies
list of policies and/or policy sets
|
|
NoneType /
ndg.xacml.core.policy_combining_alg.PolicyCombiningAlgInterface
|
__policyCombiningAlg
policy combining algorithm
|
|
ndg.xacml.core.policy_combining_alg.PolicyCombiningAlgClassFactory
|
__policyCombiningAlgFactory
policy combining algorithm factory
|
|
NoneType / basestring
|
__policyCombiningAlgId
policy combining algorithm ID
|
|
NoneType / basestring
|
__policySetId
policy set id
|
|
NoneType / ndg.xacml.core.target.Target
|
__target
target element
|
|
NoneType / basestring
|
__version
policy version
|