Spring LDAP Framework

org.springframework.ldap.core
Class DummyDistinguishedNameConsumer

java.lang.Object
  extended by 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

Constructor Summary
DummyDistinguishedNameConsumer()
           
 
Method Summary
 DistinguishedName getDistinguishedName()
           
 void setDistinguishedName(DistinguishedName distinguishedName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyDistinguishedNameConsumer

public DummyDistinguishedNameConsumer()
Method Detail

getDistinguishedName

public DistinguishedName getDistinguishedName()

setDistinguishedName

public void setDistinguishedName(DistinguishedName distinguishedName)

Spring LDAP Framework

Copyright © 2006-2009 The Spring LDAP Framework. All Rights Reserved.