Skip navigation links

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

E10689-01


oracle.wsm.policy.model
Interface IAssertionGuard

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
AssertionGuard

public interface IAssertionGuard
extends Serializable, Cloneable

Method Summary
 String getActionMatch()
           
 String getConstraintMatch()
           
 String getResourceMatch()
           
 void removeActionMatch(String actionMatch)
           
 void removeConstraintMatch(String constraintMatch)
           
 void removeResourceMatch(String resourceMatch)
           
 void setActionMatch(String actionMatch)
           
 void setConstraintMatch(String constraintMatch)
           
 void setResourceMatch(String resourceMatch)
           
 void validate(IValidationContext context)
           

 

Method Detail

getResourceMatch

String getResourceMatch()

getConstraintMatch

String getConstraintMatch()

getActionMatch

String getActionMatch()

setResourceMatch

void setResourceMatch(String resourceMatch)

setActionMatch

void setActionMatch(String actionMatch)

setConstraintMatch

void setConstraintMatch(String constraintMatch)

removeResourceMatch

void removeResourceMatch(String resourceMatch)

removeActionMatch

void removeActionMatch(String actionMatch)

removeConstraintMatch

void removeConstraintMatch(String constraintMatch)

validate

void validate(IValidationContext context)

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.