diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
commit | f25c7815af52a751cb815709ff33abee14e130a4 (patch) | |
tree | 3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /lib/SimpleSAML/XML | |
parent | 417c2175dc682a487d784cca08170989089552ee (diff) | |
download | simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2 |
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'lib/SimpleSAML/XML')
-rw-r--r-- | lib/SimpleSAML/XML/Errors.php | 2 | ||||
-rw-r--r-- | lib/SimpleSAML/XML/Parser.php | 2 | ||||
-rw-r--r-- | lib/SimpleSAML/XML/Shib13/AuthnRequest.php | 2 | ||||
-rw-r--r-- | lib/SimpleSAML/XML/Shib13/AuthnResponse.php | 2 | ||||
-rw-r--r-- | lib/SimpleSAML/XML/Signer.php | 2 | ||||
-rw-r--r-- | lib/SimpleSAML/XML/Validator.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/SimpleSAML/XML/Errors.php b/lib/SimpleSAML/XML/Errors.php index bc2a06c..0ef5529 100644 --- a/lib/SimpleSAML/XML/Errors.php +++ b/lib/SimpleSAML/XML/Errors.php @@ -7,7 +7,7 @@ * will hide that, and pretend that no errors were logged. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Errors { diff --git a/lib/SimpleSAML/XML/Parser.php b/lib/SimpleSAML/XML/Parser.php index d73472d..db1eb40 100644 --- a/lib/SimpleSAML/XML/Parser.php +++ b/lib/SimpleSAML/XML/Parser.php @@ -4,7 +4,7 @@ * This file will help doing XPath queries in SAML 2 XML documents. * * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Parser { diff --git a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php index 0424245..aaecb2e 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php @@ -5,7 +5,7 @@ * but an extension using query paramters no XML. * * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Shib13_AuthnRequest { diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php index dad0a6f..4a4346e 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php @@ -4,7 +4,7 @@ * A Shibboleth 1.3 authentication response. * * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Shib13_AuthnResponse { diff --git a/lib/SimpleSAML/XML/Signer.php b/lib/SimpleSAML/XML/Signer.php index d855358..39cc09b 100644 --- a/lib/SimpleSAML/XML/Signer.php +++ b/lib/SimpleSAML/XML/Signer.php @@ -6,7 +6,7 @@ * This is a helper class for signing XML documents. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Signer { diff --git a/lib/SimpleSAML/XML/Validator.php b/lib/SimpleSAML/XML/Validator.php index b9a9dfd..05261c2 100644 --- a/lib/SimpleSAML/XML/Validator.php +++ b/lib/SimpleSAML/XML/Validator.php @@ -4,7 +4,7 @@ * This class implements helper functions for XML validation. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Validator { |