Skip navigation links
oracle.wsm.policy.model.impl
Class AssertionGuard
java.lang.Object
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
AssertionGuard
public AssertionGuard()
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.