Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

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

LdapNameParser ( String  s  ) 

Constructor.

Parameters:
s the string to parse


Member Function Documentation

Name parse ( String  arg0  )  throws NamingException

For using with the NameParser interface.

Returns:
an LdapName if possible

Implements NameParser.

List getList (  )  throws InvalidNameException

Returns the parsed list of Rdns.

Implements LdapParser.


Member Data Documentation

String s = null [private]