Package org.bremersee.ldaptive.converter
Class StringToDnConverter
java.lang.Object
org.bremersee.ldaptive.converter.StringToDnConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,org.ldaptive.dn.Dn>
public class StringToDnConverter
extends Object
implements org.springframework.core.convert.converter.Converter<String,org.ldaptive.dn.Dn>
The string to distinguished name converter.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new string to distinguished name 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
-
StringToDnConverter
public StringToDnConverter()Instantiates a new string to distinguished name converter.
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<String,org.ldaptive.dn.Dn>
-