org.eclipse.higgins.saml2idp.server.util
Class SAMLUtil
java.lang.Object
org.eclipse.higgins.saml2idp.server.util.SAMLUtil
- public class SAMLUtil
- extends Object
|
Method Summary |
static org.eclipse.higgins.util.saml.SAML2AuthnRequest |
parseAuthnRequestFromGet(String samlString)
|
static org.eclipse.higgins.util.saml.SAML2AuthnRequest |
parseAuthnRequestFromPost(String samlString)
|
static void |
postResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.eclipse.higgins.util.saml.SAML2AuthnRequest samlAuthnRequest,
String name,
String relayState)
|
parseAuthnRequestFromGet
public static org.eclipse.higgins.util.saml.SAML2AuthnRequest parseAuthnRequestFromGet(String samlString)
throws DataFormatException,
IOException,
SAXException
- Throws:
DataFormatException
IOException
SAXException
parseAuthnRequestFromPost
public static org.eclipse.higgins.util.saml.SAML2AuthnRequest parseAuthnRequestFromPost(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,
org.eclipse.higgins.util.saml.SAML2AuthnRequest samlAuthnRequest,
String name,
String relayState)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException