com.ibm.wsspi.kernel.service.utils

Class LDAPUtils

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.kernel.service.utils.LDAPUtils

  1. public class LDAPUtils
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
LDAPUtils()

Method Summary

Modifier and Type Method and Description
  1. static
  2. 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

  1. public LDAPUtils()

Method Detail

escapeLDAPFilterTerm

  1. public static java.lang.String escapeLDAPFilterTerm( java.lang.String term)
Escape a term for use in an LDAP filter.
Parameters:
term -
Returns: