Skip navigation links


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
 java.util.Map getAttributeMap(java.lang.Long policyId, java.lang.Long resourceTypeId)
          fetches a map of all attributes for a particular resource object in the context of given policy.
 Policy getPolicyById(java.lang.Long policyId)
           
 java.util.List loadPoliciesByRole(Role role, CertificationCreationContext context)
           
 java.util.List loadPolicy(java.lang.Long policyId, CertificationCreationContext context)
           

 

Method Detail

getPolicyById

Policy getPolicyById(java.lang.Long policyId)

loadPoliciesByRole

java.util.List loadPoliciesByRole(Role role,
                                  CertificationCreationContext context)

loadPolicy

java.util.List loadPolicy(java.lang.Long policyId,
                          CertificationCreationContext context)

getAttributeMap

java.util.Map getAttributeMap(java.lang.Long policyId,
                              java.lang.Long resourceTypeId)
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 key
resourceTypeId - - resource object Id
Returns:

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.