Example usage for Java javax.naming.ldap BasicControl fields, constructors, methods, implement or subclass
The text is from its open source code.
BasicControl(String id, boolean criticality, byte[] value) Constructs a control using the supplied arguments. | |
BasicControl(String id) Constructs a non-critical control. |