Class SAML2Response
java.lang.Object
org.apache.syncope.common.lib.saml2.SAML2Message
org.apache.syncope.common.lib.saml2.SAML2Response
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
SAML2Response
public SAML2Response()
-
-
Method Details
-
getSpEntityID
-
setSpEntityID
-
getUrlContext
-
setUrlContext
-
getSamlResponse
-
setSamlResponse
-
getRelayState
-
setRelayState
-