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

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

public class SAMLUtil
extends Object


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

Method Detail

parseAuthnRequest

public static org.eclipse.higgins.saml2idp.saml2.SAMLAuthnRequest parseAuthnRequest(String samlString)
                                                                             throws DataFormatException,
                                                                                    IOException,
                                                                                    SAXException
Throws:
DataFormatException
IOException
SAXException

postResponse

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