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.policy.model.IPolicySubject

Packages that use IPolicySubject
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.parser   
oracle.wsm.policy.parser.impl   
oracle.wsm.policy.util   
oracle.wsm.policy.validation.util   
oracle.wsm.policyaccess   
oracle.wsm.policyaccess.impl   
oracle.wsm.policyaccess.impl.file   
oracle.wsm.policyimport.compatibility   
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.ejb.impl   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.internal   
oracle.wsm.policymanager.util   
oracle.wsm.policytools   

 

Uses of IPolicySubject in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return types with arguments of type IPolicySubject
 List<IPolicySubject> IPolicyAttachment.getPolicySubjectsObj()
          Return all the Policy Subjects to which the Policies are attached.

 

Methods in oracle.wsm.policy.model with parameters of type IPolicySubject
 void IPolicyAttachment.addPolicySubjectObj(IPolicySubject domainExpression)
           
 boolean IPolicyAttachment.removePolicySubjectObj(IPolicySubject domainExpression)
           

 

Method parameters in oracle.wsm.policy.model with type arguments of type IPolicySubject
 void IPolicyAttachment.setPolicySubjectsObj(List<IPolicySubject> domainExpressions)
          Set the Policy Subjects to which the Policy or Policy References are attached.

 

Uses of IPolicySubject in oracle.wsm.policy.model.impl

 

Classes in oracle.wsm.policy.model.impl that implement IPolicySubject
 class PolicySubject
           

 

Methods in oracle.wsm.policy.model.impl that return types with arguments of type IPolicySubject
 List<IPolicySubject> PolicyAttachment.getPolicySubjectsObj()
           

 

Methods in oracle.wsm.policy.model.impl with parameters of type IPolicySubject
 void PolicyAttachment.addPolicySubjectObj(IPolicySubject expr)
           
 boolean PolicyAttachment.removePolicySubjectObj(IPolicySubject expr)
           

 

Method parameters in oracle.wsm.policy.model.impl with type arguments of type IPolicySubject
 void PolicyAttachment.setPolicySubjectsObj(List<IPolicySubject> domainExpressions)
           

 

Uses of IPolicySubject in oracle.wsm.policy.parser

 

Methods in oracle.wsm.policy.parser that return IPolicySubject
 IPolicySubject IPolicyReader.parsePolicySubject(InputStream inputStream)
           
 IPolicySubject IPolicyReader.parsePolicySubject(Reader reader)
           

 

Methods in oracle.wsm.policy.parser with parameters of type IPolicySubject
 void IPolicyWriter.writePolicySubject(IPolicySubject policy, OutputStream out)
           
 void IPolicyWriter.writePolicySubject(IPolicySubject policySubject, Writer writer)
           

 

Uses of IPolicySubject in oracle.wsm.policy.parser.impl

 

Methods in oracle.wsm.policy.parser.impl that return IPolicySubject
 IPolicySubject PolicyAttachmentSerializerDeSerializer.parsePolicySubject(Element element, ParseContext ctx)
           

 

Methods in oracle.wsm.policy.parser.impl that return types with arguments of type IPolicySubject
 List<IPolicySubject> PolicyAttachmentSerializerDeSerializer.parsePolicySubjects(Element element, ParseContext ctx)
           

 

Uses of IPolicySubject in oracle.wsm.policy.util

 

Methods in oracle.wsm.policy.util that return IPolicySubject
static IPolicySubject PolicyUtil.convertStrToPolicySubject(String polSubj)
           
 IPolicySubject PolicyParser.parsePolicySubject(Element element)
           
 IPolicySubject PolicyParser.parsePolicySubject(InputStream inputStream)
           
 IPolicySubject PolicyParser.parsePolicySubject(Reader reader)
           

 

Methods in oracle.wsm.policy.util that return types with arguments of type IPolicySubject
static List<IPolicySubject> PolicyUtil.convertStrsToPolicySubjects(List<String> polSubjsStr)
           

 

Methods in oracle.wsm.policy.util with parameters of type IPolicySubject
static String PolicyUtil.convertPolicySubjectToStr(IPolicySubject polSubj)
           
static IPolicySet SCAPolicyUtil.getPolicySet(IPolicySubject polSubject, List<IPolicy> policies)
          Given a Policy Subject and the set of Policies attached to the Policy Subject, builds a PolicySet object.
 void PolicyWriter.writePolicySubject(IPolicySubject policySubj, OutputStream out)
           
 void PolicyWriter.writePolicySubject(IPolicySubject policySubj, Writer writer)
           

 

