@@ -493,7 +493,7 @@ |
||
493 | 493 | * namespaces needed to parse the XML. |
494 | 494 | */ |
495 | 495 | $xml = '<root xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" '. |
496 | - 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' . |
|
496 | + 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' . |
|
497 | 497 | $decrypted . |
498 | 498 | '</root>'; |
499 | 499 |
@@ -53,8 +53,8 @@ |
||
53 | 53 | const CM_BEARER = 'urn:oasis:names:tc:SAML:2.0:cm:bearer'; |
54 | 54 | |
55 | 55 | /** |
56 | - * Holder-of-Key subject confirmation method. |
|
57 | - */ |
|
56 | + * Holder-of-Key subject confirmation method. |
|
57 | + */ |
|
58 | 58 | const CM_HOK = 'urn:oasis:names:tc:SAML:2.0:cm:holder-of-key'; |
59 | 59 | |
60 | 60 | /** |
@@ -62,11 +62,11 @@ |
||
62 | 62 | */ |
63 | 63 | private $encryptionKey; |
64 | 64 | |
65 | - /** |
|
66 | - * The earliest time this assertion is valid, as an UNIX timestamp. |
|
67 | - * |
|
68 | - * @var int |
|
69 | - */ |
|
65 | + /** |
|
66 | + * The earliest time this assertion is valid, as an UNIX timestamp. |
|
67 | + * |
|
68 | + * @var int |
|
69 | + */ |
|
70 | 70 | private $notBefore; |
71 | 71 | |
72 | 72 | /** |
@@ -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; |