Package oracle.iam.oimcommon.api
Interface PolicyService
public interface PolicyService
Created by IntelliJ IDEA.
User: Jorge Solari
Date: 29-nov-2011
Time: 13:31:17
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeMap
(Long policyId, Long resourceTypeId) fetches a map of all attributes for a particular resource object in the context of given policy.getPolicyById
(Long policyId) loadPoliciesByRole
(Role role, CertificationCreationContext context) loadPolicy
(Long policyId, CertificationCreationContext context)
-
Method Details
-
getPolicyById
-
loadPoliciesByRole
-
loadPolicy
-
getAttributeMap
fetches a map of all attributes for a particular resource object in the context of given policy. Map key is attribute name.- Parameters:
policyId
- - oim policy keyresourceTypeId
- - resource object Id- Returns:
-