Home
last modified time | relevance | path

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

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionImpl.cpp107 MARSHALL_STRING_ATTRIB(Algorithm,ALGORITHM,nullptr); in marshallAttributes()
194 MARSHALL_STRING_ATTRIB(URI,URI,nullptr); in marshallAttributes()
306 MARSHALL_STRING_ATTRIB(Target,TARGET,nullptr); in marshallAttributes()
402 MARSHALL_STRING_ATTRIB(URI,URI,nullptr); in marshallAttributes()
546 MARSHALL_STRING_ATTRIB(Type,TYPE,nullptr); in marshallAttributes()
547 MARSHALL_STRING_ATTRIB(MimeType,MIMETYPE,nullptr); in marshallAttributes()
548 MARSHALL_STRING_ATTRIB(Encoding,ENCODING,nullptr); in marshallAttributes()
623 MARSHALL_STRING_ATTRIB(Recipient,RECIPIENT,nullptr); in marshallAttributes()
670 MARSHALL_STRING_ATTRIB(Algorithm,ALGORITHM,nullptr); in marshallAttributes()
/dports/security/opensaml/opensaml-3.2.1/saml/saml1/core/impl/
H A DAssertionsImpl.cpp219 MARSHALL_STRING_ATTRIB(Format,FORMAT,nullptr); in marshallAttributes()
220 MARSHALL_STRING_ATTRIB(NameQualifier,NAMEQUALIFIER,nullptr); in marshallAttributes()
431 MARSHALL_STRING_ATTRIB(IPAddress,IPADDRESS,nullptr); in marshallAttributes()
432 MARSHALL_STRING_ATTRIB(DNSAddress,DNSADDRESS,nullptr); in marshallAttributes()
480 MARSHALL_STRING_ATTRIB(Location,LOCATION,nullptr); in marshallAttributes()
481 MARSHALL_STRING_ATTRIB(Binding,BINDING,nullptr); in marshallAttributes()
575 MARSHALL_STRING_ATTRIB(Namespace,NAMESPACE,nullptr); in marshallAttributes()
659 MARSHALL_STRING_ATTRIB(Resource,RESOURCE,nullptr); in marshallAttributes()
660 MARSHALL_STRING_ATTRIB(Decision,DECISION,nullptr); in marshallAttributes()
711 MARSHALL_STRING_ATTRIB(AttributeName,ATTRIBUTENAME,nullptr); in marshallAttributes()
[all …]
H A DProtocolsImpl.cpp207 MARSHALL_STRING_ATTRIB(AuthenticationMethod,AUTHENTICATIONMETHOD,nullptr); in marshallAttributes()
249 MARSHALL_STRING_ATTRIB(Resource,RESOURCE,nullptr); in marshallAttributes()
302 MARSHALL_STRING_ATTRIB(Resource,RESOURCE,nullptr); in marshallAttributes()
774 MARSHALL_STRING_ATTRIB(InResponseTo,INRESPONSETO,nullptr); in marshallAttributes()
780 MARSHALL_STRING_ATTRIB(Recipient,RECIPIENT,nullptr); in marshallAttributes()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20Impl.cpp124 MARSHALL_STRING_ATTRIB(Format,FORMAT,nullptr); in marshallAttributes()
534 MARSHALL_STRING_ATTRIB(Recipient,RECIPIENT,nullptr); in marshallAttributes()
536 MARSHALL_STRING_ATTRIB(Address,ADDRESS,nullptr); in marshallAttributes()
732 MARSHALL_STRING_ATTRIB(Method,METHOD,nullptr); in marshallAttributes()
836 MARSHALL_STRING_ATTRIB(Address,ADDRESS,nullptr); in marshallAttributes()
837 MARSHALL_STRING_ATTRIB(DNSName,DNSNAME,nullptr); in marshallAttributes()
1020 MARSHALL_STRING_ATTRIB(Namespace,NAMESPACE,nullptr); in marshallAttributes()
1109 MARSHALL_STRING_ATTRIB(Resource,RESOURCE,nullptr); in marshallAttributes()
1110 MARSHALL_STRING_ATTRIB(Decision,DECISION,nullptr); in marshallAttributes()
1199 MARSHALL_STRING_ATTRIB(Name,NAME,nullptr); in marshallAttributes()
[all …]
H A DProtocols20Impl.cpp163 MARSHALL_STRING_ATTRIB(Value,VALUE,nullptr); in marshallAttributes()
368 MARSHALL_STRING_ATTRIB(Version,VER,nullptr); in marshallAttributes()
378 MARSHALL_STRING_ATTRIB(Consent,CONSENT,nullptr); in marshallAttributes()
505 MARSHALL_STRING_ATTRIB(Comparison,COMPARISON,nullptr); in marshallAttributes()
634 MARSHALL_STRING_ATTRIB(Resource,RESOURCE,nullptr); in marshallAttributes()
687 MARSHALL_STRING_ATTRIB(Format,FORMAT,nullptr); in marshallAttributes()
739 MARSHALL_STRING_ATTRIB(Name,NAME,nullptr); in marshallAttributes()
740 MARSHALL_STRING_ATTRIB(Loc,LOC,nullptr); in marshallAttributes()
1068 MARSHALL_STRING_ATTRIB(Version,VER,nullptr); in marshallAttributes()
1078 MARSHALL_STRING_ATTRIB(Consent,CONSENT,nullptr); in marshallAttributes()
[all …]
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DMetadataImpl.cpp498 MARSHALL_STRING_ATTRIB(Namespace,NAMESPACE,nullptr); in marshallAttributes()
545 MARSHALL_STRING_ATTRIB(Use,USE,nullptr); in marshallAttributes()
628 MARSHALL_STRING_ATTRIB(Binding,BINDING,nullptr); in marshallAttributes()
629 MARSHALL_STRING_ATTRIB(Location,LOCATION,nullptr); in marshallAttributes()
1026 MARSHALL_STRING_ATTRIB(ErrorURL,ERRORURL,nullptr); in marshallAttributes()
1284 MARSHALL_STRING_ATTRIB(Name,NAME,nullptr); in marshallAttributes()
2013 MARSHALL_STRING_ATTRIB(EntityID,ENTITYID,nullptr); in marshallAttributes()
2128 MARSHALL_STRING_ATTRIB(Name,NAME,nullptr); in marshallAttributes()
2235 MARSHALL_STRING_ATTRIB(Algorithm,ALGORITHM,nullptr); in marshallAttributes()
2287 MARSHALL_STRING_ATTRIB(Algorithm,ALGORITHM,nullptr); in marshallAttributes()
[all …]
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoImpl.cpp202 MARSHALL_STRING_ATTRIB(URI,URI,nullptr); in marshallAttributes()
411 MARSHALL_STRING_ATTRIB(Algorithm,ALGORITHM,nullptr); in marshallAttributes()
500 MARSHALL_STRING_ATTRIB(URI,URI,nullptr); in marshallAttributes()
501 MARSHALL_STRING_ATTRIB(Type,TYPE,nullptr); in marshallAttributes()
584 MARSHALL_STRING_ATTRIB(Algorithm,ALGORITHM,nullptr); in marshallAttributes()
802 MARSHALL_STRING_ATTRIB(URI,URI,nullptr); in marshallAttributes()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/
H A Dbase.h1082 #define MARSHALL_STRING_ATTRIB(proper,ucase,namespaceURI) \ macro