org.ldaptive.extended
Class ExtendedResponseFactory
java.lang.Object
org.ldaptive.extended.ExtendedResponseFactory
public final class ExtendedResponseFactory
- extends Object
Utility class for creating extended responses.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createExtendedResponse
public static ExtendedResponse<?> createExtendedResponse(String requestOID,
String responseOID,
byte[] encoded)
- Creates an extended response from the supplied response data.
- Parameters:
requestOID - of the extended requestresponseOID - of the extended responseencoded - BER encoding of the extended response
- Returns:
- extended response
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.