Home
last modified time | relevance | path

Searched refs:getAssertion (Results 1 – 25 of 57) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedClientAssertion.java60 …public static ManagedClientAssertion getAssertion(WSPortInfo portInfo) throws WebServiceException { in getAssertion() method in ManagedClientAssertion
69 … final ManagedClientAssertion assertion = ManagementAssertion.getAssertion(MANAGED_CLIENT_QNAME, in getAssertion()
H A DManagedServiceAssertion.java80 …public static ManagedServiceAssertion getAssertion(WSEndpoint endpoint) throws WebServiceException… in getAssertion() method in ManagedServiceAssertion
86 … final ManagedServiceAssertion assertion = ManagementAssertion.getAssertion(MANAGED_SERVICE_QNAME, in getAssertion()
H A DManagementAssertion.java91 protected static <T extends ManagementAssertion> T getAssertion(final QName name, in getAssertion() method in ManagementAssertion
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedClientAssertion.java60 …public static ManagedClientAssertion getAssertion(WSPortInfo portInfo) throws WebServiceException { in getAssertion() method in ManagedClientAssertion
69 … final ManagedClientAssertion assertion = ManagementAssertion.getAssertion(MANAGED_CLIENT_QNAME, in getAssertion()
H A DManagedServiceAssertion.java80 …public static ManagedServiceAssertion getAssertion(WSEndpoint endpoint) throws WebServiceException… in getAssertion() method in ManagedServiceAssertion
86 … final ManagedServiceAssertion assertion = ManagementAssertion.getAssertion(MANAGED_SERVICE_QNAME, in getAssertion()
H A DManagementAssertion.java91 protected static <T extends ManagementAssertion> T getAssertion(final QName name, in getAssertion() method in ManagementAssertion
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/webauth/
H A DAuthenticatorImpl.java130 public void getAssertion( in getAssertion() method in AuthenticatorImpl
147 Fido2ApiHandler.getInstance().getAssertion(options, mRenderFrameHost, mOrigin, this); in getAssertion()
157 getAssertion(PublicKeyCredentialRequestOptions.deserialize(optionsByteBuffer), in getAssertionBridge()
H A DFido2ApiHandler.java55 protected void getAssertion(PublicKeyCredentialRequestOptions options, in getAssertion() method in Fido2ApiHandler
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Error/
H A DAssertion.php44 public function getAssertion() function in SimpleSAML_Error_Assertion
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Error/
H A DAssertion.php45 public function getAssertion() function in SimpleSAML\\Error\\Assertion
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Assertion/
H A DDecrypter.php72 $decryptedAssertion = $assertion->getAssertion($key, $blacklistedKeys);
/dports/www/wt/wt-4.6.1/src/Wt/Auth/Saml/
H A DProcessImpl.h53 getAssertion(const char16_t *spEntityId, const opensaml::saml2p::Response &response);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/Assertion/
H A DDecrypter.php89 $decryptedAssertion = $assertion->getAssertion($key, $blacklistedKeys);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DEncryptedAssertion.php91 public function getAssertion(XMLSecurityKey $inputKey, array $blacklist = array()) function in SAML2\\EncryptedAssertion
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DFxAccountsMgmtService.jsm102 case "getAssertion":
105 FxAccountsManager.getAssertion(audience, principal, {
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DEncryptedAssertion.php117 public function getAssertion(XMLSecurityKey $inputKey, array $blacklist = []) : Assertion function in SAML2\\EncryptedAssertion
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/impl/
H A DStoredSession.h123 const opensaml::Assertion* getAssertion(const char* id) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/services/fxaccounts/
H A DFxAccountsManager.jsm197 * FxAccounts.getAssertion()
240 return this._fxAccounts.getAssertion(aAudience).then(
548 getAssertion: function(aAudience, aPrincipal, aOptions) {
554 log.debug("FxAccountsManager.getAssertion() aPrincipal: ",
609 // the getAssertion process.
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/handler/impl/
H A DAssertionLookup.cpp181 const Assertion* assertion = session->getAssertion(ID); in processMessage()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/
H A DSessionCache.h205 virtual const opensaml::Assertion* getAssertion(const char* id) const=0;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java104 ManagedServiceAssertion.getAssertion(endpoint); in createManagedObjectManager()
165 ManagedClientAssertion.getAssertion(stub.getPortInfo()); in createManagedObjectManager()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java104 ManagedServiceAssertion.getAssertion(endpoint); in createManagedObjectManager()
165 ManagedClientAssertion.getAssertion(stub.getPortInfo()); in createManagedObjectManager()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/webauth/
H A DAuthenticatorTest.java61 protected void getAssertion(PublicKeyCredentialRequestOptions options, in getAssertion() method in AuthenticatorTest.MockFido2ApiHandler
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/identity/
H A DFirefoxAccounts.jsm136 this.fxAccountsManager.getAssertion(aRpCaller.audience,
201 this.fxAccountsManager.getAssertion(rp.audience, rp.principal, options)
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webauth/
H A Duv_preferred.md3 …webauthn/#createCredential) and [get](https://www.w3.org/TR/webauthn/#getAssertion) calls is `pref…

123