Uses of Class
com.soffid.iam.api.PamAction
-
Packages that use PamAction Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb -
-
Uses of PamAction in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type PamAction Constructor Description PamAction(PamAction otherBean)
-
Uses of PamAction in com.soffid.iam.service
Methods in com.soffid.iam.service that return PamAction Modifier and Type Method Description PamAction
PamPolicyService. updateAction(PamAction action)
Operation updateActionMethods in com.soffid.iam.service that return types with arguments of type PamAction Modifier and Type Method Description List<PamAction>
PamPolicyService. findPolicyActions(PamPolicy policy)
Operation findPolicyActionsMethods in com.soffid.iam.service with parameters of type PamAction Modifier and Type Method Description PamAction
PamPolicyService. updateAction(PamAction action)
Operation updateAction -
Uses of PamAction in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return PamAction Modifier and Type Method Description PamAction
PamPolicyService. updateAction(PamAction action)
Methods in com.soffid.iam.service.ejb that return types with arguments of type PamAction Modifier and Type Method Description List<PamAction>
PamPolicyService. findPolicyActions(PamPolicy policy)
Methods in com.soffid.iam.service.ejb with parameters of type PamAction Modifier and Type Method Description PamAction
PamPolicyService. updateAction(PamAction action)
-