Uses of Class
com.soffid.iam.api.IssuePolicyAction
-
Packages that use IssuePolicyAction Package Description com.soffid.iam.api -
-
Uses of IssuePolicyAction in com.soffid.iam.api
Methods in com.soffid.iam.api that return types with arguments of type IssuePolicyAction Modifier and Type Method Description List<IssuePolicyAction>
IssuePolicy. getActions()
Gets value for attribute actionsMethod parameters in com.soffid.iam.api with type arguments of type IssuePolicyAction Modifier and Type Method Description void
IssuePolicy. setActions(List<IssuePolicyAction> actions)
Sets value for attribute actionsConstructors in com.soffid.iam.api with parameters of type IssuePolicyAction Constructor Description IssuePolicyAction(IssuePolicyAction otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type IssuePolicyAction Constructor Description IssuePolicy(Long id, String type, String description, String actor, IssuePolicyStatus status, List<IssuePolicyAction> actions)
-