|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurableBinaryAttributeDetector
An interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.
| Method Summary | |
|---|---|
void |
addBinaryAttribute(String... binaryAttributes)
Add some binary Attributes Id to the list of attributes |
void |
removeBinaryAttribute(String... binaryAttributes)
Remove some binary Attributes Id from the list of attributes |
void |
setBinaryAttributes(String... binaryAttributes)
Inject a new set of binary attributes that will replace the old one. |
| Methods inherited from interface org.apache.directory.api.ldap.codec.api.BinaryAttributeDetector |
|---|
isBinary |
| Method Detail |
|---|
void addBinaryAttribute(String... binaryAttributes)
binaryAttributes - The added binary attributes Idvoid removeBinaryAttribute(String... binaryAttributes)
binaryAttributes - The binary attributes Id to removevoid setBinaryAttributes(String... binaryAttributes)
binaryAttributes - The new set of binary attributes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||