Skip navigation links

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

E10689-01


oracle.wsm.policy.model.impl
Class AssertionGuard

java.lang.Object
  extended by oracle.wsm.policy.model.impl.AssertionGuard

All Implemented Interfaces:
Serializable, Cloneable, IAssertionGuard

public class AssertionGuard
extends Object
implements IAssertionGuard
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/policy/model/impl/AssertionGuard.java /st_owsm/3 2009/02/11 01:30:57 atugupta Exp $
Author:
atugupta
See Also:
Serialized Form

Constructor Summary
AssertionGuard()
           

 

Method Summary
 boolean equals(Object obj)
           
 String getActionMatch()
           
 String getConstraintMatch()
           
 String getResourceMatch()
           
 int hashCode()
          Returns an integer value which is uniquely identifies an object of this class.
 void removeActionMatch(String actionMatch)
           
 void removeConstraintMatch(String constraintMatch)
           
 void removeResourceMatch(String resourceMatch)
           
 void setActionMatch(String actionMatch)
           
 void setConstraintMatch(String constraintMatch)
           
 void setResourceMatch(String resourceMatch)
           
 String toString()
           
 void validate(IValidationContext context)
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AssertionGuard

public AssertionGuard()

Method Detail

getActionMatch

public String getActionMatch()
Specified by:
getActionMatch in interface IAssertionGuard

getResourceMatch

public String getResourceMatch()
Specified by:
getResourceMatch in interface IAssertionGuard

removeActionMatch

public void removeActionMatch(String actionMatch)
Specified by:
removeActionMatch in interface IAssertionGuard

removeResourceMatch

public void removeResourceMatch(String resourceMatch)
Specified by:
removeResourceMatch in interface IAssertionGuard

setActionMatch

public void setActionMatch(String actionMatch)
Specified by:
setActionMatch in interface IAssertionGuard

setResourceMatch

public void setResourceMatch(String resourceMatch)
Specified by:
setResourceMatch in interface IAssertionGuard

validate

public void validate(IValidationContext context)
Specified by:
validate in interface IAssertionGuard

getConstraintMatch

public String getConstraintMatch()
Specified by:
getConstraintMatch in interface IAssertionGuard

removeConstraintMatch

public void removeConstraintMatch(String constraintMatch)
Specified by:
removeConstraintMatch in interface IAssertionGuard

setConstraintMatch

public void setConstraintMatch(String constraintMatch)
Specified by:
setConstraintMatch in interface IAssertionGuard

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Returns an integer value which is uniquely identifies an object of this class.
Overrides:
hashCode in class Object

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.