Skip to content

Commit 161b0f3

Browse files
committed
Merge branch '6.3.x'
2 parents dcf5cc9 + 8951b6e commit 161b0f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistrations.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ private RelyingPartyRegistrations() {
4747
* Return a {@link RelyingPartyRegistration.Builder} based off of the given SAML 2.0
4848
* Asserting Party (IDP) metadata location.
4949
*
50-
* Valid locations can be classpath- or file-based or they can be HTTP endpoints. Some
51-
* valid endpoints might include:
50+
* Valid locations can be classpath- or file-based or they can be HTTPS endpoints.
51+
* Some valid endpoints might include:
5252
*
5353
* <pre>
5454
* metadataLocation = "classpath:asserting-party-metadata.xml";
@@ -71,8 +71,8 @@ private RelyingPartyRegistrations() {
7171
* about the asserting party. Thus, you will need to remember to still populate
7272
* anything about the relying party, like any private keys the relying party will use
7373
* for signing AuthnRequests.
74-
* @param metadataLocation The classpath- or file-based locations or HTTP endpoints of
75-
* the asserting party metadata file
74+
* @param metadataLocation The classpath- or file-based locations or HTTPS endpoints
75+
* of the asserting party metadata file
7676
* @return the {@link RelyingPartyRegistration.Builder} for further configuration
7777
*/
7878
public static RelyingPartyRegistration.Builder fromMetadataLocation(String metadataLocation) {
@@ -132,8 +132,8 @@ public static RelyingPartyRegistration.Builder fromMetadata(InputStream source)
132132
* Return a {@link Collection} of {@link RelyingPartyRegistration.Builder}s based off
133133
* of the given SAML 2.0 Asserting Party (IDP) metadata location.
134134
*
135-
* Valid locations can be classpath- or file-based or they can be HTTP endpoints. Some
136-
* valid endpoints might include:
135+
* Valid locations can be classpath- or file-based or they can be HTTPS endpoints.
136+
* Some valid endpoints might include:
137137
*
138138
* <pre>
139139
* metadataLocation = "classpath:asserting-party-metadata.xml";
@@ -157,7 +157,7 @@ public static RelyingPartyRegistration.Builder fromMetadata(InputStream source)
157157
* about the asserting party. Thus, you will need to remember to still populate
158158
* anything about the relying party, like any private keys the relying party will use
159159
* for signing AuthnRequests.
160-
* @param location The classpath- or file-based locations or HTTP endpoints of the
160+
* @param location The classpath- or file-based locations or HTTPS endpoints of the
161161
* asserting party metadata file
162162
* @return the {@link Collection} of {@link RelyingPartyRegistration.Builder}s for
163163
* further configuration

0 commit comments

Comments
 (0)