org.apache.cxf.rs.security.saml.sso.filter
Class SamlRequestInfo
java.lang.Object
org.apache.cxf.rs.security.saml.sso.filter.SamlRequestInfo
public class SamlRequestInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlRequestInfo
public SamlRequestInfo()
setEncodedSamlRequest
public void setEncodedSamlRequest(String encodedSaml)
getEncodedSamlRequest
public String getEncodedSamlRequest()
setRelayState
public void setRelayState(String relayState)
getRelayState
public String getRelayState()
setIdpServiceAddress
public void setIdpServiceAddress(String idpServiceAddress)
getIdpServiceAddress
public String getIdpServiceAddress()
Apache CXF