Package com.soffid.iam.am.api
Class SamlRequest
java.lang.Object
com.soffid.iam.am.api.SamlRequest
- All Implemented Interfaces:
Serializable
ValueObject SamlRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute methodGets value for attribute parametersgetUrl()Gets value for attribute urlvoidSets value for attribute methodvoidsetParameters(Map<String, String> parameters) Sets value for attribute parametersvoidSets value for attribute urltoString()Returns a string representation of the value object.
-
Constructor Details
-
SamlRequest
public SamlRequest() -
SamlRequest
-
SamlRequest
-
-
Method Details
-
getUrl
Gets value for attribute url -
setUrl
Sets value for attribute url -
getMethod
Gets value for attribute method -
setMethod
Sets value for attribute method -
getParameters
Gets value for attribute parameters -
setParameters
Sets value for attribute parameters -
toString
Returns a string representation of the value object.
-