org.springframework.ldap.core
Class DefaultDnParserFactory
java.lang.Object
org.springframework.ldap.core.DefaultDnParserFactory
public 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDnParserFactory
public DefaultDnParserFactory()
createDnParser
public static DnParser createDnParser(String string)
- Create a new DnParser instance.
- Parameters:
string
- the DN String to be parsed.
- Returns:
- a new DnParser instance for parsing the supplied DN string.
Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.