public class AuthXMLRequestParser extends Object
AuthXMLRequestParser
parses the XML data received from the
client.Constructor and Description |
---|
AuthXMLRequestParser(String xmlString,
javax.servlet.http.HttpServletRequest req)
Create
AuthXMLRequestParser object |
Modifier and Type | Method and Description |
---|---|
AuthXMLRequest |
parseXML()
Parses the authentication request xml document.
|
public AuthXMLRequestParser(String xmlString, javax.servlet.http.HttpServletRequest req)
AuthXMLRequestParser
objectxmlString
- reprsents requestreq
- HttpServletRequest
contains the request.public AuthXMLRequest parseXML() throws AuthException
AuthException
- if it fails to parse the xml.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.