| Modifier and Type | Method and Description |
|---|---|
AuthnRequestType |
SAML2Request.createAuthnRequestType(String id,
String assertionConsumerURL,
String destination,
String issuerValue)
Create an authentication request
|
AuthnRequestType |
SAML2Request.getAuthnRequestType(InputStream is)
Get the AuthnRequestType from an input stream
|
AuthnRequestType |
SAML2Request.getAuthnRequestType(String fileName)
Get AuthnRequestType from a file
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLRequestWriter.write(AuthnRequestType request)
Write a
AuthnRequestType to stream |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SPFilter.sendRequestToIDP(AuthnRequestType authnRequest,
String relayState,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static AuthnRequestType |
RedirectBindingSignatureUtil.getRequestFromSignedURL(String signedURL)
From the SAML Request URL, get the Request object
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RedirectBindingSignatureUtil.getSAMLRequestURLWithSignature(AuthnRequestType authRequest,
String relayState,
PrivateKey signingKey)
Get the URL for the SAML request that contains the signature and signature algorithm
|
Copyright © 2014 JBoss Inc.. All Rights Reserved.