com.ibm.wsspi.kernel.service.utils
Class LDAPUtils

java.lang.Object
  extended by com.ibm.wsspi.kernel.service.utils.LDAPUtils

public class LDAPUtils
extends java.lang.Object


Constructor Summary
LDAPUtils()
           
 
Method Summary
static java.lang.String escapeLDAPFilterTerm(java.lang.String term)
          Escape a term for use in an LDAP filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPUtils

public LDAPUtils()
Method Detail

escapeLDAPFilterTerm

public static java.lang.String escapeLDAPFilterTerm(java.lang.String term)
Escape a term for use in an LDAP filter.

Parameters:
term -
Returns: