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.validation.IValidationError

Packages that use IValidationError
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.validation   
oracle.wsm.policy.validation.impl   
oracle.wsm.policy.validation.util   
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.internal   

 

Uses of IValidationError in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return types with arguments of type IValidationError
 List<IValidationError> IPolicySet.getCause()
          Each IValidatoinError object contains the appropriate error code and corresponding message about what went wrong in retrieving the policies.

 

Methods in oracle.wsm.policy.model with parameters of type IValidationError
 void IPolicySet.addCause(IValidationError error)
           

 

Method parameters in oracle.wsm.policy.model with type arguments of type IValidationError
 void IPolicySet.setCause(List<IValidationError> errorList)
          sets the error objects

 

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

 

Methods in oracle.wsm.policy.model.impl that return types with arguments of type IValidationError
 List<IValidationError> PolicySet.getCause()
           

 

Methods in oracle.wsm.policy.model.impl with parameters of type IValidationError
 void PolicySet.addCause(IValidationError error)
           

 

Method parameters in oracle.wsm.policy.model.impl with type arguments of type IValidationError
 void PolicySet.setCause(List<IValidationError> cause)
           

 

Uses of IValidationError in oracle.wsm.policy.validation

 

Methods in oracle.wsm.policy.validation that return types with arguments of type IValidationError
 List<IValidationError> IValidationContext.getValidationErrors()
          Return a map of validation errors reported to this context The map is a error-code to error message map

 

Methods in oracle.wsm.policy.validation with parameters of type IValidationError
 void IValidationContext.addError(IValidationError error)
          Add a new validation error message

 

Uses of IValidationError in oracle.wsm.policy.validation.impl

 

Classes in oracle.wsm.policy.validation.impl that implement IValidationError
 class ValidationError
           

 

Methods in oracle.wsm.policy.validation.impl that return types with arguments of type IValidationError
 List<IValidationError> ValidationContext.getValidationErrors()
           

 

Methods in oracle.wsm.policy.validation.impl with parameters of type IValidationError
 void ValidationContext.addError(IValidationError error)
           

 

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

 

Methods in oracle.wsm.policy.validation.util that return types with arguments of type IValidationError
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

 

Uses of IValidationError in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return types with arguments of type IValidationError
 List<IValidationError> IPolicySubjectAttachmentResult.getValidationErrors()
          Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.
 Map<IPolicy,List<IValidationError>> IQueryService.validatePolicies(List<IPolicy> policies)
          Performs Policy Validation on each policy and return the list of errors.
 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 IValidationError in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return types with arguments of type IValidationError
 Map<IPolicy,List<IValidationError>> QueryServiceDelegate.validatePolicies(List<IPolicy> policies)
          Performs Policy Validation on each policy and return the list of errors.
 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 IValidationError in oracle.wsm.policymanager.impl

 

Methods in oracle.wsm.policymanager.impl that return types with arguments of type IValidationError
 List<IValidationError> PolicySubjectAttachmentResultStr.getValidationErrors()
           
 List<IValidationError> PolicySubjectAttachmentResult.getValidationErrors()
           
 Map<IPolicy,List<IValidationError>> QueryService.validatePolicies(List<IPolicy> policies)
           
 Map<String,List<IValidationError>> QueryService.validatePoliciesString(List<String> policyStrs)
           
 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
 Map<String,List<IValidationError>> QueryService.validatePolicySubjectsString(Map<String,List<String>> polSubjectsToValidate)
           

 

Constructor parameters in oracle.wsm.policymanager.impl with type arguments of type IValidationError
PolicySubjectAttachmentResult(List<IPolicyAttachmentResult> attachmentResults, List<IValidationError> errors)
           
PolicySubjectAttachmentResultStr(List<IPolicyAttachmentResultStr> attachmentResults, List<IValidationError> errors)
           

 

Uses of IValidationError in oracle.wsm.policymanager.internal

 

Methods in oracle.wsm.policymanager.internal that return types with arguments of type IValidationError
 List<IValidationError> IPolicySubjectAttachmentResultStr.getValidationErrors()
          Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.
 Map<String,List<IValidationError>> IStringQueryService.validatePoliciesString(List<String> policyStrs)
           
 Map<String,List<IValidationError>> IStringQueryService.validatePolicySubjectsString(Map<String,List<String>> 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

 


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.