com.ca.jcs.validator.eval
Class ValidationLazyAttributesProxy

java.lang.Object
  extended by com.ca.jcs.util.LazyLdapAttributesProxy
      extended by com.ca.jcs.validator.eval.ValidationLazyAttributesProxy
All Implemented Interfaces:
AttributesProxy

public class ValidationLazyAttributesProxy
extends LazyLdapAttributesProxy

Proxy that can be used to getAttribute the current values (or stubs for expensive attributes) for an object, but only when actually requested by a validator.


Constructor Summary
ValidationLazyAttributesProxy(MetaConnector conn, ObjectInfo objInfo)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.util.LazyLdapAttributesProxy
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationLazyAttributesProxy

public ValidationLazyAttributesProxy(MetaConnector conn,
                                     ObjectInfo objInfo)


Created 2011-07-14 13:27 EST