Home
last modified time | relevance | path

Searched refs:AuthenticatingAuthority (Results 1 – 25 of 44) sorted by relevance

12

/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DAuthenticatingAuthority20Test.h43 AuthenticatingAuthority* aa = dynamic_cast<AuthenticatingAuthority*>(xo.get()); in testSingleElementUnmarshall()
49AuthenticatingAuthority * aa = AuthenticatingAuthorityBuilder::buildAuthenticatingAuthority(); in testSingleElementMarshall()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-scoping.md80 AuthenticatingAuthority element
85 AuthenticatingAuthority elements.
87 The list of authenticating authorities (the AuthenticatingAuthority element)
93 # Get the AuthenticatingAuthority
94 $aa = $as->getAuthData('saml:AuthenticatingAuthority');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-scoping.md80 AuthenticatingAuthority element
85 AuthenticatingAuthority elements.
87 The list of authenticating authorities (the AuthenticatingAuthority element)
93 # Get the AuthenticatingAuthority
94 $aa = $as->getAuthData('saml:AuthenticatingAuthority');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/smartattributes/docs/
H A Dsmartattributes.md26 * `add_authority`. A boolean to indicate whether or not to append the SAML AuthenticatingAuthority
31 `AttributeName:AttributeValue!AuthenticatingAuthority`
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/smartattributes/docs/
H A Dsmartattributes.md28 * `add_authority`. A boolean to indicate whether or not to append the SAML AuthenticatingAuthority
33 `AttributeName:AttributeValue!AuthenticatingAuthority`
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsaml2_authn_context.h60 char *AuthenticatingAuthority; member
H A Dsaml2_authn_context.c73 G_STRUCT_OFFSET(LassoSaml2AuthnContext, AuthenticatingAuthority), NULL, NULL, NULL},
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DAssertion.php156 private $AuthenticatingAuthority; variable in SAML2\\Assertion
266 $this->AuthenticatingAuthority = array();
497 $this->AuthenticatingAuthority = Utils::extractStrings(
1176 return $this->AuthenticatingAuthority;
1187 $this->AuthenticatingAuthority = $authenticatingAuthority;
1527 $this->AuthenticatingAuthority
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dliberty-authentication-context-v2.0.sg112 AuthenticatingAuthority -> %ac:AuthenticatingAuthorityType
158 ac:AuthenticatingAuthority*
H A Dsaml-schema-assertion-2.0.sg178 sa:AuthenticatingAuthority*
184 AuthenticatingAuthority -> %xs:anyURI
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/
H A DAssertions.h88 …DECL_XMLOBJECT_SIMPLE(SAML_API,AuthenticatingAuthority,ID,SAML 2.0 AuthenticatingAuthority element…
305 DECL_TYPED_CHILDREN(AuthenticatingAuthority);
442 DECL_SAML2OBJECTBUILDER(AuthenticatingAuthority);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DAssertion.php165 private $AuthenticatingAuthority = []; variable in SAML2\\Assertion
506 $this->AuthenticatingAuthority = Utils::extractStrings(
1226 return $this->AuthenticatingAuthority;
1238 $this->AuthenticatingAuthority = $authenticatingAuthority;
1635 $this->AuthenticatingAuthority
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DAssertionAttributeExtractor.cpp105 : m_authnAuthority(XMLHelper::getAttrString(e, nullptr, AuthenticatingAuthority::LOCAL_NAME)), in AssertionExtractor()
279 … const vector<AuthenticatingAuthority*>& authorities = ac->getAuthenticatingAuthoritys(); in extractAttributes()
280 …for (vector<AuthenticatingAuthority*>::const_iterator a = authorities.begin(); a != authorities.en… in extractAttributes()
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20SchemaValidators.cpp49 XMLOBJECTVALIDATOR_SIMPLE(SAML_DLLLOCAL,AuthenticatingAuthority);
236 REGISTER_ELEMENT(AuthenticatingAuthority); in registerAssertionClasses()
H A DAssertions20Impl.cpp72 DECL_XMLOBJECTIMPL_SIMPLE(SAML_DLLLOCAL,AuthenticatingAuthority);
908 IMPL_CLONE_TYPED_CHILDREN(AuthenticatingAuthority); in AuthnContextImpl()
915 IMPL_TYPED_CHILDREN(AuthenticatingAuthority,m_children.end());
922 PROC_TYPED_CHILDREN(AuthenticatingAuthority,SAML20_NS,false); in processChildElement()
1473 IMPL_XMLOBJECTBUILDER(AuthenticatingAuthority);
1524 const XMLCh AuthenticatingAuthority::LOCAL_NAME[] = UNICODE_LITERAL_23(A,u,t,h,e,n,t,i,c,a,t,i,n,g,…
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dassertion.py636 saml.AuthenticatingAuthority, text=authn_auth))
652 saml.AuthenticatingAuthority, text=authn_auth))
665 saml.AuthenticatingAuthority, text=authn_auth))
H A Dsaml.py746 class AuthenticatingAuthority(SamlBase): class
760 return saml2.create_class_from_xml_string(AuthenticatingAuthority,
1036 'authenticating_authority', [AuthenticatingAuthority])
1851 AuthenticatingAuthority.c_tag: authenticating_authority_from_string,
1909 'AuthenticatingAuthority': AuthenticatingAuthority,
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dassertion.py601 saml.AuthenticatingAuthority, text=authn_auth))
617 saml.AuthenticatingAuthority, text=authn_auth))
630 saml.AuthenticatingAuthority, text=authn_auth))
H A Dsaml.py725 class AuthenticatingAuthority(SamlBase): class
739 return saml2.create_class_from_xml_string(AuthenticatingAuthority,
1015 'authenticating_authority', [AuthenticatingAuthority])
1824 AuthenticatingAuthority.c_tag: authenticating_authority_from_string,
1882 'AuthenticatingAuthority': AuthenticatingAuthority,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dassertion.py639 saml.AuthenticatingAuthority, text=authn_auth))
655 saml.AuthenticatingAuthority, text=authn_auth))
668 saml.AuthenticatingAuthority, text=authn_auth))
H A Dsaml.py817 class AuthenticatingAuthority(SamlBase): class
831 return saml2.create_class_from_xml_string(AuthenticatingAuthority,
1107 'authenticating_authority', [AuthenticatingAuthority])
1922 AuthenticatingAuthority.c_tag: authenticating_authority_from_string,
1980 'AuthenticatingAuthority': AuthenticatingAuthority,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSaml2Constants.cs219 public const string AuthenticatingAuthority = "AuthenticatingAuthority"; field in System.IdentityModel.Tokens.Saml2Constants.Elements
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecpkg.h88 …D *TokenInformation,PLSA_UNICODE_STRING *AccountName,PLSA_UNICODE_STRING *AuthenticatingAuthority);
89 … *TokenInformation,PUNICODE_STRING *AccountName,PUNICODE_STRING *AuthenticatingAuthority,PUNICODE_…
321 …s,NTSTATUS SubStatus,PUNICODE_STRING AccountName,PUNICODE_STRING AuthenticatingAuthority,PUNICODE_…
559 … *TokenInformation,PUNICODE_STRING *AccountName,PUNICODE_STRING *AuthenticatingAuthority,PUNICODE_…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecpkg.h88 …D *TokenInformation,PLSA_UNICODE_STRING *AccountName,PLSA_UNICODE_STRING *AuthenticatingAuthority);
89 … *TokenInformation,PUNICODE_STRING *AccountName,PUNICODE_STRING *AuthenticatingAuthority,PUNICODE_…
321 …s,NTSTATUS SubStatus,PUNICODE_STRING AccountName,PUNICODE_STRING AuthenticatingAuthority,PUNICODE_…
559 … *TokenInformation,PUNICODE_STRING *AccountName,PUNICODE_STRING *AuthenticatingAuthority,PUNICODE_…
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-sa-dec.c322 if (!x->AuthenticatingAuthority) in zx_DEC_ELEM_sa_AuthnContext()
323 x->AuthenticatingAuthority = el; in zx_DEC_ELEM_sa_AuthnContext()

12