org.ldaptive.extended
Class PasswordModifyResponse

java.lang.Object
  extended by org.ldaptive.extended.AbstractExtendedResponse<Credential>
      extended by org.ldaptive.extended.PasswordModifyResponse
All Implemented Interfaces:
ExtendedResponse<Credential>

public class PasswordModifyResponse
extends AbstractExtendedResponse<Credential>

Contains the response from an ldap password modify operation. See RFC 3062. Response is defined as:

   PasswdModifyResponseValue ::= SEQUENCE {
     genPasswd       [0]     OCTET STRING OPTIONAL }
 

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Constructor Summary
PasswordModifyResponse()
           
 
Method Summary
 void decode(byte[] encoded)
          Initializes this response with the supplied BER encoded data.
 String getOID()
          Returns the OID for this extended response.
 String toString()
          
 
Methods inherited from class org.ldaptive.extended.AbstractExtendedResponse
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordModifyResponse

public PasswordModifyResponse()
Method Detail

getOID

public String getOID()
Returns the OID for this extended response. Response OIDs are optional and this value may be null.

Returns:
oid

decode

public void decode(byte[] encoded)
Initializes this response with the supplied BER encoded data.

Parameters:
encoded - BER encoded response

toString

public String toString()

Overrides:
toString in class Object


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