org.eclipse.higgins.saml2idp.test.util
Class SAMLUtil

java.lang.Object
  extended byorg.eclipse.higgins.saml2idp.test.util.SAMLUtil

public class SAMLUtil
extends Object


Method Summary
static org.eclipse.higgins.saml2idp.saml2.SAMLResponse parseResponse(String samlString)
           
static void redirectAuthnRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String relayState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseResponse

public static org.eclipse.higgins.saml2idp.saml2.SAMLResponse parseResponse(String samlString)
                                                                     throws SAXException,
                                                                            IOException
Throws:
SAXException
IOException

redirectAuthnRequest

public static void redirectAuthnRequest(javax.servlet.http.HttpServletRequest request,
                                        javax.servlet.http.HttpServletResponse response,
                                        String relayState)
                                 throws javax.servlet.ServletException,
                                        IOException
Throws:
javax.servlet.ServletException
IOException