com.ca.jcs.cache
Class CachedLdapDN
java.lang.Object
com.ca.jcs.util.SimpleLdapName
com.ca.jcs.cache.CachedLdapDN
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<Object>, Name
public class CachedLdapDN
- extends SimpleLdapName
Marker class used so that DNs taken from the cache (which may occasionally be stale, can be distinguished
from those looked up directly from the native system.
- See Also:
- Serialized Form
| Methods inherited from class com.ca.jcs.util.SimpleLdapName |
add, add, add, add, addAll, addAll, clone, compareTo, endsWith, equals, get, getAll, getAllRdns, getPrefix, getRdn, getSuffix, hashCode, isEmpty, main, rdnFromEscapedString, remove, size, startsWith, toString |
CachedLdapDN
public CachedLdapDN()
CachedLdapDN
public CachedLdapDN(Name name)
throws InvalidNameException
- Throws:
InvalidNameException
CachedLdapDN
public CachedLdapDN(String upName)
throws InvalidNameException
- Throws:
InvalidNameException
Created 2011-07-14 13:27 EST