Nitido Inc.

com.nitido.directory
Class DirectoryUtil

java.lang.Object
  extended by com.nitido.directory.DirectoryUtil

public class DirectoryUtil
extends java.lang.Object

This class contains the utility methods for directory operation, such as converting special characters in LDAP DN and LDAP Filters.


Constructor Summary
DirectoryUtil()
           
 
Method Summary
static java.lang.String convertForLDAPDN(java.lang.String inStr)
          Convert the input string into a string that can be accepted by the LDAP DN, as specified in RFC 2253.
static java.lang.String convertForLDAPFilter(java.lang.String inStr)
          Convert the input string into a string that is acceptable by LDAP filter as an attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryUtil

public DirectoryUtil()
Method Detail

convertForLDAPDN

public static java.lang.String convertForLDAPDN(java.lang.String inStr)
Convert the input string into a string that can be accepted by the LDAP DN, as specified in RFC 2253.


convertForLDAPFilter

public static java.lang.String convertForLDAPFilter(java.lang.String inStr)
Convert the input string into a string that is acceptable by LDAP filter as an attribute value.


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.