Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Interface
oracle.wsm.policymanager.internal.IPolicySubjectAttachmentResultStr

Packages that use IPolicySubjectAttachmentResultStr
oracle.wsm.policymanager.ejb.impl   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.internal   
oracle.wsm.policymanager.util   

 

Uses of IPolicySubjectAttachmentResultStr in oracle.wsm.policymanager.ejb.impl

 

Methods in oracle.wsm.policymanager.ejb.impl that return IPolicySubjectAttachmentResultStr
 IPolicySubjectAttachmentResultStr UpdateService.addAttachmentEntriesAsString(String polSubjectStr, List<String> polRefsStr)
           
 IPolicySubjectAttachmentResultStr UpdateService.deleteAttachmentEntriesForPolSubjectString(String polSubjectStr, List<String> polRefsStr)
           
 IPolicySubjectAttachmentResultStr UpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs)
           
 IPolicySubjectAttachmentResultStr UpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs, boolean runPolSubjVal)
           

 

Uses of IPolicySubjectAttachmentResultStr in oracle.wsm.policymanager.impl

 

Classes in oracle.wsm.policymanager.impl that implement IPolicySubjectAttachmentResultStr
 class PolicySubjectAttachmentResultStr
           

 

Methods in oracle.wsm.policymanager.impl that return IPolicySubjectAttachmentResultStr
 IPolicySubjectAttachmentResultStr UpdateService.addAttachmentEntriesAsString(String polSubjectStr, List<String> polRefsStr)
           
 IPolicySubjectAttachmentResultStr UpdateService.deleteAttachmentEntriesForPolSubjectString(String polSubjectStr, List<String> polRefsStr)
           
 IPolicySubjectAttachmentResultStr UpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs)
           
 IPolicySubjectAttachmentResultStr UpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs, boolean runPolSubjVal)
           

 

Uses of IPolicySubjectAttachmentResultStr in oracle.wsm.policymanager.internal

 

Methods in oracle.wsm.policymanager.internal that return IPolicySubjectAttachmentResultStr
 IPolicySubjectAttachmentResultStr IStringUpdateService.addAttachmentEntriesAsString(String polSubjectStr, List<String> polRefsStr)
          Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
 IPolicySubjectAttachmentResultStr IStringUpdateService.deleteAttachmentEntriesForPolSubjectString(String polSubjectStr, List<String> polRefsStr)
          Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
 IPolicySubjectAttachmentResultStr IStringUpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResultStr IStringUpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs, boolean runPolSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation

 

Uses of IPolicySubjectAttachmentResultStr in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicySubjectAttachmentResultStr
static IPolicySubjectAttachmentResultStr PolicyMgrUtil.convertPolicySubjectAttachmentResultToStr(IPolicySubjectAttachmentResult result)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicySubjectAttachmentResultStr
static IPolicySubjectAttachmentResult PolicyMgrUtil.convertStrToPolicySubjectAttachmentResult(IPolicySubjectAttachmentResultStr resultStr)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


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