File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636use SimpleSAML \SAML2 \XML \samlp \Status ;
3737use SimpleSAML \SAML2 \XML \samlp \StatusCode ;
3838use SimpleSAML \Utils ;
39- use SimpleSAML \XML \Exception \InvalidDOMElementException ;
40- use SimpleSAML \XML \Type \IDValue ;
4139use SimpleSAML \XML \Utils \Random ;
40+ use SimpleSAML \XMLSchema \Exception \InvalidDOMElementException ;
41+ use SimpleSAML \XMLSchema \Type \IDValue ;
4242use SimpleSAML \XMLSecurity \Alg \Signature \SignatureAlgorithmFactory ;
4343use SimpleSAML \XMLSecurity \Key \PrivateKey ;
4444use SimpleSAML \XMLSecurity \XML \ds \KeyInfo ;
@@ -97,7 +97,7 @@ public function setMetadataStorageHandler(MetaDataStorageHandler $handler): void
9797 public function main (/** @scrutinizer ignore-unused */ SOAP $ soap , ServerRequest $ request ): RunnableResponse
9898 {
9999 $ message = $ soap ->receive ($ request );
100- Assert::isInstanceOf ($ message , AttributeQuery::class, InvalidDOMElement ::class);
100+ Assert::isInstanceOf ($ message , AttributeQuery::class, InvalidDOMElementException ::class);
101101
102102 $ idpEntityId = $ this ->metadataHandler ->getMetaDataCurrentEntityID ('saml20-idp-hosted ' );
103103
You can’t perform that action at this time.
0 commit comments