Home
last modified time | relevance | path

Searched refs:ManifestType_ (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/xmldsig/
H A D__init__.py1474 class ManifestType_(SamlBase): class
1506 return saml2.create_class_from_xml_string(ManifestType_, xml_string)
1568 class Manifest(ManifestType_):
1573 c_children = ManifestType_.c_children.copy()
1574 c_attributes = ManifestType_.c_attributes.copy()
1575 c_child_order = ManifestType_.c_child_order[:]
1576 c_cardinality = ManifestType_.c_cardinality.copy()
1703 ManifestType_.c_tag: manifest_type__from_string,
1776 'ManifestType': ManifestType_,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/xmldsig/
H A D__init__.py1481 class ManifestType_(SamlBase): class
1513 return saml2.create_class_from_xml_string(ManifestType_, xml_string)
1575 class Manifest(ManifestType_):
1580 c_children = ManifestType_.c_children.copy()
1581 c_attributes = ManifestType_.c_attributes.copy()
1582 c_child_order = ManifestType_.c_child_order[:]
1583 c_cardinality = ManifestType_.c_cardinality.copy()
1710 ManifestType_.c_tag: manifest_type__from_string,
1783 'ManifestType': ManifestType_,
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/xmldsig/
H A D__init__.py1474 class ManifestType_(SamlBase): class
1506 return saml2.create_class_from_xml_string(ManifestType_, xml_string)
1568 class Manifest(ManifestType_):
1573 c_children = ManifestType_.c_children.copy()
1574 c_attributes = ManifestType_.c_attributes.copy()
1575 c_child_order = ManifestType_.c_child_order[:]
1576 c_cardinality = ManifestType_.c_cardinality.copy()
1703 ManifestType_.c_tag: manifest_type__from_string,
1776 'ManifestType': ManifestType_,