|
__init__(self,
normalizeResource=True,
safeNormalizationChars=' /% ' )
Create new authorisation decision query |
source code
|
|
dict
|
|
bool
|
|
|
|
string
|
|
|
|
basestring
|
|
|
|
ndg.saml.saml2.core.Evidence or NoneType
|
|
|
|
tuple
|
|
Inherited from RequestAbstractType (private):
_get_consent ,
_get_destination ,
_get_extensions ,
_get_id ,
_get_issueInstant ,
_get_issuer ,
_get_version ,
_set_consent ,
_set_destination ,
_set_extensions ,
_set_id ,
_set_issueInstant ,
_set_issuer ,
_set_version
Inherited from common.SAMLObject :
__setstate__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
None
|
DEFAULT_ELEMENT_LOCAL_NAME = ' AuthzDecisionQuery '
default XML element name - derived classes must specify
|
string
|
DEFAULT_ELEMENT_NAME = QName(SAMLConstants.SAML20P_NS, DEFAULT...
Default element name.
|
string
|
TYPE_LOCAL_NAME = ' AuthzDecisionQueryType '
Local name of the XSI type.
|
ndg.saml.common.xml.QName
|
TYPE_NAME = QName(SAMLConstants.SAML20P_NS, TYPE_LOCAL_NAME, S...
QName of the XSI type.
|
string
|
RESOURCE_ATTRIB_NAME = ' Resource '
Resource attribute name.
|
Inherited from RequestAbstractType :
CONSENT_ATTRIB_NAME ,
DESTINATION_ATTRIB_NAME ,
EXPLICIT_CONSENT ,
ID_ATTRIB_NAME ,
IMPLICIT_CONSENT ,
INAPPLICABLE_CONSENT ,
ISSUE_INSTANT_ATTRIB_NAME ,
OBTAINED_CONSENT ,
PRIOR_CONSENT ,
UNAVAILABLE_CONSENT ,
UNSPECIFIED_CONSENT ,
VERSION_ATTRIB_NAME
|