Class ObjectValuePolicyEvaluator


  • public class ObjectValuePolicyEvaluator
    extends Object
    Evaluator that validates the value of any object property. The validation means a checks whether the value is a valid for that property. It usually applies to credentials such as passwords. But it can be used also for other properties. This class may also generate value fitting for that property. TODO: generalize to all object types, not just user In that case we may need to move this class to the model-impl User template will be probably needed for this
    Author:
    semancik