Package com.soffid.iam.api
Class SamlRequest
- java.lang.Object
-
- com.soffid.iam.api.SamlRequest
-
- All Implemented Interfaces:
Serializable
public class SamlRequest extends Object implements Serializable
ValueObject SamlRequest- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SamlRequest()
SamlRequest(SamlRequest otherBean)
SamlRequest(String url, String method, Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMethod()
Gets value for attribute methodMap<String,String>
getParameters()
Gets value for attribute parametersString
getUrl()
Gets value for attribute urlvoid
setMethod(String method)
Sets value for attribute methodvoid
setParameters(Map<String,String> parameters)
Sets value for attribute parametersvoid
setUrl(String url)
Sets value for attribute urlString
toString()
Returns a string representation of the value object.
-
-
-
Method Detail
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getMethod
public String getMethod()
Gets value for attribute method
-
setMethod
public void setMethod(String method)
Sets value for attribute method
-
setParameters
public void setParameters(Map<String,String> parameters)
Sets value for attribute parameters
-
-