public class SamlRequestInfo extends Object
Constructor and Description |
---|
SamlRequestInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getIdpServiceAddress() |
String |
getRelayState() |
String |
getSamlRequest() |
String |
getWebAppContext() |
String |
getWebAppDomain() |
void |
setIdpServiceAddress(String idpServiceAddress) |
void |
setRelayState(String relayState) |
void |
setSamlRequest(String encodedSaml) |
void |
setWebAppContext(String webAppContext) |
void |
setWebAppDomain(String webAppDomain) |
public void setSamlRequest(String encodedSaml)
public String getSamlRequest()
public void setRelayState(String relayState)
public String getRelayState()
public void setIdpServiceAddress(String idpServiceAddress)
public String getIdpServiceAddress()
public void setWebAppContext(String webAppContext)
public String getWebAppContext()
public String getWebAppDomain()
public void setWebAppDomain(String webAppDomain)
Apache CXF