org.ldaptive.control
Class ControlFactory
java.lang.Object
org.ldaptive.control.ControlFactory
public final class ControlFactory
- extends Object
Utility class for creating controls.
- Version:
- $Revision: 3064 $ $Date: 2014-09-16 10:54:06 -0400 (Tue, 16 Sep 2014) $
- Author:
- Middleware Services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createResponseControl
public static ResponseControl createResponseControl(String oid,
boolean critical,
byte[] encoded)
- Creates a response control from the supplied control data.
- Parameters:
oid - of the controlcritical - whether the control is criticalencoded - BER encoding of the control
- Returns:
- response control
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.