Home
last modified time | relevance | path

Searched refs:ProxyRestriction (Results 1 – 25 of 49) sorted by relevance

12

/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DProxyRestriction20Test.h45 ProxyRestriction* pr = dynamic_cast<ProxyRestriction*>(xo.get()); in testSingleElementUnmarshall()
54 ProxyRestriction* pr = dynamic_cast<ProxyRestriction*>(xo.get()); in testSingleElementOptionalAttributesUnmarshall()
64 ProxyRestriction* pr= dynamic_cast<ProxyRestriction*>(xo.get()); in testChildElementsUnmarshall()
72 ProxyRestriction* pr=ProxyRestrictionBuilder::buildProxyRestriction(); in testSingleElementMarshall()
77 ProxyRestriction* pr=ProxyRestrictionBuilder::buildProxyRestriction(); in testSingleElementOptionalAttributesMarshall()
83 ProxyRestriction* pr=ProxyRestrictionBuilder::buildProxyRestriction(); in testChildElementsMarshall()
/dports/security/lasso/lasso-2.7.0/lasso/saml-2.0/
H A Dsaml2_helper.c495 if (! saml2_conditions->ProxyRestriction) in lasso_saml2_assertion_allows_proxying()
497 …_IS_SAML2_PROXY_RESTRICTION(saml2_conditions->ProxyRestriction->data) || saml2_conditions->ProxyRe… in lasso_saml2_assertion_allows_proxying()
499 proxy_restriction = saml2_conditions->ProxyRestriction->data; in lasso_saml2_assertion_allows_proxying()
542 if (! saml2_conditions->ProxyRestriction) in lasso_saml2_assertion_allows_proxying_to()
544 …_IS_SAML2_PROXY_RESTRICTION(saml2_conditions->ProxyRestriction->data) || saml2_conditions->ProxyRe… in lasso_saml2_assertion_allows_proxying_to()
546 proxy_restriction = saml2_conditions->ProxyRestriction->data; in lasso_saml2_assertion_allows_proxying_to()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/gosaml2/types/
H A Dresponse.go109 ProxyRestriction *ProxyRestriction `xml:"ProxyRestriction"` member
126 type ProxyRestriction struct { struct
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/gosaml2/
H A Dsaml.go176 type ProxyRestriction struct { struct
183 ProxyRestriction *ProxyRestriction member
H A Dvalidate.go103 proxyRestriction := conditions.ProxyRestriction
105 proxyRestrictionInfo := &ProxyRestriction{
114 warningInfo.ProxyRestriction = proxyRestrictionInfo
H A Dtest_constants.go334 …saml2:AudienceRestriction><saml2:ProxyRestriction Count="3"><saml2:Audience>123</saml2:Audience></…
353 …ce></saml2:AudienceRestriction><saml2:ProxyRestriction><saml2:Audience>123</saml2:Audience></saml2…
372 …/saml2:Audience></saml2:AudienceRestriction><saml2:ProxyRestriction Count="3"></saml2:ProxyRestric…
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20SchemaValidators.cpp74 BEGIN_XMLOBJECTVALIDATOR(SAML_DLLLOCAL,ProxyRestriction);
76 XMLOBJECTVALIDATOR_REQUIRE_INTEGER(ProxyRestriction,Count);
252 REGISTER_ELEMENT(ProxyRestriction); in registerAssertionClasses()
272 REGISTER_TYPE(ProxyRestriction); in registerAssertionClasses()
H A DAssertions20Impl.cpp281 class SAML_DLLLOCAL ProxyRestrictionImpl : public virtual ProxyRestriction,
301 IMPL_XMLOBJECT_CLONE2(ProxyRestriction,Condition);
448 IMPL_CLONE_TYPED_CHILD_IN_BAG(ProxyRestriction); in ConditionsImpl()
458 IMPL_TYPED_CHILDREN(ProxyRestriction, m_children.end());
470 PROC_TYPED_CHILDREN(ProxyRestriction,SAML20_NS,false); in processChildElement()
1493 IMPL_XMLOBJECTBUILDER(ProxyRestriction);
1575 const XMLCh ProxyRestriction::LOCAL_NAME[] = UNICODE_LITERAL_16(P,r,o,x,y,R,e,s,t,r,i,c,t,i,…
1576 const XMLCh ProxyRestriction::TYPE_NAME[] = UNICODE_LITERAL_20(P,r,o,x,y,R,e,s,t,r,i,c,t,i,…
1577 const XMLCh ProxyRestriction::COUNT_ATTRIB_NAME[] = UNICODE_LITERAL_5(C,o,u,n,t);
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/sts/internal/
H A Dtypes.go387 ProxyRestriction *ProxyRestriction `xml:",omitempty"` member
396 if c.ProxyRestriction != nil {
397 names = append(names, &c.ProxyRestriction.XMLName)
418 type ProxyRestriction struct { struct
H A Dtypes_test.go108 …03-04T00:22:01.401Z" NotOnOrAfter="2018-03-04T00:27:01.401Z"><saml2:ProxyRestriction Count="10"/><…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/sts/internal/
H A Dtypes.go387 ProxyRestriction *ProxyRestriction `xml:",omitempty"` member
396 if c.ProxyRestriction != nil {
397 names = append(names, &c.ProxyRestriction.XMLName)
418 type ProxyRestriction struct { struct
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsaml2_conditions.h60 GList *ProxyRestriction; /* of LassoSaml2ProxyRestriction */ member
H A Dsaml2_conditions.c61 G_STRUCT_OFFSET(LassoSaml2Conditions, ProxyRestriction), NULL, NULL, NULL},
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSaml2Conditions.cs110 public Saml2ProxyRestriction ProxyRestriction property in System.IdentityModel.Tokens.Saml2Conditions
H A DSaml2SecurityTokenHandler.cs1578 if (conditions.ProxyRestriction != null) in ValidateConditions()
4079 if (null != conditions.ProxyRestriction) in ReadConditions()
4084 conditions.ProxyRestriction = this.ReadProxyRestriction(reader); in ReadConditions()
4108 if (null != conditions.ProxyRestriction) in ReadConditions()
4113 conditions.ProxyRestriction = this.ReadProxyRestriction(reader); in ReadConditions()
4189 if (null != data.ProxyRestriction) in WriteConditions()
4191 this.WriteProxyRestriction(writer, data.ProxyRestriction); in WriteConditions()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/crewjam/saml/
H A Dschema.go774 ProxyRestriction *ProxyRestriction member
792 if c.ProxyRestriction != nil {
793 el.AddChild(c.ProxyRestriction.Element())
872 type ProxyRestriction struct { struct
878 func (a *ProxyRestriction) Element() *etree.Element { argument
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/
H A DAssertions.h211 BEGIN_XMLOBJECT(SAML_API,ProxyRestriction,Condition,SAML 2.0 ProxyRestriction element);
239 DECL_TYPED_CHILDREN(ProxyRestriction);
457 DECL_SAML2OBJECTBUILDER(ProxyRestriction);
/dports/security/opensaml/opensaml-3.2.1/saml/profile/impl/
H A DConditionsRule.cpp154 const vector<saml2::ProxyRestriction*> pvec = conds->getProxyRestrictions(); in evaluate()
155 … for (vector<saml2::ProxyRestriction*>::const_iterator p = pvec.begin(); p != pvec.end(); ++p) { in evaluate()
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dsaml-schema-assertion-2.0.sg110 sa:ProxyRestriction*
128 ProxyRestriction -> %sa:ProxyRestrictionType
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dsaml.py957 class ProxyRestriction(ProxyRestrictionType_): class
969 return saml2.create_class_from_xml_string(ProxyRestriction, xml_string)
1268 [ProxyRestriction])
1836 ProxyRestriction.c_tag: proxy_restriction_from_string,
1894 'ProxyRestriction': ProxyRestriction,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dsaml.py1028 class ProxyRestriction(ProxyRestrictionType_): class
1040 return saml2.create_class_from_xml_string(ProxyRestriction, xml_string)
1339 [ProxyRestriction])
1907 ProxyRestriction.c_tag: proxy_restriction_from_string,
1965 'ProxyRestriction': ProxyRestriction,
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dsaml.py936 class ProxyRestriction(ProxyRestrictionType_): class
948 return saml2.create_class_from_xml_string(ProxyRestriction, xml_string)
1243 [ProxyRestriction])
1809 ProxyRestriction.c_tag: proxy_restriction_from_string,
1867 'ProxyRestriction': ProxyRestriction,
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/sts/simulator/
H A Dsimulator.go134 …03-04T00:22:01.401Z" NotOnOrAfter="2018-03-04T00:27:01.401Z"><saml2:ProxyRestriction Count="10"/><…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/sts/simulator/
H A Dsimulator.go134 …03-04T00:22:01.401Z" NotOnOrAfter="2018-03-04T00:27:01.401Z"><saml2:ProxyRestriction Count="10"/><…
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-sa-dec.c443 if (!x->ProxyRestriction) in zx_DEC_ELEM_sa_Conditions()
444 x->ProxyRestriction = (struct zx_sa_ProxyRestriction_s*)el; in zx_DEC_ELEM_sa_Conditions()

12