com.ibm.wsspi.kernel.service.utils

Class LDAPUtils

  • java.lang.Object
    • com.ibm.wsspi.kernel.service.utils.LDAPUtils


  • public class LDAPUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      LDAPUtils() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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: