@@ -45,8 +45,8 @@ private RelyingPartyRegistrations() {
45
45
* Return a {@link RelyingPartyRegistration.Builder} based off of the given SAML 2.0
46
46
* Asserting Party (IDP) metadata location.
47
47
*
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:
50
50
*
51
51
* <pre>
52
52
* metadataLocation = "classpath:asserting-party-metadata.xml";
@@ -69,8 +69,8 @@ private RelyingPartyRegistrations() {
69
69
* about the asserting party. Thus, you will need to remember to still populate
70
70
* anything about the relying party, like any private keys the relying party will use
71
71
* 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
74
74
* @return the {@link RelyingPartyRegistration.Builder} for further configuration
75
75
*/
76
76
public static RelyingPartyRegistration .Builder fromMetadataLocation (String metadataLocation ) {
@@ -130,8 +130,8 @@ public static RelyingPartyRegistration.Builder fromMetadata(InputStream source)
130
130
* Return a {@link Collection} of {@link RelyingPartyRegistration.Builder}s based off
131
131
* of the given SAML 2.0 Asserting Party (IDP) metadata location.
132
132
*
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:
135
135
*
136
136
* <pre>
137
137
* metadataLocation = "classpath:asserting-party-metadata.xml";
@@ -155,7 +155,7 @@ public static RelyingPartyRegistration.Builder fromMetadata(InputStream source)
155
155
* about the asserting party. Thus, you will need to remember to still populate
156
156
* anything about the relying party, like any private keys the relying party will use
157
157
* 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
159
159
* asserting party metadata file
160
160
* @return the {@link Collection} of {@link RelyingPartyRegistration.Builder}s for
161
161
* further configuration
0 commit comments