org.springframework.ldap.core
Class DummyDistinguishedNameConsumer
java.lang.Object
org.springframework.ldap.core.DummyDistinguishedNameConsumer
public class DummyDistinguishedNameConsumer
- extends Object
Dummy implementation of a class that has a DistinguishedName
setter,
used for testing purposes.
- Author:
- Mattias Hellborg Arthursson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyDistinguishedNameConsumer
public DummyDistinguishedNameConsumer()
getDistinguishedName
public DistinguishedName getDistinguishedName()
setDistinguishedName
public void setDistinguishedName(DistinguishedName distinguishedName)
Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.