diff --git a/composer.json b/composer.json index 34d55cf..77345ad 100644 --- a/composer.json +++ b/composer.json @@ -14,14 +14,14 @@ "ext-dom": "*", "ext-spl": "*", - "simplesamlphp/assert": "~1.7.0", - "simplesamlphp/composer-xmlprovider-installer": "~1.0.0", + "simplesamlphp/assert": "~1.8.1", + "simplesamlphp/composer-xmlprovider-installer": "~1.0.1", "simplesamlphp/saml2": "^5@dev", - "simplesamlphp/xml-security": "~1.12.0", - "simplesamlphp/xml-common": "~1.23.2" + "simplesamlphp/xml-security": "~1.13.0", + "simplesamlphp/xml-common": "~1.24.0" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "^1.8" + "simplesamlphp/simplesamlphp-test-framework": "~1.8.0" }, "autoload": { "psr-4": { diff --git a/src/Assert/Assert.php b/src/Assert/Assert.php new file mode 100644 index 0000000..eafe62f --- /dev/null +++ b/src/Assert/Assert.php @@ -0,0 +1,14 @@ +setAttributesNS($namespacedAttributes); diff --git a/src/XML/wsp/PolicyURIsTrait.php b/src/XML/wsp/PolicyURIsTrait.php index 33d1615..93b8f85 100644 --- a/src/XML/wsp/PolicyURIsTrait.php +++ b/src/XML/wsp/PolicyURIsTrait.php @@ -4,7 +4,7 @@ namespace SimpleSAML\WSSecurity\XML\wsp; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; /** * Trait grouping common functionality for elements that can hold a PolicyURIs attribute. diff --git a/src/XML/wsse/AbstractAttributedString.php b/src/XML/wsse/AbstractAttributedString.php index eb2b85f..80505d2 100644 --- a/src/XML/wsse/AbstractAttributedString.php +++ b/src/XML/wsse/AbstractAttributedString.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Attribute as XMLAttribute; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wsse/AbstractBinarySecurityTokenType.php b/src/XML/wsse/AbstractBinarySecurityTokenType.php index 8dbef2a..6eb06d0 100644 --- a/src/XML/wsse/AbstractBinarySecurityTokenType.php +++ b/src/XML/wsse/AbstractBinarySecurityTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wsse/AbstractEmbeddedType.php b/src/XML/wsse/AbstractEmbeddedType.php index 6bfca20..2031036 100644 --- a/src/XML/wsse/AbstractEmbeddedType.php +++ b/src/XML/wsse/AbstractEmbeddedType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wsse/AbstractEncodedString.php b/src/XML/wsse/AbstractEncodedString.php index b411f46..85e0fcb 100644 --- a/src/XML/wsse/AbstractEncodedString.php +++ b/src/XML/wsse/AbstractEncodedString.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wsse/AbstractKeyIdentifierType.php b/src/XML/wsse/AbstractKeyIdentifierType.php index b190492..55f46b4 100644 --- a/src/XML/wsse/AbstractKeyIdentifierType.php +++ b/src/XML/wsse/AbstractKeyIdentifierType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wsse/AbstractPasswordString.php b/src/XML/wsse/AbstractPasswordString.php index 2781247..0664ee3 100644 --- a/src/XML/wsse/AbstractPasswordString.php +++ b/src/XML/wsse/AbstractPasswordString.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wsse/AbstractReferenceType.php b/src/XML/wsse/AbstractReferenceType.php index 74dd59f..84887ba 100644 --- a/src/XML/wsse/AbstractReferenceType.php +++ b/src/XML/wsse/AbstractReferenceType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wsse/AbstractSecurityHeaderType.php b/src/XML/wsse/AbstractSecurityHeaderType.php index 3486448..e5e8fc8 100644 --- a/src/XML/wsse/AbstractSecurityHeaderType.php +++ b/src/XML/wsse/AbstractSecurityHeaderType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wsse/AbstractSecurityTokenReferenceType.php b/src/XML/wsse/AbstractSecurityTokenReferenceType.php index 75d943f..971f6eb 100644 --- a/src/XML/wsse/AbstractSecurityTokenReferenceType.php +++ b/src/XML/wsse/AbstractSecurityTokenReferenceType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Attribute as XMLAttribute; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wsse/AbstractTransformationParametersType.php b/src/XML/wsse/AbstractTransformationParametersType.php index b0bd0bb..451455a 100644 --- a/src/XML/wsse/AbstractTransformationParametersType.php +++ b/src/XML/wsse/AbstractTransformationParametersType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wsse/AbstractUsernameTokenType.php b/src/XML/wsse/AbstractUsernameTokenType.php index 3a7e853..1eb4808 100644 --- a/src/XML/wsse/AbstractUsernameTokenType.php +++ b/src/XML/wsse/AbstractUsernameTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\XML\Attribute as XMLAttribute; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wsse/UsageTrait.php b/src/XML/wsse/UsageTrait.php index c21c972..0774bad 100644 --- a/src/XML/wsse/UsageTrait.php +++ b/src/XML/wsse/UsageTrait.php @@ -4,7 +4,7 @@ namespace SimpleSAML\WSSecurity\XML\wsse; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\SchemaViolationException; /** diff --git a/src/XML/wst_200502/AbstractAuthenticatorType.php b/src/XML/wst_200502/AbstractAuthenticatorType.php index 153b1ca..cd716c9 100644 --- a/src/XML/wst_200502/AbstractAuthenticatorType.php +++ b/src/XML/wst_200502/AbstractAuthenticatorType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableElementTrait; use SimpleSAML\XML\XsNamespace as NS; diff --git a/src/XML/wst_200502/AbstractBinaryExchangeType.php b/src/XML/wst_200502/AbstractBinaryExchangeType.php index 3d8565c..f4edb9c 100644 --- a/src/XML/wst_200502/AbstractBinaryExchangeType.php +++ b/src/XML/wst_200502/AbstractBinaryExchangeType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200502/AbstractBinarySecretType.php b/src/XML/wst_200502/AbstractBinarySecretType.php index bd87e4d..7c4c2c1 100644 --- a/src/XML/wst_200502/AbstractBinarySecretType.php +++ b/src/XML/wst_200502/AbstractBinarySecretType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Base64ElementTrait; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wst_200502/AbstractCancelTargetType.php b/src/XML/wst_200502/AbstractCancelTargetType.php index f9595fb..bf38a4e 100644 --- a/src/XML/wst_200502/AbstractCancelTargetType.php +++ b/src/XML/wst_200502/AbstractCancelTargetType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractClaimsType.php b/src/XML/wst_200502/AbstractClaimsType.php index e18b1fe..8d2c1da 100644 --- a/src/XML/wst_200502/AbstractClaimsType.php +++ b/src/XML/wst_200502/AbstractClaimsType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200502/AbstractComputedKeyOpenEnum.php b/src/XML/wst_200502/AbstractComputedKeyOpenEnum.php index 3f8c46c..37ba293 100644 --- a/src/XML/wst_200502/AbstractComputedKeyOpenEnum.php +++ b/src/XML/wst_200502/AbstractComputedKeyOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200502/AbstractDelegateToType.php b/src/XML/wst_200502/AbstractDelegateToType.php index 8a69096..ab8915a 100644 --- a/src/XML/wst_200502/AbstractDelegateToType.php +++ b/src/XML/wst_200502/AbstractDelegateToType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractEncryptionType.php b/src/XML/wst_200502/AbstractEncryptionType.php index c11dec2..1d45d29 100644 --- a/src/XML/wst_200502/AbstractEncryptionType.php +++ b/src/XML/wst_200502/AbstractEncryptionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractEntropyType.php b/src/XML/wst_200502/AbstractEntropyType.php index f248e94..5c142cd 100644 --- a/src/XML/wst_200502/AbstractEntropyType.php +++ b/src/XML/wst_200502/AbstractEntropyType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wst_200502/AbstractKeyExchangeTokenType.php b/src/XML/wst_200502/AbstractKeyExchangeTokenType.php index 05cc405..be125e6 100644 --- a/src/XML/wst_200502/AbstractKeyExchangeTokenType.php +++ b/src/XML/wst_200502/AbstractKeyExchangeTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableElementTrait; use SimpleSAML\XML\XsNamespace as NS; diff --git a/src/XML/wst_200502/AbstractKeyTypeOpenEnum.php b/src/XML/wst_200502/AbstractKeyTypeOpenEnum.php index 500eda7..7009245 100644 --- a/src/XML/wst_200502/AbstractKeyTypeOpenEnum.php +++ b/src/XML/wst_200502/AbstractKeyTypeOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200502/AbstractLifetimeType.php b/src/XML/wst_200502/AbstractLifetimeType.php index 8cefd90..b3184ba 100644 --- a/src/XML/wst_200502/AbstractLifetimeType.php +++ b/src/XML/wst_200502/AbstractLifetimeType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\XML\wsu\Created; use SimpleSAML\WSSecurity\XML\wsu\Expires; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wst_200502/AbstractOnBehalfOfType.php b/src/XML/wst_200502/AbstractOnBehalfOfType.php index 90ce453..93aff7b 100644 --- a/src/XML/wst_200502/AbstractOnBehalfOfType.php +++ b/src/XML/wst_200502/AbstractOnBehalfOfType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractParticipantType.php b/src/XML/wst_200502/AbstractParticipantType.php index 3e88314..ecfe24e 100644 --- a/src/XML/wst_200502/AbstractParticipantType.php +++ b/src/XML/wst_200502/AbstractParticipantType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractParticipantsType.php b/src/XML/wst_200502/AbstractParticipantsType.php index d519d74..ab9da0e 100644 --- a/src/XML/wst_200502/AbstractParticipantsType.php +++ b/src/XML/wst_200502/AbstractParticipantsType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\TooManyElementsException; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wst_200502/AbstractProofEncryptionType.php b/src/XML/wst_200502/AbstractProofEncryptionType.php index dfea8a6..f5c87b4 100644 --- a/src/XML/wst_200502/AbstractProofEncryptionType.php +++ b/src/XML/wst_200502/AbstractProofEncryptionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractRenewTargetType.php b/src/XML/wst_200502/AbstractRenewTargetType.php index 807ccb4..e7d9c42 100644 --- a/src/XML/wst_200502/AbstractRenewTargetType.php +++ b/src/XML/wst_200502/AbstractRenewTargetType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractRenewingType.php b/src/XML/wst_200502/AbstractRenewingType.php index 1c7bff6..ad23831 100644 --- a/src/XML/wst_200502/AbstractRenewingType.php +++ b/src/XML/wst_200502/AbstractRenewingType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; /** diff --git a/src/XML/wst_200502/AbstractRequestSecurityTokenResponseCollectionType.php b/src/XML/wst_200502/AbstractRequestSecurityTokenResponseCollectionType.php index e68111a..ebb3a7c 100644 --- a/src/XML/wst_200502/AbstractRequestSecurityTokenResponseCollectionType.php +++ b/src/XML/wst_200502/AbstractRequestSecurityTokenResponseCollectionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wst_200502/AbstractRequestSecurityTokenResponseType.php b/src/XML/wst_200502/AbstractRequestSecurityTokenResponseType.php index e6d0f65..9c1f534 100644 --- a/src/XML/wst_200502/AbstractRequestSecurityTokenResponseType.php +++ b/src/XML/wst_200502/AbstractRequestSecurityTokenResponseType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200502/AbstractRequestSecurityTokenType.php b/src/XML/wst_200502/AbstractRequestSecurityTokenType.php index 5c6d59e..985ce41 100644 --- a/src/XML/wst_200502/AbstractRequestSecurityTokenType.php +++ b/src/XML/wst_200502/AbstractRequestSecurityTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200502/AbstractRequestTypeOpenEnum.php b/src/XML/wst_200502/AbstractRequestTypeOpenEnum.php index f9c776d..a5c5611 100644 --- a/src/XML/wst_200502/AbstractRequestTypeOpenEnum.php +++ b/src/XML/wst_200502/AbstractRequestTypeOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200502/AbstractRequestedProofTokenType.php b/src/XML/wst_200502/AbstractRequestedProofTokenType.php index 560ee33..b9bde6b 100644 --- a/src/XML/wst_200502/AbstractRequestedProofTokenType.php +++ b/src/XML/wst_200502/AbstractRequestedProofTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractRequestedReferenceType.php b/src/XML/wst_200502/AbstractRequestedReferenceType.php index 09774e2..ed53bef 100644 --- a/src/XML/wst_200502/AbstractRequestedReferenceType.php +++ b/src/XML/wst_200502/AbstractRequestedReferenceType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\XML\wsse\SecurityTokenReference; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; diff --git a/src/XML/wst_200502/AbstractRequestedSecurityTokenType.php b/src/XML/wst_200502/AbstractRequestedSecurityTokenType.php index 0b274d7..85254e0 100644 --- a/src/XML/wst_200502/AbstractRequestedSecurityTokenType.php +++ b/src/XML/wst_200502/AbstractRequestedSecurityTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractSignChallengeType.php b/src/XML/wst_200502/AbstractSignChallengeType.php index 8e41377..fa24fb4 100644 --- a/src/XML/wst_200502/AbstractSignChallengeType.php +++ b/src/XML/wst_200502/AbstractSignChallengeType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wst_200502/AbstractStatusCodeOpenEnum.php b/src/XML/wst_200502/AbstractStatusCodeOpenEnum.php index 5d416be..d84e5c4 100644 --- a/src/XML/wst_200502/AbstractStatusCodeOpenEnum.php +++ b/src/XML/wst_200502/AbstractStatusCodeOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200502/AbstractStatusType.php b/src/XML/wst_200502/AbstractStatusType.php index 7f5a54e..734494e 100644 --- a/src/XML/wst_200502/AbstractStatusType.php +++ b/src/XML/wst_200502/AbstractStatusType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AbstractUseKeyType.php b/src/XML/wst_200502/AbstractUseKeyType.php index 9a2d61f..62828b4 100644 --- a/src/XML/wst_200502/AbstractUseKeyType.php +++ b/src/XML/wst_200502/AbstractUseKeyType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200502/AllowPostdating.php b/src/XML/wst_200502/AllowPostdating.php index 811a7cd..eff18e1 100644 --- a/src/XML/wst_200502/AllowPostdating.php +++ b/src/XML/wst_200502/AllowPostdating.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200502/KeySize.php b/src/XML/wst_200502/KeySize.php index b037d59..a249711 100644 --- a/src/XML/wst_200502/KeySize.php +++ b/src/XML/wst_200502/KeySize.php @@ -4,7 +4,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\IntegerElementTrait; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200502/RequestKET.php b/src/XML/wst_200502/RequestKET.php index 063c554..d5add1a 100644 --- a/src/XML/wst_200502/RequestKET.php +++ b/src/XML/wst_200502/RequestKET.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200502/RequestedTokenCancelled.php b/src/XML/wst_200502/RequestedTokenCancelled.php index 36fadee..356b359 100644 --- a/src/XML/wst_200502/RequestedTokenCancelled.php +++ b/src/XML/wst_200502/RequestedTokenCancelled.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200502; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200512/AbstractAuthenticatorType.php b/src/XML/wst_200512/AbstractAuthenticatorType.php index ef3ffa5..3be1ec9 100644 --- a/src/XML/wst_200512/AbstractAuthenticatorType.php +++ b/src/XML/wst_200512/AbstractAuthenticatorType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableElementTrait; use SimpleSAML\XML\XsNamespace as NS; diff --git a/src/XML/wst_200512/AbstractBinaryExchangeType.php b/src/XML/wst_200512/AbstractBinaryExchangeType.php index c227c3b..e9099de 100644 --- a/src/XML/wst_200512/AbstractBinaryExchangeType.php +++ b/src/XML/wst_200512/AbstractBinaryExchangeType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200512/AbstractBinarySecretType.php b/src/XML/wst_200512/AbstractBinarySecretType.php index 85a6459..f12f570 100644 --- a/src/XML/wst_200512/AbstractBinarySecretType.php +++ b/src/XML/wst_200512/AbstractBinarySecretType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Base64ElementTrait; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wst_200512/AbstractCancelTargetType.php b/src/XML/wst_200512/AbstractCancelTargetType.php index 042f806..2f8e779 100644 --- a/src/XML/wst_200512/AbstractCancelTargetType.php +++ b/src/XML/wst_200512/AbstractCancelTargetType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractClaimsType.php b/src/XML/wst_200512/AbstractClaimsType.php index deb9d01..bc5a0aa 100644 --- a/src/XML/wst_200512/AbstractClaimsType.php +++ b/src/XML/wst_200512/AbstractClaimsType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200512/AbstractComputedKeyOpenEnum.php b/src/XML/wst_200512/AbstractComputedKeyOpenEnum.php index 2955b55..ae1a926 100644 --- a/src/XML/wst_200512/AbstractComputedKeyOpenEnum.php +++ b/src/XML/wst_200512/AbstractComputedKeyOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200512/AbstractDelegateToType.php b/src/XML/wst_200512/AbstractDelegateToType.php index bd44b9d..772f9d6 100644 --- a/src/XML/wst_200512/AbstractDelegateToType.php +++ b/src/XML/wst_200512/AbstractDelegateToType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractEncryptionType.php b/src/XML/wst_200512/AbstractEncryptionType.php index 43427d2..5af46dc 100644 --- a/src/XML/wst_200512/AbstractEncryptionType.php +++ b/src/XML/wst_200512/AbstractEncryptionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractEntropyType.php b/src/XML/wst_200512/AbstractEntropyType.php index 43e155e..5e12210 100644 --- a/src/XML/wst_200512/AbstractEntropyType.php +++ b/src/XML/wst_200512/AbstractEntropyType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wst_200512/AbstractKeyExchangeTokenType.php b/src/XML/wst_200512/AbstractKeyExchangeTokenType.php index eeb894a..2fb9db4 100644 --- a/src/XML/wst_200512/AbstractKeyExchangeTokenType.php +++ b/src/XML/wst_200512/AbstractKeyExchangeTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableElementTrait; use SimpleSAML\XML\XsNamespace as NS; diff --git a/src/XML/wst_200512/AbstractKeyTypeOpenEnum.php b/src/XML/wst_200512/AbstractKeyTypeOpenEnum.php index a26f398..508d5f9 100644 --- a/src/XML/wst_200512/AbstractKeyTypeOpenEnum.php +++ b/src/XML/wst_200512/AbstractKeyTypeOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200512/AbstractLifetimeType.php b/src/XML/wst_200512/AbstractLifetimeType.php index ba56fd4..1a876ee 100644 --- a/src/XML/wst_200512/AbstractLifetimeType.php +++ b/src/XML/wst_200512/AbstractLifetimeType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\XML\wsu\Created; use SimpleSAML\WSSecurity\XML\wsu\Expires; use SimpleSAML\XML\Exception\InvalidDOMElementException; diff --git a/src/XML/wst_200512/AbstractOnBehalfOfType.php b/src/XML/wst_200512/AbstractOnBehalfOfType.php index 18f6e51..2cf4d71 100644 --- a/src/XML/wst_200512/AbstractOnBehalfOfType.php +++ b/src/XML/wst_200512/AbstractOnBehalfOfType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractParticipantType.php b/src/XML/wst_200512/AbstractParticipantType.php index aad271f..606bdb4 100644 --- a/src/XML/wst_200512/AbstractParticipantType.php +++ b/src/XML/wst_200512/AbstractParticipantType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractParticipantsType.php b/src/XML/wst_200512/AbstractParticipantsType.php index 77e14f0..d4b2806 100644 --- a/src/XML/wst_200512/AbstractParticipantsType.php +++ b/src/XML/wst_200512/AbstractParticipantsType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\TooManyElementsException; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wst_200512/AbstractProofEncryptionType.php b/src/XML/wst_200512/AbstractProofEncryptionType.php index b598a3f..376cea7 100644 --- a/src/XML/wst_200512/AbstractProofEncryptionType.php +++ b/src/XML/wst_200512/AbstractProofEncryptionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractRenewTargetType.php b/src/XML/wst_200512/AbstractRenewTargetType.php index 8dd59e2..ddcf2fa 100644 --- a/src/XML/wst_200512/AbstractRenewTargetType.php +++ b/src/XML/wst_200512/AbstractRenewTargetType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractRenewingType.php b/src/XML/wst_200512/AbstractRenewingType.php index e30f977..0ae2e2a 100644 --- a/src/XML/wst_200512/AbstractRenewingType.php +++ b/src/XML/wst_200512/AbstractRenewingType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; /** diff --git a/src/XML/wst_200512/AbstractRequestSecurityTokenCollectionType.php b/src/XML/wst_200512/AbstractRequestSecurityTokenCollectionType.php index 101ee41..ef1a4d9 100644 --- a/src/XML/wst_200512/AbstractRequestSecurityTokenCollectionType.php +++ b/src/XML/wst_200512/AbstractRequestSecurityTokenCollectionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wst_200512/AbstractRequestSecurityTokenResponseCollectionType.php b/src/XML/wst_200512/AbstractRequestSecurityTokenResponseCollectionType.php index f983280..f6e9e2e 100644 --- a/src/XML/wst_200512/AbstractRequestSecurityTokenResponseCollectionType.php +++ b/src/XML/wst_200512/AbstractRequestSecurityTokenResponseCollectionType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\SchemaViolationException; diff --git a/src/XML/wst_200512/AbstractRequestSecurityTokenResponseType.php b/src/XML/wst_200512/AbstractRequestSecurityTokenResponseType.php index 00eb295..c896c71 100644 --- a/src/XML/wst_200512/AbstractRequestSecurityTokenResponseType.php +++ b/src/XML/wst_200512/AbstractRequestSecurityTokenResponseType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200512/AbstractRequestSecurityTokenType.php b/src/XML/wst_200512/AbstractRequestSecurityTokenType.php index 901e9c5..00f3afc 100644 --- a/src/XML/wst_200512/AbstractRequestSecurityTokenType.php +++ b/src/XML/wst_200512/AbstractRequestSecurityTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wst_200512/AbstractRequestTypeOpenEnum.php b/src/XML/wst_200512/AbstractRequestTypeOpenEnum.php index 5d233bd..2da55a8 100644 --- a/src/XML/wst_200512/AbstractRequestTypeOpenEnum.php +++ b/src/XML/wst_200512/AbstractRequestTypeOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200512/AbstractRequestedProofTokenType.php b/src/XML/wst_200512/AbstractRequestedProofTokenType.php index 5360d0f..22e1953 100644 --- a/src/XML/wst_200512/AbstractRequestedProofTokenType.php +++ b/src/XML/wst_200512/AbstractRequestedProofTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractRequestedReferenceType.php b/src/XML/wst_200512/AbstractRequestedReferenceType.php index ac59581..e1c44e7 100644 --- a/src/XML/wst_200512/AbstractRequestedReferenceType.php +++ b/src/XML/wst_200512/AbstractRequestedReferenceType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\XML\wsse\SecurityTokenReference; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; diff --git a/src/XML/wst_200512/AbstractRequestedSecurityTokenType.php b/src/XML/wst_200512/AbstractRequestedSecurityTokenType.php index 97c46a9..9e3f643 100644 --- a/src/XML/wst_200512/AbstractRequestedSecurityTokenType.php +++ b/src/XML/wst_200512/AbstractRequestedSecurityTokenType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractSignChallengeType.php b/src/XML/wst_200512/AbstractSignChallengeType.php index 9ff5a83..87a29f2 100644 --- a/src/XML/wst_200512/AbstractSignChallengeType.php +++ b/src/XML/wst_200512/AbstractSignChallengeType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wst_200512/AbstractStatusCodeOpenEnum.php b/src/XML/wst_200512/AbstractStatusCodeOpenEnum.php index 2369a10..1c8fad8 100644 --- a/src/XML/wst_200512/AbstractStatusCodeOpenEnum.php +++ b/src/XML/wst_200512/AbstractStatusCodeOpenEnum.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\StringElementTrait; diff --git a/src/XML/wst_200512/AbstractStatusType.php b/src/XML/wst_200512/AbstractStatusType.php index 35a0f08..c06f412 100644 --- a/src/XML/wst_200512/AbstractStatusType.php +++ b/src/XML/wst_200512/AbstractStatusType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractUseKeyType.php b/src/XML/wst_200512/AbstractUseKeyType.php index 2331ce9..b9f4d83 100644 --- a/src/XML/wst_200512/AbstractUseKeyType.php +++ b/src/XML/wst_200512/AbstractUseKeyType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AbstractValidateTargetType.php b/src/XML/wst_200512/AbstractValidateTargetType.php index 925b207..119cc7f 100644 --- a/src/XML/wst_200512/AbstractValidateTargetType.php +++ b/src/XML/wst_200512/AbstractValidateTargetType.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException; diff --git a/src/XML/wst_200512/AllowPostdating.php b/src/XML/wst_200512/AllowPostdating.php index 10fb161..3dae2d3 100644 --- a/src/XML/wst_200512/AllowPostdating.php +++ b/src/XML/wst_200512/AllowPostdating.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200512/KeySize.php b/src/XML/wst_200512/KeySize.php index 23b9c8e..d2b4a7a 100644 --- a/src/XML/wst_200512/KeySize.php +++ b/src/XML/wst_200512/KeySize.php @@ -4,7 +4,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\SchemaViolationException; use SimpleSAML\XML\IntegerElementTrait; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200512/RequestKET.php b/src/XML/wst_200512/RequestKET.php index ded5469..ae46c4c 100644 --- a/src/XML/wst_200512/RequestKET.php +++ b/src/XML/wst_200512/RequestKET.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wst_200512/RequestedTokenCancelled.php b/src/XML/wst_200512/RequestedTokenCancelled.php index 1c5dc29..a3b15d4 100644 --- a/src/XML/wst_200512/RequestedTokenCancelled.php +++ b/src/XML/wst_200512/RequestedTokenCancelled.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wst_200512; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\{SchemaValidatableElementInterface, SchemaValidatableElementTrait}; diff --git a/src/XML/wsu/AbstractAttributedDateTime.php b/src/XML/wsu/AbstractAttributedDateTime.php index fe344d3..0f3efc2 100644 --- a/src/XML/wsu/AbstractAttributedDateTime.php +++ b/src/XML/wsu/AbstractAttributedDateTime.php @@ -6,7 +6,7 @@ use DateTimeImmutable; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\WSSecurity\Constants as C; use SimpleSAML\WSSecurity\Exception\ProtocolViolationException; use SimpleSAML\XML\Attribute as XMLAttribute; diff --git a/src/XML/wsu/AbstractAttributedURI.php b/src/XML/wsu/AbstractAttributedURI.php index 212e6a1..de47428 100644 --- a/src/XML/wsu/AbstractAttributedURI.php +++ b/src/XML/wsu/AbstractAttributedURI.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsu; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Attribute as XMLAttribute; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wsu/AbstractTimestamp.php b/src/XML/wsu/AbstractTimestamp.php index e9277ae..37aeefb 100644 --- a/src/XML/wsu/AbstractTimestamp.php +++ b/src/XML/wsu/AbstractTimestamp.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsu; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Attribute as XMLAttribute; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wsx/GetMetadata.php b/src/XML/wsx/GetMetadata.php index 6bdb880..4b231a3 100644 --- a/src/XML/wsx/GetMetadata.php +++ b/src/XML/wsx/GetMetadata.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsx; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\TooManyElementsException; use SimpleSAML\XML\ExtendableAttributesTrait; diff --git a/src/XML/wsx/Metadata.php b/src/XML/wsx/Metadata.php index 1ba337a..298baed 100644 --- a/src/XML/wsx/Metadata.php +++ b/src/XML/wsx/Metadata.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsx; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\ExtendableAttributesTrait; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wsx/MetadataReference.php b/src/XML/wsx/MetadataReference.php index 9e592eb..36b345d 100644 --- a/src/XML/wsx/MetadataReference.php +++ b/src/XML/wsx/MetadataReference.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsx; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\ExtendableElementTrait; diff --git a/src/XML/wsx/MetadataSection.php b/src/XML/wsx/MetadataSection.php index 590e013..ad9e76c 100644 --- a/src/XML/wsx/MetadataSection.php +++ b/src/XML/wsx/MetadataSection.php @@ -5,7 +5,7 @@ namespace SimpleSAML\WSSecurity\XML\wsx; use DOMElement; -use SimpleSAML\Assert\Assert; +use SimpleSAML\WSSecurity\Assert\Assert; use SimpleSAML\XML\Exception\InvalidDOMElementException; use SimpleSAML\XML\Exception\MissingElementException; use SimpleSAML\XML\Exception\TooManyElementsException;