Method parameters in oracle.wsm.policy.util with type arguments of type IPolicySubject
static List<String> PolicyUtil.convertPolicySubjectsToStrs(List<IPolicySubject> polSubjects)
           

 

Uses of IPolicySubject in oracle.wsm.policy.validation.util

 

Methods in oracle.wsm.policy.validation.util with parameters of type IPolicySubject
static void PolicySubjectValidatorUtil.checkAttachTo(IPolicySubject policySubject, IPolicy pol, IValidationContext context)
           
static void PolicySubjectValidatorUtil.checkCategory(IPolicySubject polSubject, IPolicy pol, IPolicyReference polRef, IValidationContext context)
          Checks to ensure the category on Policy Reference if defined matches with the category on Policy
static List<IValidationError> PolicySubjectValidatorUtil.validate(IPolicySubject polSubject, List<IPolicyReference> polRefs, List<IPolicy> policies)
          Given a Policy Subject polSubject and Policies attached to the Policy Subject, performs the Policy Subject Validation and returns the Validation Errors

 

Method parameters in oracle.wsm.policy.validation.util with type arguments of type IPolicySubject
static void PolicySubjectValidatorUtil.checkAttachTo(List<IPolicySubject> polSubjects, IPolicy pol, IValidationContext context)
          Checks to ensure the Policy can be attached to the Policy Subject.

 

Uses of IPolicySubject in oracle.wsm.policyaccess

 

Methods in oracle.wsm.policyaccess that return IPolicySubject
 IPolicySubject IPolicyAccessSubject.getPolicySubject()
          Returns the PolicySubject that captures the topology path representation of the element.

 

Methods in oracle.wsm.policyaccess with parameters of type IPolicySubject
 void IPolicyAccessSubject.setPolicySubject(IPolicySubject polSubject)
          Used to passing the topology path representation of the element NOTE: policySubject.getResourcePattern() should return resource patterns of the form: "/{ias}/{oc4j}/{app}/WEBs|EJBs/{module}/WEBSERVICEs/{service}/PORTs/{port}"

 

Uses of IPolicySubject in oracle.wsm.policyaccess.impl

 

Methods in oracle.wsm.policyaccess.impl that return IPolicySubject
 IPolicySubject PolicyAccessSubject.getPolicySubject()
          Returns the PolicySubject that captures the topology path representation of the element.

 

Methods in oracle.wsm.policyaccess.impl with parameters of type IPolicySubject
 void PolicyAccessSubject.setPolicySubject(IPolicySubject polSubj)
          Used to passing the topology path representation of the element NOTE: policySubject.getResourcePattern() should return resource patterns of the form: "/{ias}/{oc4j}/{app}/WEBs|EJBs/{module}/WEBSERVICEs/{service}/PORTs/{port}"

 

Method parameters in oracle.wsm.policyaccess.impl with type arguments of type IPolicySubject
 IPolicySet PMPolicyResolverBase.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          Gives the policies for the policyreferences.
 IPolicySet IPolicyResolver.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          Gives the policies for the policyreferences.
 void PMPolicyResolverBase.removeAttachmentEntries(List<IPolicySubject> policySubject)
           
 void IPolicyResolver.removeAttachmentEntries(List<IPolicySubject> policySubject)
           

 

Constructors in oracle.wsm.policyaccess.impl with parameters of type IPolicySubject
PolicyAccessSubject(Element element, IPolicySubject polSubject)
           
PolicyAccessSubject(Element element, IPolicySubject polSubject, IPolicySet polSet)
           

 

Uses of IPolicySubject in oracle.wsm.policyaccess.impl.file

 

Method parameters in oracle.wsm.policyaccess.impl.file with type arguments of type IPolicySubject
 IPolicySet FilePolicyResolver.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean includeConfigs, boolean synchronizeAttachmentEntries)
          Gives the policies for the policyreferences.
 void FilePolicyResolver.removeAttachmentEntries(List<IPolicySubject> policySubject)
           

 

Uses of IPolicySubject in oracle.wsm.policyimport.compatibility

 

