LdapNameParser Class Reference
Inherits
javax::naming::NameParser, and
org::apache::harmony::jndi::internal::parser::LdapParser.
List of all members.
Detailed Description
A Distinguised Name Parser according with the RFC2253 and RFC1779 for use with LdapName only.
|
Public Member Functions |
| | LdapNameParser (String s) |
| | Constructor.
|
| Name | parse (String arg0) throws NamingException |
| | For using with the NameParser interface.
|
| List | getList () throws InvalidNameException |
| | Returns the parsed list of Rdns.
|
Private Attributes |
| String | s = null |
Constructor & Destructor Documentation
Member Function Documentation
For using with the NameParser interface.
- Returns:
- an LdapName if possible
Implements NameParser.
Returns the parsed list of Rdns.
Implements LdapParser.
Member Data Documentation
String s = null [private] |