Home | Trees | Indices | Help |
|
---|
|
SAML 2.0 Core AuthzDecisionStatement. Currently implemented in abstract form only
|
|||
|
|||
dict |
|
||
bool |
|
||
|
|||
basetring |
|
||
|
|||
basestring |
|
||
|
|||
|
|||
|
|||
None |
|
||
|
|||
tuple |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
None |
DEFAULT_ELEMENT_LOCAL_NAME =
default XML element name - derived classes must specify |
||
ndg.saml.common.xml.QName |
DEFAULT_ELEMENT_NAME = QName(SAMLConstants.SAML20_NS, DEFAULT_ Default element name |
||
string |
TYPE_LOCAL_NAME =
Local name of the XSI type |
||
ndg.saml.common.xml.QName |
TYPE_NAME = QName(SAMLConstants.SAML20_NS, TYPE_LOCAL_NAME, SA QName of the XSI type |
||
string |
RESOURCE_ATTRIB_NAME =
Resource attribute name |
||
string |
DECISION_ATTRIB_NAME =
Decision attribute name |
|
|||
normalizeResource Flag to normalize new resource value assigned to the "resource" property. |
|||
safeNormalizationChars String containing a list of characters that should not be converted when Normalizing the resource URI. |
|||
resource Resource for which authorisation was requested |
|||
decision Authorization decision as a DecisionType instance |
|||
TypedList |
actions The actions for which authorisation is requested |
||
evidence A set of assertions which the Authority may use to base its authorisation decision on |
|||
Inherited from Inherited from |
|
Create new authorisation decision statement
|
Enable pickling
|
Get normalise resource flag
|
Set normalise resource flag
|
Get normalisation safe chars
|
Set normalisation safe chars
|
Gets the Resource attrib value of this statement.
|
Sets the Resource attrib value of this statement normalizing the path component, removing spurious port numbers (80 for HTTP and 443 for HTTPS) and converting the host component to lower case.
|
Gets the decision of the authorization request.
|
Sets the decision of the authorization request.
|
Gets the Evidence of this statement. Evidence attribute functionality is not currently implemented in this class
|
Sets the Evidence of this statement. Evidence attribute functionality is not currently implemented in this class
|
Get ordered children
|
|
DEFAULT_ELEMENT_NAMEDefault element name
|
TYPE_NAMEQName of the XSI type
|
|
normalizeResourceFlag to normalize new resource value assigned to the "resource" property. The setting only applies for URIs beginning with "http://" or "https://"
|
safeNormalizationCharsString containing a list of characters that should not be converted when Normalizing the resource URI. These are passed to urllib.quote when the resource property is set. The default characters are '/%'
|
resourceResource for which authorisation was requested
|
decisionAuthorization decision as a DecisionType instance
|
actionsThe actions for which authorisation is requested
|
evidenceA set of assertions which the Authority may use to base its authorisation decision on
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 4 22:19:26 2012 | http://epydoc.sourceforge.net |