Package ca.cdr.api.consent
Class ConsentFixedPolicyRequest
java.lang.Object
ca.cdr.api.consent.ConsentFixedPolicyRequest
A consent fixed policy request containing:
- The policy name which should be mapped to a new instance of an
IConsentService
- The
UserSessionDetailsJson
of the user making the request. - A list of parameters that can be used to specify additional information used to build the
IConsentService
.
-
Constructor Summary
ConstructorsConstructorDescriptionConsentFixedPolicyRequest
(String thePolicyName, UserSessionDetailsJson theUserSessionDetails) -
Method Summary
-
Constructor Details
-
ConsentFixedPolicyRequest
public ConsentFixedPolicyRequest(String thePolicyName, UserSessionDetailsJson theUserSessionDetails)
-
-
Method Details
-
getPolicyName
-
getUserSessionDetailsJson
-
addParameters
-
getParameters
-