Class SAML2Response
- java.lang.Object
-
- org.apache.syncope.common.lib.saml2.SAML2Message
-
- org.apache.syncope.common.lib.saml2.SAML2Response
-
- All Implemented Interfaces:
Serializable
public class SAML2Response extends SAML2Message
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAML2Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRelayState()StringgetSamlResponse()StringgetSpEntityID()StringgetUrlContext()voidsetRelayState(String relayState)voidsetSamlResponse(String samlResponse)voidsetSpEntityID(String spEntityID)voidsetUrlContext(String urlContext)-
Methods inherited from class org.apache.syncope.common.lib.saml2.SAML2Message
getIdpEntityID, setIdpEntityID
-
-
-
-
Method Detail
-
getSpEntityID
public String getSpEntityID()
-
setSpEntityID
public void setSpEntityID(String spEntityID)
-
getUrlContext
public String getUrlContext()
-
setUrlContext
public void setUrlContext(String urlContext)
-
getSamlResponse
public String getSamlResponse()
-
setSamlResponse
public void setSamlResponse(String samlResponse)
-
getRelayState
public String getRelayState()
-
setRelayState
public void setRelayState(String relayState)
-
-