@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Artifact is part of the SAML 2.0 IdP code, and it builds an artifact object. |
|
| 4 | - * I am using strings, because I find them easier to work with. |
|
| 5 | - * I want to use this, to be consistent with the other saml2_requests |
|
| 6 | - * |
|
| 7 | - * @author Danny Bollaert, UGent AS. <[email protected]> |
|
| 8 | - * @package SimpleSAMLphp |
|
| 9 | - */ |
|
| 3 | + * The Artifact is part of the SAML 2.0 IdP code, and it builds an artifact object. |
|
| 4 | + * I am using strings, because I find them easier to work with. |
|
| 5 | + * I want to use this, to be consistent with the other saml2_requests |
|
| 6 | + * |
|
| 7 | + * @author Danny Bollaert, UGent AS. <[email protected]> |
|
| 8 | + * @package SimpleSAMLphp |
|
| 9 | + */ |
|
| 10 | 10 | class SAML2_ArtifactResolve extends SAML2_Request |
| 11 | 11 | { |
| 12 | 12 | private $artifact; |