Package org.ldaptive.control
Class ControlFactory
- java.lang.Object
- 
- org.ldaptive.control.ControlFactory
 
- 
 public final class ControlFactory extends Object Utility class for creating controls.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description privateControlFactory()Default constructor.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ResponseControlcreateResponseControl(String oid, boolean critical, DERBuffer encoded)Creates a response control from the supplied control data.
 
- 
- 
- 
Method Detail- 
createResponseControlpublic static ResponseControl createResponseControl(String oid, boolean critical, DERBuffer encoded) Creates a response control from the supplied control data.- Parameters:
- oid- of the control
- critical- whether the control is critical
- encoded- BER encoding of the control
- Returns:
- response control
 
 
- 
 
-