Package com.soffid.iam.pam.api
Class PamAction
java.lang.Object
com.soffid.iam.pam.api.PamAction
- All Implemented Interfaces:
Serializable
ValueObject PamAction
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actionsGets value for attribute authorgetDate()Gets value for attribute dateGets value for attribute policyNameGets value for attribute ruleNamevoidsetActions(List<PamActionType> actions) Sets value for attribute actionsvoidSets value for attribute authorvoidSets value for attribute datevoidsetPolicyName(String policyName) Sets value for attribute policyNamevoidsetRuleName(String ruleName) Sets value for attribute ruleNametoString()Returns a string representation of the value object.
-
Constructor Details
-
PamAction
public PamAction() -
PamAction
-
PamAction
-
PamAction
-
-
Method Details
-
getPolicyName
Gets value for attribute policyName -
setPolicyName
Sets value for attribute policyName -
getRuleName
Gets value for attribute ruleName -
setRuleName
Sets value for attribute ruleName -
getActions
Gets value for attribute actions -
setActions
Sets value for attribute actions -
getAuthor
Gets value for attribute author -
setAuthor
Sets value for attribute author -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
toString
Returns a string representation of the value object.
-