Package com.soffid.iam.pam.service.ejb
Interface PamPolicyService
public interface PamPolicyService
EJB PamPolicyService
-
Method Summary
Modifier and TypeMethodDescriptioncreatePolicy(PamPolicy policy) createRule(PamRule rule) voiddeletePolicy(PamPolicy policy) voiddeleteRule(PamRule rule) com.soffid.zkdb.api.PagedResult<PamPolicy>findPolicies(com.soffid.zkdb.api.Query q) findPolicyActions(PamPolicy policy) com.soffid.zkdb.api.PagedResult<PamRule>findRules(com.soffid.zkdb.api.Query q) updateAction(PamAction action) updatePolicy(PamPolicy policy) updateRule(PamRule rule)
-
Method Details
-
updateAction
- Throws:
InternalErrorException
-
createPolicy
- Throws:
InternalErrorException
-
updatePolicy
- Throws:
InternalErrorException
-
createRule
- Throws:
InternalErrorException
-
updateRule
- Throws:
InternalErrorException
-
findPolicies
com.soffid.zkdb.api.PagedResult<PamPolicy> findPolicies(com.soffid.zkdb.api.Query q) throws InternalErrorException - Throws:
InternalErrorException
-
findRules
com.soffid.zkdb.api.PagedResult<PamRule> findRules(com.soffid.zkdb.api.Query q) throws InternalErrorException - Throws:
InternalErrorException
-
findPolicyActions
- Throws:
InternalErrorException
-
deletePolicy
- Throws:
InternalErrorException
-
deleteRule
- Throws:
InternalErrorException
-