Class ValueToParameterEqualConstraint
- java.lang.Object
-
- net.anotheria.anosite.access.constraint.ParametrizedConstraint
-
- net.anotheria.anosite.access.constraint.ValueToParameterEqualConstraint
-
- All Implemented Interfaces:
Serializable,net.anotheria.access.impl.Constraint
public class ValueToParameterEqualConstraint extends ParametrizedConstraint
This constraint use two parameters configured in CMS, first parameter is name of security context attribute, second parameter is value with what first value should be checked.- Author:
- Alexandr Bolbat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueToParameterEqualConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMet()-
Methods inherited from class net.anotheria.anosite.access.constraint.ParametrizedConstraint
getParameter1, getParameter2, getParameter3, getParameter4, getParameter5, setParameter1, setParameter2, setParameter3, setParameter4, setParameter5, toString
-
-