|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.client.JDAPFilterOpers
public class JDAPFilterOpers
This class provides miscellaneous operations for JDAPFilter object. It converts string with escape characters to the byte array. It also returns the ber octet string for the specified string with escape characters.
Constructor Summary | |
---|---|
JDAPFilterOpers()
|
Method Summary | |
---|---|
static java.lang.String |
convertLDAPv2Escape(java.lang.String filter)
Preprocess the LDAPv2 RFC1960 style filter escape sequences (precede a character with a a backslash) and convert them into the LDAPv3 style RFC2254 escape sequences (encode a character as a backslash followed by the two hex digits representing the character ASCII value). |
(package private) static byte[] |
getByteValues(java.lang.String str)
This method converts the given string into bytes. |
(package private) static BEROctetString |
getOctetString(java.lang.String str)
Returns the octetString for the given string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDAPFilterOpers()
Method Detail |
---|
static BEROctetString getOctetString(java.lang.String str)
public static java.lang.String convertLDAPv2Escape(java.lang.String filter)
static byte[] getByteValues(java.lang.String str)
str
- The given string being converted into a byte array
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |