Home
last modified time | relevance | path

Searched defs:AttributeStatement (Results 1 – 20 of 20) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/gosaml2/types/
H A Dresponse.go64 AttributeStatement *AttributeStatement `xml:"AttributeStatement"` member
132 type AttributeStatement struct { struct
133 XMLName xml.Name `xml:"urn:oasis:names:tc:SAML:2.0:assertion AttributeStatement"`
134 Attributes []Attribute `xml:"Attribute"`
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dsaml_assertion.h67 LassoSamlAttributeStatement *AttributeStatement; member
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsaml2_assertion.h69 GList *AttributeStatement; /* of LassoSaml2AttributeStatement */ member
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/sts/internal/
H A Dtypes.go298 AttributeStatement AttributeStatement member
460 type AttributeStatement struct { struct
461 XMLName xml.Name
462 Attribute []Attribute
465 func (a *AttributeStatement) C14N() string {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/sts/internal/
H A Dtypes.go298 AttributeStatement AttributeStatement member
460 type AttributeStatement struct { struct
461 XMLName xml.Name
462 Attribute []Attribute
465 func (a *AttributeStatement) C14N() string {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSamlConstants.cs70 public const string AttributeStatement = "AttributeStatement"; field in System.IdentityModel.Tokens.SamlConstants.ElementNames
H A DSaml2Constants.cs215 public const string AttributeStatement = "AttributeStatement"; field in System.IdentityModel.Tokens.Saml2Constants.Elements
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/crewjam/saml/
H A Dschema.go1006 type AttributeStatement struct { struct
1007 Attributes []Attribute `xml:"Attribute"`
1011 func (a *AttributeStatement) Element() *etree.Element {
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-idp-data.h495 struct zx_sa_AttributeStatement_s* AttributeStatement; /* {0,-1} nada */ member
H A Dzx-sa11-data.h140 struct zx_sa11_AttributeStatement_s* AttributeStatement; /* {0,-1} nada */ member
H A Dzx-sa-data.h160 struct zx_sa_AttributeStatement_s* AttributeStatement; /* {0,-1} nada */ member
H A Dzx-ff12-data.h35 struct zx_sa11_AttributeStatement_s* AttributeStatement; /* {0,-1} nada */ member
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/dex/connector/saml/
H A Dtypes.go194 AttributeStatement *attributeStatement `xml:"AttributeStatement,omitempty"` member
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/connector/saml/
H A Dtypes.go194 AttributeStatement *attributeStatement `xml:"AttributeStatement,omitempty"` member
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/saml20/raw/
H A Dassertion.py303 AttributeStatement = property(__AttributeStatement.value, __AttributeStatement.set, None, None) variable in AssertionType
1288 AttributeStatement = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'AttributeSt… variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DXD.cs208 public XmlDictionaryString AttributeStatement; field in System.IdentityModel.SamlDictionary
1475 public const string AttributeStatement = IdentityModelStringsVersion1.String34; field in System.IdentityModel.SamlStrings
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DXD.cs857 public XmlDictionaryString AttributeStatement; field in System.ServiceModel.SamlDictionary
2028 public const string AttributeStatement = ServiceModelStringsVersion1.String259; field in System.ServiceModel.SamlStrings
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dsaml.py1468 class AttributeStatement(AttributeStatementType_): class
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dsaml.py1539 class AttributeStatement(AttributeStatementType_): class
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dsaml.py1441 class AttributeStatement(AttributeStatementType_): class