Package org.ldaptive
Class ModifyResponse
- java.lang.Object
- 
- org.ldaptive.AbstractMessage
- 
- org.ldaptive.AbstractResult
- 
- org.ldaptive.ModifyResponse
 
 
 
- 
 public final class ModifyResponse extends AbstractResult LDAP modify response defined as:ModifyResponse ::= [APPLICATION 7] LDAPResult 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classModifyResponse.Builder- 
Nested classes/interfaces inherited from class org.ldaptive.AbstractResultAbstractResult.AbstractBuilder<B,T extends AbstractResult>, AbstractResult.DiagnosticMessageHandler, AbstractResult.MatchedDNHandler, AbstractResult.ReferralHandler, AbstractResult.ResultCodeHandler
 - 
Nested classes/interfaces inherited from class org.ldaptive.AbstractMessageAbstractMessage.ControlParser, AbstractMessage.ControlsHandler, AbstractMessage.MessageIDHandler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description private static DERPathDIAGNOSTIC_MESSAGE_PATHDER path to diagnostic message.private static intHASH_CODE_SEEDhash code seed.private static DERPathMATCHED_DN_PATHDER path to matched DN.static intPROTOCOL_OPBER protocol number.private static DERPathREFERRAL_PATHDER path to referral.private static DERPathRESULT_CODE_PATHDER path to result code.- 
Fields inherited from interface org.ldaptive.ResultENCODE_CNTRL_CHARS
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description privateModifyResponse()Default constructor.ModifyResponse(DERBuffer buffer)Creates a new modify response.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyResponse.Builderbuilder()Creates a builder for this class.booleanequals(Object o)inthashCode()Returns the hash code for this object.- 
Methods inherited from class org.ldaptive.AbstractResultaddReferralURLs, copyValues, equalsResult, getDiagnosticMessage, getMatchedDN, getReferralURLs, getResultCode, setDiagnosticMessage, setMatchedDN, setResultCode, toString
 - 
Methods inherited from class org.ldaptive.AbstractMessageaddControls, copyValues, equalsMessage, getControls, getMessageID, setMessageID
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.ldaptive.MessagegetControl, getControls, getMessageID
 - 
Methods inherited from interface org.ldaptive.ResultgetEncodedDiagnosticMessage, isSuccess
 
- 
 
- 
- 
- 
Field Detail- 
PROTOCOL_OPpublic static final int PROTOCOL_OP BER protocol number.- See Also:
- Constant Field Values
 
 - 
HASH_CODE_SEEDprivate static final int HASH_CODE_SEED hash code seed.- See Also:
- Constant Field Values
 
 - 
RESULT_CODE_PATHprivate static final DERPath RESULT_CODE_PATH DER path to result code.
 - 
MATCHED_DN_PATHprivate static final DERPath MATCHED_DN_PATH DER path to matched DN.
 - 
DIAGNOSTIC_MESSAGE_PATHprivate static final DERPath DIAGNOSTIC_MESSAGE_PATH DER path to diagnostic message.
 - 
REFERRAL_PATHprivate static final DERPath REFERRAL_PATH DER path to referral.
 
- 
 - 
Constructor Detail- 
ModifyResponseprivate ModifyResponse() Default constructor.
 - 
ModifyResponsepublic ModifyResponse(DERBuffer buffer) Creates a new modify response.- Parameters:
- buffer- to decode
 
 
- 
 - 
Method Detail- 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- AbstractResult
 
 - 
hashCodepublic int hashCode() Description copied from class:AbstractMessageReturns the hash code for this object.- Specified by:
- hashCodein class- AbstractMessage
- Returns:
- hash code
 
 - 
builderpublic static ModifyResponse.Builder builder() Creates a builder for this class.- Returns:
- new builder
 
 
- 
 
-