Skip to content

Commit 8951b6e

Browse files
committed
Merge branch '6.2.x' into 6.3.x
2 parents dca1eb0 + e1fdc61 commit 8951b6e

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
@@ -45,8 +45,8 @@ private RelyingPartyRegistrations() {
4545
* Return a {@link RelyingPartyRegistration.Builder} based off of the given SAML 2.0
4646
* Asserting Party (IDP) metadata location.
4747
*
48-
* Valid locations can be classpath- or file-based or they can be HTTP endpoints. Some
49-
* valid endpoints might include:
48+
* Valid locations can be classpath- or file-based or they can be HTTPS endpoints.
49+
* Some valid endpoints might include:
5050
*
5151
* <pre>
5252
* metadataLocation = "classpath:asserting-party-metadata.xml";
@@ -69,8 +69,8 @@ private RelyingPartyRegistrations() {
6969
* about the asserting party. Thus, you will need to remember to still populate
7070
* anything about the relying party, like any private keys the relying party will use
7171
* for signing AuthnRequests.
72-
* @param metadataLocation The classpath- or file-based locations or HTTP endpoints of
73-
* the asserting party metadata file
72+
* @param metadataLocation The classpath- or file-based locations or HTTPS endpoints
73+
* of the asserting party metadata file
7474
* @return the {@link RelyingPartyRegistration.Builder} for further configuration
7575
*/
7676
public static RelyingPartyRegistration.Builder fromMetadataLocation(String metadataLocation) {
@@ -130,8 +130,8 @@ public static RelyingPartyRegistration.Builder fromMetadata(InputStream source)
130130
* Return a {@link Collection} of {@link RelyingPartyRegistration.Builder}s based off
131131
* of the given SAML 2.0 Asserting Party (IDP) metadata location.
132132
*
133-
* Valid locations can be classpath- or file-based or they can be HTTP endpoints. Some
134-
* valid endpoints might include:
133+
* Valid locations can be classpath- or file-based or they can be HTTPS endpoints.
134+
* Some valid endpoints might include:
135135
*
136136
* <pre>
137137
* metadataLocation = "classpath:asserting-party-metadata.xml";
@@ -155,7 +155,7 @@ public static RelyingPartyRegistration.Builder fromMetadata(InputStream source)
155155
* about the asserting party. Thus, you will need to remember to still populate
156156
* anything about the relying party, like any private keys the relying party will use
157157
* for signing AuthnRequests.
158-
* @param location The classpath- or file-based locations or HTTP endpoints of the
158+
* @param location The classpath- or file-based locations or HTTPS endpoints of the
159159
* asserting party metadata file
160160
* @return the {@link Collection} of {@link RelyingPartyRegistration.Builder}s for
161161
* further configuration

0 commit comments

Comments
 (0)