Package org.bremersee.ldaptive.converter
Class DnToStringConverter
java.lang.Object
org.bremersee.ldaptive.converter.DnToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.ldaptive.dn.Dn,String>
public class DnToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.ldaptive.dn.Dn,String>
The distinguished name to string converter.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new distinguished name to string converter. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
DnToStringConverter
public DnToStringConverter()Instantiates a new distinguished name to string converter.
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<org.ldaptive.dn.Dn,String>
-