Spring LDAP

org.springframework.ldap.core
Class DefaultDnParserFactory

java.lang.Object
  extended by org.springframework.ldap.core.DefaultDnParserFactory

Deprecated. DistinguishedName and associated classes are deprecated as of 2.0.

public final class DefaultDnParserFactory
extends Object

A factory for creating DnParser instances. The actual implementation of DnParser is generated using javacc and should not be constructed directly.

Author:
Mattias Hellborg Arthursson

Method Summary
static DnParser createDnParser(String string)
          Deprecated. Create a new DnParser instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDnParser

public static DnParser createDnParser(String string)
Deprecated. 
Create a new DnParser instance.

Parameters:
string - the DN String to be parsed.
Returns:
a new DnParser instance for parsing the supplied DN string.

Spring LDAP