com.ca.jcs.cache
Class CachedObjectInfo
java.lang.Object
com.ca.jcs.cache.CachedObjectInfo
public class CachedObjectInfo
- extends Object
Information that is cached for each LDAP DN, where configured (usually for objects containing one or more
ambiguous naming attributes in their DNs).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedObjectInfo
public CachedObjectInfo()
getConnectorDn
public CachedLdapDN getConnectorDn()
setConnectorDn
public void setConnectorDn(CachedLdapDN connectorDn)
getObjectclass
public Attribute getObjectclass()
setObjectclass
public void setObjectclass(Attribute objectclass)
isContainer
public boolean isContainer()
setContainer
public void setContainer(boolean container)
Created 2011-07-14 13:27 EST