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 String
getRelayState()
String
getSamlResponse()
String
getSpEntityID()
String
getUrlContext()
void
setRelayState(String relayState)
void
setSamlResponse(String samlResponse)
void
setSpEntityID(String spEntityID)
void
setUrlContext(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)
-
-