public class CertGenerationResponseImpl extends org.apache.directory.api.ldap.model.message.ExtendedResponseImpl implements CertGenerationResponse
responseNameldapResultEXTENSION_OID| Constructor and Description |
|---|
CertGenerationResponseImpl()
Create a new CertGenerationResponseImpl instance
|
CertGenerationResponseImpl(int messageId)
Create a new CertGenerationResponseImpl instance
|
CertGenerationResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode)
Create a new CertGenerationResponseImpl instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a.
|
int |
hashCode() |
void |
setResponseName(String oid)
Sets the OID uniquely identifying this extended response (a.k.a.
|
toStringgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic CertGenerationResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode)
messageId - The request's message IDrcode - The result codepublic CertGenerationResponseImpl(int messageId)
messageId - The request's message IDpublic CertGenerationResponseImpl()
public String getResponseName()
getResponseName in interface org.apache.directory.api.ldap.model.message.ExtendedResponsegetResponseName in class org.apache.directory.api.ldap.model.message.ExtendedResponseImplpublic void setResponseName(String oid)
setResponseName in interface org.apache.directory.api.ldap.model.message.ExtendedResponsesetResponseName in class org.apache.directory.api.ldap.model.message.ExtendedResponseImploid - the OID of the extended response type.public int hashCode()
hashCode in class org.apache.directory.api.ldap.model.message.ExtendedResponseImplpublic boolean equals(Object obj)
equals in class org.apache.directory.api.ldap.model.message.ExtendedResponseImplCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.