com.cafesoft.core.ldap
Class LdapUtils

java.lang.Object
  |
  +--com.cafesoft.core.ldap.LdapUtils

public class LdapUtils
extends Object

Provides convenience methods LDAP connectivity.

Since:
10/20/01

Constructor Summary
LdapUtils()
           
 
Method Summary
static String replaceUsername(String pattern, String matchName, String matchValue)
          Return the input pattern replaced with the match value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapUtils

public LdapUtils()
Method Detail

replaceUsername

public static String replaceUsername(String pattern,
                                     String matchName,
                                     String matchValue)
Return the input pattern replaced with the match value.

Parameters:
pattern - The input pattern to use
matchName - The variable name to match
matchValue - The value to replace
Returns:
The input pattern with matched value


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.