|
|
|
|
dict
|
|
|
dict
|
|
|
|
|
|
basestring
|
|
|
|
|
|
basestring or int
|
|
|
|
|
|
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 = 'Action'
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 = 'ActionType'
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
|
NAMESPACE_ATTRIB_NAME = 'Namespace'
Name of the Namespace attribute.
|
|
string
|
RWEDC_NS_URI = 'urn:oasis:names:tc:SAML:1.0:action:rwedc'
Read/Write/Execute/Delete/Control action namespace.
|
|
string
|
RWEDC_NEGATION_NS_URI = 'urn:oasis:names:tc:SAML:1.0:action:rw...
Read/Write/Execute/Delete/Control negation action namespace.
|
|
string
|
GHPP_NS_URI = 'urn:oasis:names:tc:SAML:1.0:action:ghpp'
Get/Head/Put/Post action namespace.
|
|
string
|
UNIX_NS_URI = 'urn:oasis:names:tc:SAML:1.0:action:unix'
UNIX file permission action namespace.
|
|
tuple
|
ACTION_NS_IDENTIFIERS = ('urn:oasis:names:tc:SAML:1.0:action:r...
Action namespace identifiers
|
|
string
|
READ_ACTION = 'Read'
Read action.
|
|
string
|
WRITE_ACTION = 'Write'
Write action.
|
|
string
|
EXECUTE_ACTION = 'Execute'
Execute action.
|
|
string
|
DELETE_ACTION = 'Delete'
Delete action.
|
|
string
|
CONTROL_ACTION = 'Control'
Control action.
|
|
string
|
NEG_READ_ACTION = '~Read'
Negated Read action.
|
|
string
|
NEG_WRITE_ACTION = '~Write'
Negated Write action.
|
|
string
|
NEG_EXECUTE_ACTION = '~Execute'
Negated Execute action.
|
|
string
|
NEG_DELETE_ACTION = '~Delete'
Negated Delete action.
|
|
string
|
NEG_CONTROL_ACTION = '~Control'
Negated Control action.
|
|
string
|
HTTP_GET_ACTION = 'GET'
HTTP GET action.
|
|
string
|
HTTP_HEAD_ACTION = 'HEAD'
HTTP HEAD action.
|
|
string
|
HTTP_PUT_ACTION = 'PUT'
HTTP PUT action.
|
|
string
|
HTTP_POST_ACTION = 'POST'
HTTP POST action.
|
|
dict
|
ACTION_TYPES = {'urn:oasis:names:tc:SAML:1.0:action:ghpp': ('G...
Recognised action URI to action types mapping
|