@@ -145,7 +145,7 @@ public static Map<String, Object> parseXML(Document xmlDocument, String entityId
145145 * Get IdP Metadata Info from XML Document
146146 *
147147 * @param xmlDocument
148- * XML document hat contains IdP metadata
148+ * XML document that contains IdP metadata
149149 * @param entityId
150150 * Entity Id of the desired IdP, if no entity Id is provided and the XML metadata contains more than one IDPSSODescriptor, the first is returned
151151 *
@@ -160,7 +160,7 @@ public static Map<String, Object> parseXML(Document xmlDocument, String entityId
160160 * Get IdP Metadata Info from XML Document
161161 *
162162 * @param xmlDocument
163- * XML document hat contains IdP metadata
163+ * XML document that contains IdP metadata
164164 *
165165 * @return Mapped values with metadata info in Saml2Settings format
166166 * @throws XPathException
@@ -172,8 +172,8 @@ public static Map<String, Object> parseXML(Document xmlDocument) throws XPathExc
172172 /**
173173 * Get IdP Metadata Info from XML file
174174 *
175- * @param xmlDocument
176- * XML document hat contains IdP metadata
175+ * @param xmlFileName
176+ * Filename of the XML filename that contains IdP metadata
177177 * @param entityId
178178 * Entity Id of the desired IdP, if no entity Id is provided and the XML metadata contains more than one IDPSSODescriptor, the first is returned
179179 * @param desiredNameIdFormat
@@ -205,8 +205,8 @@ public static Map<String, Object> parseFileXML(String xmlFileName, String entity
205205 /**
206206 * Get IdP Metadata Info from XML file
207207 *
208- * @param xmlDocument
209- * XML document hat contains IdP metadata
208+ * @param xmlFileName
209+ * Filename of the XML filename that contains IdP metadata
210210 * @param entityId
211211 * Entity Id of the desired IdP, if no entity Id is provided and the XML metadata contains more than one IDPSSODescriptor, the first is returned
212212 *
@@ -220,8 +220,8 @@ public static Map<String, Object> parseFileXML(String xmlFileName, String entity
220220 /**
221221 * Get IdP Metadata Info from XML file
222222 *
223- * @param xmlDocument
224- * XML document hat contains IdP metadata
223+ * @param xmlFileName
224+ * Filename of the XML filename that contains IdP metadata
225225 *
226226 * @return Mapped values with metadata info in Saml2Settings format
227227 * @throws Exception
@@ -233,8 +233,8 @@ public static Map<String, Object> parseFileXML(String xmlFileName) throws Except
233233 /**
234234 * Get IdP Metadata Info from XML file
235235 *
236- * @param xmlDocument
237- * XML document hat contains IdP metadata
236+ * @param xmlURL
237+ * URL to the XML document that contains IdP metadata
238238 * @param entityId
239239 * Entity Id of the desired IdP, if no entity Id is provided and the XML metadata contains more than one IDPSSODescriptor, the first is returned
240240 * @param desiredNameIdFormat
@@ -255,8 +255,8 @@ public static Map<String, Object> parseRemoteXML(URL xmlURL, String entityId, St
255255 /**
256256 * Get IdP Metadata Info from XML file
257257 *
258- * @param xmlDocument
259- * XML document hat contains IdP metadata
258+ * @param xmlURL
259+ * URL to the XML document that contains IdP metadata
260260 * @param entityId
261261 * Entity Id of the desired IdP, if no entity Id is provided and the XML metadata contains more than one IDPSSODescriptor, the first is returned
262262 *
@@ -270,8 +270,8 @@ public static Map<String, Object> parseRemoteXML(URL xmlURL, String entityId) th
270270 /**
271271 * Get IdP Metadata Info from XML file
272272 *
273- * @param xmlDocument
274- * XML document hat contains IdP metadata
273+ * @param xmlURL
274+ * URL to the XML document that contains IdP metadata
275275 *
276276 * @return Mapped values with metadata info in Saml2Settings format
277277 * @throws Exception
0 commit comments