Skip navigation links
oracle.wsm.policy.model
Interface IAssertionGuard
- All Superinterfaces:
- Cloneable, Serializable
- All Known Implementing Classes:
- AssertionGuard
-
public interface IAssertionGuard
- extends Serializable, Cloneable
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.