org.ldaptive.provider.jndi
Class JndiConnection.JndiExtendedResponse

java.lang.Object
  extended by org.ldaptive.provider.jndi.JndiConnection.JndiExtendedResponse
All Implemented Interfaces:
Serializable, ExtendedResponse
Enclosing class:
JndiConnection

protected static class JndiConnection.JndiExtendedResponse
extends Object
implements ExtendedResponse

Class for exposing extended response properties.

See Also:
Serialized Form

Constructor Summary
JndiConnection.JndiExtendedResponse(String id, byte[] berValue)
          Creates a new jndi extended response.
 
Method Summary
 byte[] getEncodedValue()
          
 String getID()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiConnection.JndiExtendedResponse

public JndiConnection.JndiExtendedResponse(String id,
                                           byte[] berValue)
Creates a new jndi extended response.

Parameters:
id - response oid
berValue - BER encoded response
Method Detail

getID

public String getID()

Specified by:
getID in interface ExtendedResponse

getEncodedValue

public byte[] getEncodedValue()

Specified by:
getEncodedValue in interface ExtendedResponse


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.