Home
last modified time | relevance | path

Searched refs:XMLOBJECTVALIDATOR_NONEMPTY (Results 1 – 9 of 9) sorted by relevance

/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DMetadataSchemaValidators.cpp109 XMLOBJECTVALIDATOR_NONEMPTY(Organization,OrganizationName);
110 XMLOBJECTVALIDATOR_NONEMPTY(Organization,OrganizationDisplayName);
111 XMLOBJECTVALIDATOR_NONEMPTY(Organization,OrganizationURL);
182 XMLOBJECTVALIDATOR_NONEMPTY(IDPSSODescriptor,SingleSignOnService);
201 XMLOBJECTVALIDATOR_NONEMPTY(AttributeConsumingService,ServiceName);
202 XMLOBJECTVALIDATOR_NONEMPTY(AttributeConsumingService,RequestedAttribute);
211 XMLOBJECTVALIDATOR_NONEMPTY(SPSSODescriptor,AssertionConsumerService);
220 XMLOBJECTVALIDATOR_NONEMPTY(AuthnAuthorityDescriptor,AuthnQueryService);
229 XMLOBJECTVALIDATOR_NONEMPTY(PDPDescriptor,AuthzService);
238 XMLOBJECTVALIDATOR_NONEMPTY(AttributeAuthorityDescriptor,AttributeService);
[all …]
/dports/security/opensaml/opensaml-3.2.1/saml/saml1/core/impl/
H A DAssertionsSchemaValidators.cpp50 XMLOBJECTVALIDATOR_NONEMPTY(AudienceRestrictionCondition,Audience);
63 XMLOBJECTVALIDATOR_NONEMPTY(SubjectConfirmation,ConfirmationMethod);
99 XMLOBJECTVALIDATOR_NONEMPTY(AuthorizationDecisionStatement,Action);
110 XMLOBJECTVALIDATOR_NONEMPTY(Attribute,AttributeValue);
114 XMLOBJECTVALIDATOR_NONEMPTY(AttributeStatement,Attribute);
H A DProtocolsSchemaValidators.cpp63 XMLOBJECTVALIDATOR_NONEMPTY(AuthorizationDecisionQuery,Action);
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20SchemaValidators.cpp71 XMLOBJECTVALIDATOR_NONEMPTY(AudienceRestriction,Audience);
93 XMLOBJECTVALIDATOR_NONEMPTY(DelegationRestrictionType,Delegate);
106 XMLOBJECTVALIDATOR_NONEMPTY(KeyInfoConfirmationDataType,KeyInfo);
161 XMLOBJECTVALIDATOR_NONEMPTY(AuthzDecisionStatement,Action);
169 XMLOBJECTVALIDATOR_NONEMPTY(AttributeStatement,Attribute);
H A DProtocols20SchemaValidators.cpp129 XMLOBJECTVALIDATOR_NONEMPTY(AssertionIDRequest,AssertionIDRef);
157 XMLOBJECTVALIDATOR_NONEMPTY(AuthzDecisionQuery,Action);
165 XMLOBJECTVALIDATOR_NONEMPTY(IDPList,IDPEntry);
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionSchemaValidators.cpp51 XMLOBJECTVALIDATOR_NONEMPTY(Transforms,Transform);
83 XMLOBJECTVALIDATOR_NONEMPTY(EncryptionProperties,EncryptionProperty);
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/metadata/
H A DMetadataExtSchemaValidators.cpp47 XMLOBJECTVALIDATOR_NONEMPTY(KeyAuthority,KeyInfo);
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/signature/impl/
H A DKeyInfoSchemaValidators.cpp100 XMLOBJECTVALIDATOR_NONEMPTY(Transforms,Transform);
133 XMLOBJECTVALIDATOR_NONEMPTY(SPKIData,SPKISexp);
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/
H A Dbase.h1919 #define XMLOBJECTVALIDATOR_NONEMPTY(cname,proper) \ macro