| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.schema |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
PrepareString.checkProhibited(char c)
Prohibit characters described in RFC 4518 :
- Table A.1 of RFC 3454
- Table C.3 of RFC 3454
- Table C.4 of RFC 3454
- Table C.5 of RFC 3454
- Table C.8 of RFC 3454
- character U-FFFD
|
private static java.lang.String |
PrepareString.insignifiantSpacesString(java.lang.String str,
boolean caseSensitive)
Remove all insignificant spaces in a string.
|
private static java.lang.String |
PrepareString.insignifiantSpacesStringAscii(java.lang.String str,
boolean caseSensitive)
Remove all insignificant spaces in a Ascii string.
|