Methods in oracle.wsm.policyimport.compatibility with parameters of type IPolicySubject
 void PolicyCompatibilityChecker.checkCompatibility(javax.wsdl.Definition def, IPolicySubject polSubj, List<IPolicy> policies, Map<String,String> configuration, IPolicyCompatibilityResultInternal result)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.

 

Uses of IPolicySubject in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return types with arguments of type IPolicySubject
 Map<IPolicySubject,List<IValidationError>> IQueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Methods in oracle.wsm.policymanager with parameters of type IPolicySubject
 IPolicySubjectAttachmentResult IUpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          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.
 IPolicyCompatibilityResult IPolicyService.checkCompatibility(String wsdlDefintion, IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
 IPolicySubjectAttachmentResult IUpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          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>.
 IPolicySubjectAttachmentResult IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResult IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation

 

Method parameters in oracle.wsm.policymanager with type arguments of type IPolicySubject
 void IPolicyAccessService.deleteAttachmentEntries(List<IPolicySubject> policySubject)
          Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
 IPolicySet IPolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
           
 Map<IPolicySubject,List<IValidationError>> IQueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Uses of IPolicySubject in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return types with arguments of type IPolicySubject
 Map<IPolicySubject,List<IValidationError>> QueryServiceDelegate.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Methods in oracle.wsm.policymanager.client with parameters of type IPolicySubject
 IPolicySubjectAttachmentResult UpdateServiceDelegate.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          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.
 IPolicyCompatibilityResult PolicyServiceDelegate.checkCompatibility(String wsdlDefintion, IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
 IPolicySubjectAttachmentResult UpdateServiceDelegate.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          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>.
 IPolicySubjectAttachmentResult UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResult UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation

 

Method parameters in oracle.wsm.policymanager.client with type arguments of type IPolicySubject
 void PolicyAccessServiceDelegate.deleteAttachmentEntries(List<IPolicySubject> resourcePattern)
           
 IPolicySet PolicyAccessServiceDelegate.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
          
 Map<IPolicySubject,List<IValidationError>> QueryServiceDelegate.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

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

 

Methods in oracle.wsm.policymanager.ejb.impl with parameters of type IPolicySubject
 IPolicySubjectAttachmentResult UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
           

 

Uses of IPolicySubject in oracle.wsm.policymanager.impl

 

Methods in oracle.wsm.policymanager.impl that return types with arguments of type IPolicySubject
 Map<IPolicySubject,List<IValidationError>> QueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Methods in oracle.wsm.policymanager.impl with parameters of type IPolicySubject
 IPolicySubjectAttachmentResult UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicyCompatibilityResult PolicyService.checkCompatibility(String wsdlDefinition, IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
 IPolicySubjectAttachmentResult UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
           

 

Method parameters in oracle.wsm.policymanager.impl with type arguments of type IPolicySubject
 void PolicyAccessService.deleteAttachmentEntries(List<IPolicySubject> policySubject)
           
 IPolicySet PolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs)
           
protected  void UpdateService.removeAttachmentEntries(String attachmentName, List<IPolicySubject> resourcePatterns)
           
 Map<IPolicySubject,List<IValidationError>> QueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate)
          Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject

 

Uses of IPolicySubject in oracle.wsm.policymanager.internal

 

Method parameters in oracle.wsm.policymanager.internal with type arguments of type IPolicySubject
 void IStringPolicyAccessService.deleteAttachmentEntries(List<IPolicySubject> policySubject)
          Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.

 

Uses of IPolicySubject in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicySubject
static IPolicySubject PolicyMgrUtil.convertStrToPolicySubject(String policySubj)
           

 

Methods in oracle.wsm.policymanager.util that return types with arguments of type IPolicySubject
static List<IPolicySubject> PolicyMgrUtil.convertStrsToPolicySubjs(List<String> policySubjStrs)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicySubject
static String PolicyMgrUtil.convertPolicySubjectToStr(IPolicySubject policySubj)
           

 

Method parameters in oracle.wsm.policymanager.util with type arguments of type IPolicySubject
static List<String> PolicyMgrUtil.convertPolicySubjectsToStrs(List<IPolicySubject> policySubjStrs)
           

 

Uses of IPolicySubject in oracle.wsm.policytools

 

Methods in oracle.wsm.policytools that return IPolicySubject
protected  IPolicySubject PolicyTool.getPolicySubject(Element element)
           

 


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.