summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Metadata/SAMLParser.php
diff options
context:
space:
mode:
authorJaime Pérez Crespo <jaime.perez@uninett.no>2014-01-27 09:28:12 +0000
committerJaime Pérez Crespo <jaime.perez@uninett.no>2014-01-27 09:28:12 +0000
commit74f1033f668dad15ecfed4829a5b52680a125f14 (patch)
tree937d124955c75fc6d3d895efa1adec96c351c176 /lib/SimpleSAML/Metadata/SAMLParser.php
parent57acd8378e263f6abd41a427f01fdcada0391a20 (diff)
downloadsimplesamlphp-74f1033f668dad15ecfed4829a5b52680a125f14.zip
simplesamlphp-74f1033f668dad15ecfed4829a5b52680a125f14.tar.gz
simplesamlphp-74f1033f668dad15ecfed4829a5b52680a125f14.tar.bz2
Language fixes.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3333 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/Metadata/SAMLParser.php')
-rw-r--r--lib/SimpleSAML/Metadata/SAMLParser.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php
index 493312a..e7a50d5 100644
--- a/lib/SimpleSAML/Metadata/SAMLParser.php
+++ b/lib/SimpleSAML/Metadata/SAMLParser.php
@@ -444,7 +444,7 @@ class SimpleSAML_Metadata_SAMLParser {
* This function returns the metadata for SAML 1.x SPs in the format simpleSAMLphp expects.
* This is an associative array with the following fields:
* - 'entityid': The entity id of the entity described in the metadata.
- * - 'AssertionConsumerService': String with the url of the assertion consumer service which supports
+ * - 'AssertionConsumerService': String with the URL of the assertion consumer service which supports
* the browser-post binding.
* - 'certData': X509Certificate for entity (if present).
*
@@ -508,8 +508,8 @@ class SimpleSAML_Metadata_SAMLParser {
* This is an associative array with the following fields:
* - 'entityid': The entity id of the entity described in the metadata.
* - 'name': Autogenerated name for this entity. Currently set to the entity id.
- * - 'SingleSignOnService': String with the url of the SSO service which supports the redirect binding.
- * - 'SingleLogoutService': String with the url where we should send logout requests/responses.
+ * - 'SingleSignOnService': String with the URL of the SSO service which supports the redirect binding.
+ * - 'SingleLogoutService': String with the URL where we should send logout requests/responses.
* - 'certData': X509Certificate for entity (if present).
* - 'certFingerprint': Fingerprint of the X509Certificate from the metadata.
*
@@ -558,9 +558,9 @@ class SimpleSAML_Metadata_SAMLParser {
* This function returns the metadata for SAML 2.0 SPs in the format simpleSAMLphp expects.
* This is an associative array with the following fields:
* - 'entityid': The entity id of the entity described in the metadata.
- * - 'AssertionConsumerService': String with the url of the assertion consumer service which supports
+ * - 'AssertionConsumerService': String with the URL of the assertion consumer service which supports
* the browser-post binding.
- * - 'SingleLogoutService': String with the url where we should send logout requests/responses.
+ * - 'SingleLogoutService': String with the URL where we should send logout requests/responses.
* - 'NameIDFormat': The name ID format this SP expects. This may be unset.
* - 'certData': X509Certificate for entity (if present).
*
@@ -645,8 +645,8 @@ class SimpleSAML_Metadata_SAMLParser {
* This is an associative array with the following fields:
* - 'entityid': The entity id of the entity described in the metadata.
* - 'name': Autogenerated name for this entity. Currently set to the entity id.
- * - 'SingleSignOnService': String with the url of the SSO service which supports the redirect binding.
- * - 'SingleLogoutService': String with the url where we should send logout requests(/responses).
+ * - 'SingleSignOnService': String with the URL of the SSO service which supports the redirect binding.
+ * - 'SingleLogoutService': String with the URL where we should send logout requests(/responses).
* - 'SingleLogoutServiceResponse': String where we should send logout responses (if this is different from
* the 'SingleLogoutService' endpoint.
* - 'certData': X509Certificate for entity (if present).