Home
last modified time | relevance | path

Searched refs:AuthnQueryService (Results 1 – 16 of 16) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DAuthnAuthorityDescriptor.php22 public $AuthnQueryService = array(); variable in SAML2\\XML\\md\\AuthnAuthorityDescriptor
57 $this->AuthnQueryService[] = new EndpointType($ep);
59 if (empty($this->AuthnQueryService)) {
78 assert(is_array($this->AuthnQueryService));
79 assert(!empty($this->AuthnQueryService));
85 foreach ($this->AuthnQueryService as $ep) {
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/md/
H A DAuthnAuthorityDescriptor.php27 private $AuthnQueryService = []; variable in SAML2\\XML\\md\\AuthnAuthorityDescriptor
86 return $this->AuthnQueryService;
98 $this->AuthnQueryService = $authnQueryService;
110 $this->AuthnQueryService[] = $authnQueryService;
180 Assert::notEmpty($this->AuthnQueryService);
184 foreach ($this->AuthnQueryService as $ep) {
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dsaml-schema-metadata-2.0.sg199 md:AuthnQueryService+
204 AuthnQueryService -> %md:EndpointType
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DMetadataSchemaValidators.cpp214 BEGIN_XMLOBJECTVALIDATOR_SUB(SAML_DLLLOCAL,AuthnQueryService,EndpointType);
220 XMLOBJECTVALIDATOR_NONEMPTY(AuthnAuthorityDescriptor,AuthnQueryService);
402 REGISTER_ELEMENT(AuthnQueryService); in registerMetadataClasses()
H A DMetadataImpl.cpp797 …class SAML_DLLLOCAL AuthnQueryServiceImpl : public virtual AuthnQueryService, public EndpointTypeI…
807 IMPL_XMLOBJECT_CLONE_EX(AuthnQueryService);
1460 IMPL_CLONE_TYPED_CHILDREN(AuthnQueryService); in _clone()
1466 IMPL_TYPED_CHILDREN(AuthnQueryService,m_pos_AuthnQueryService);
1472 PROC_TYPED_CHILDREN(AuthnQueryService,SAML20MD_NS,false); in processChildElement()
2924 IMPL_XMLOBJECTBUILDER(AuthnQueryService);
3114 const XMLCh AuthnQueryService::LOCAL_NAME[] = UNICODE_LITERAL_17(A,u,t,h,n,Q,u,e,r,y,S,e,…
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/
H A DMetadata.h319 BEGIN_XMLOBJECT(SAML_API,AuthnQueryService,EndpointType,SAML 2.0 AuthnQueryService element);
323 DECL_TYPED_CHILDREN(AuthnQueryService);
640 DECL_SAML2MDOBJECTBUILDER(AuthnQueryService);
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dmd.py596 class AuthnQueryService(EndpointType_): class
608 return saml2.create_class_from_xml_string(AuthnQueryService, xml_string)
1171 [AuthnQueryService])
1930 AuthnQueryService.c_tag: authn_query_service_from_string,
1998 'AuthnQueryService': AuthnQueryService,
H A Dmetadata.py346 "authn_query_service": (md.AuthnQueryService, True)
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dmd.py596 class AuthnQueryService(EndpointType_): class
608 return saml2.create_class_from_xml_string(AuthnQueryService, xml_string)
1171 [AuthnQueryService])
1930 AuthnQueryService.c_tag: authn_query_service_from_string,
1998 'AuthnQueryService': AuthnQueryService,
H A Dmetadata.py346 "authn_query_service": (md.AuthnQueryService, True)
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dmd.py596 class AuthnQueryService(EndpointType_): class
608 return saml2.create_class_from_xml_string(AuthnQueryService, xml_string)
1171 [AuthnQueryService])
1930 AuthnQueryService.c_tag: authn_query_service_from_string,
1998 'AuthnQueryService': AuthnQueryService,
H A Dmetadata.py346 "authn_query_service": (md.AuthnQueryService, True)
/dports/security/p5-Net-SAML/zxid-1.42/default-cot/
H A D_CBGcFVVbIEmt5oh3jUx4GEfHLM199 …or><md:AuthnQueryService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://idp…
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-md-dec.c339 if (!x->AuthnQueryService) in zx_DEC_ELEM_md_AuthnAuthorityDescriptor()
340 x->AuthnQueryService = (struct zx_md_AuthnQueryService_s*)el; in zx_DEC_ELEM_md_AuthnAuthorityDescriptor()
H A Dzx-md-data.h547 struct zx_md_AuthnQueryService_s* AuthnQueryService; /* {1,-1} nada */ member
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/saml20/raw/
H A Dmetadata.py1170 AuthnQueryService = property(__AuthnQueryService.value, __AuthnQueryService.set, None, None) variable in AuthnAuthorityDescriptorType
1592 AuthnQueryService = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'AuthnQuerySe… variable
1593 Namespace.addCategoryObject('elementBinding', AuthnQueryService.name().localName(), AuthnQueryServi…