|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policy.validation.util.PolicySubjectValidatorUtil
public class PolicySubjectValidatorUtil
Constructor Summary | |
---|---|
PolicySubjectValidatorUtil() |
Method Summary | |
---|---|
static void |
checkAttachTo(IPolicySubject policySubject, IPolicy pol, IValidationContext context) |
static void |
checkAttachTo(List<IPolicySubject> polSubjects, IPolicy pol, IValidationContext context) Checks to ensure the Policy can be attached to the Policy Subject. |
static void |
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> |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolicySubjectValidatorUtil()
Method Detail |
---|
public static void checkAttachTo(List<IPolicySubject> polSubjects, IPolicy pol, IValidationContext context)
polSubject
-pol
-polRef
-context
-public static void checkAttachTo(IPolicySubject policySubject, IPolicy pol, IValidationContext context)
public static List<IValidationError> validate(IPolicySubject polSubject, List<IPolicyReference> polRefs, List<IPolicy> policies)
polSubject
-polMap
-public static void checkCategory(IPolicySubject polSubject, IPolicy pol, IPolicyReference polRef, IValidationContext context)
polSubject
-pol
-polRef
-context
-
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |