Home
last modified time | relevance | path

Searched refs:KeyInfoConfirmationDataType (Results 1 – 8 of 8) sorted by relevance

/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DKeyInfoConfirmationDataType20Test.h65 KeyInfoConfirmationDataType* scd = dynamic_cast<KeyInfoConfirmationDataType*>(xo.get()); in testSingleElementUnmarshall()
78 KeyInfoConfirmationDataType* scd = dynamic_cast<KeyInfoConfirmationDataType*>(xo.get()); in testSingleElementOptionalAttributesUnmarshall()
93 KeyInfoConfirmationDataType* scd= dynamic_cast<KeyInfoConfirmationDataType*>(xo.get()); in testChildElementsUnmarshall()
107KeyInfoConfirmationDataType* scd=KeyInfoConfirmationDataTypeBuilder::buildKeyInfoConfirmationDataT… in testSingleElementMarshall()
112KeyInfoConfirmationDataType* scd=KeyInfoConfirmationDataTypeBuilder::buildKeyInfoConfirmationDataT… in testSingleElementOptionalAttributesMarshall()
123KeyInfoConfirmationDataType* scd=KeyInfoConfirmationDataTypeBuilder::buildKeyInfoConfirmationDataT… in testChildElementsMarshall()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/
H A DAssertions.h257 …(SAML_API,KeyInfoConfirmationDataType,SubjectConfirmationDataType,xmltooling::AttributeExtensibleX…
593 virtual KeyInfoConfirmationDataType* buildObject() const { in buildObject()
598 … samlconstants::SAML20_NS,KeyInfoConfirmationDataType::TYPE_NAME,samlconstants::SAML20_PREFIX in buildObject()
601 …samlconstants::SAML20_NS,KeyInfoConfirmationDataType::LOCAL_NAME,samlconstants::SAML20_PREFIX,&sch… in buildObject()
606 virtual KeyInfoConfirmationDataType* buildObject( in buildObject()
614 static KeyInfoConfirmationDataType* buildKeyInfoConfirmationDataType() { in buildObject()
616 …Builder::getBuilder(xmltooling::QName(samlconstants::SAML20_NS,KeyInfoConfirmationDataType::TYPE_N… in buildObject()
622 return dynamic_cast<KeyInfoConfirmationDataType*>(b->buildObject()); in buildObject()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20SchemaValidators.cpp105 BEGIN_XMLOBJECTVALIDATOR(SAML_DLLLOCAL,KeyInfoConfirmationDataType);
106 XMLOBJECTVALIDATOR_NONEMPTY(KeyInfoConfirmationDataType,KeyInfo);
269 REGISTER_TYPE(KeyInfoConfirmationDataType); in registerAssertionClasses()
H A DAssertions20Impl.cpp609 … class SAML_DLLLOCAL KeyInfoConfirmationDataTypeImpl : public virtual KeyInfoConfirmationDataType,
632 IMPL_XMLOBJECT_CLONE_EX(KeyInfoConfirmationDataType);
1489 IMPL_XMLOBJECTBUILDER(KeyInfoConfirmationDataType);
1564 const XMLCh KeyInfoConfirmationDataType::LOCAL_NAME[] = UNICODE_LITERAL_23(S,u,b,j,e,c,t,C,o,n,f,i,…
1565 const XMLCh KeyInfoConfirmationDataType::TYPE_NAME[] = UNICODE_LITERAL_27(K,e,y,I,n,f,o,C,o,n,f,i,r…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSaml2Constants.cs342 … public const string KeyInfoConfirmationDataType = "KeyInfoConfirmationDataType"; field in System.IdentityModel.Tokens.Saml2Constants.Types
H A DSaml2SecurityTokenHandler.cs5254 …if (XmlUtil.EqualsQName(type, Saml2Constants.Types.KeyInfoConfirmationDataType, Saml2Constants.Nam… in ReadSubjectConfirmationData()
5384 …ibuteString("type", XmlSchema.InstanceNamespace, Saml2Constants.Types.KeyInfoConfirmationDataType); in WriteSubjectConfirmationData()
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dsaml-schema-assertion-2.0.sg101 %KeyInfoConfirmationDataType: base(sa:SubjectConfirmationDataType)
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/saml20/raw/
H A Dassertion.py919 class KeyInfoConfirmationDataType (SubjectConfirmationDataType): class
952 _module_typeBindings.KeyInfoConfirmationDataType = KeyInfoConfirmationDataType
953 …espace.addCategoryObject('typeBinding', 'KeyInfoConfirmationDataType', KeyInfoConfirmationDataType)
2091 KeyInfoConfirmationDataType._AddElement(pyxb.binding.basis.element(pyxb.namespace.ExpandedName(_Nam…
2102 …symbol = pyxb.binding.content.ElementUse(KeyInfoConfirmationDataType._UseForTag(pyxb.namespace.Exp…
2110 KeyInfoConfirmationDataType._Automaton = _BuildAutomaton_10()