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
Constructor and Description |
---|
LDAPUtils()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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: