Class SAML2Request
- java.lang.Object
-
- org.apache.syncope.common.lib.saml2.SAML2Message
-
- org.apache.syncope.common.lib.saml2.SAML2Request
-
- All Implemented Interfaces:
Serializable
public class SAML2Request extends SAML2Message
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAML2Request()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML2BindingType
getBindingType()
String
getContent()
void
setBindingType(SAML2BindingType bindingType)
void
setContent(String content)
-
Methods inherited from class org.apache.syncope.common.lib.saml2.SAML2Message
getIdpEntityID, setIdpEntityID
-
-
-
-
Method Detail
-
getBindingType
public SAML2BindingType getBindingType()
-
setBindingType
public void setBindingType(SAML2BindingType bindingType)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
-