public class SamlRedirectMessage extends SamlMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
QSP_SIG_ALG |
static String |
QSP_SIGNATURE |
QSP_RELAY_STATE, QSP_SAML_REQUEST, QSP_SAML_RESPONSE, relayState, samlMessage, samlRequestOrResponse| Constructor and Description |
|---|
SamlRedirectMessage() |
SamlRedirectMessage(SamlRequestOrResponse samlRequestOrResponse,
javax.servlet.ServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
createQueryString() |
void |
decode() |
void |
encode() |
String |
getSignature() |
String |
getSignatureAlgorithm() |
boolean |
isUrlEncoded() |
void |
setSignature(String signature) |
void |
setSignatureAlgorithm(String signatureAlgorithm) |
void |
setUrlEncoded(boolean urlEncoded) |
getRelayState, getRequestOrResponse, getSamlMessage, setRelayState, setRequestOrResponse, setSamlMessagepublic static final String QSP_SIGNATURE
public static final String QSP_SIG_ALG
public SamlRedirectMessage()
public SamlRedirectMessage(SamlRequestOrResponse samlRequestOrResponse, javax.servlet.ServletRequest request)
public String createQueryString()
public String getSignature()
public void setSignature(String signature)
public String getSignatureAlgorithm()
public void setSignatureAlgorithm(String signatureAlgorithm)
public boolean isUrlEncoded()
public void setUrlEncoded(boolean urlEncoded)
public void encode()
public void decode()
Copyright © 2013 Seam Framework. All Rights Reserved.