|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Structured
com.novell.ldap.asn1.ASN1Sequence
com.novell.ldap.rfc2251.RfcIntermediateResponse
public class RfcIntermediateResponse
Represents an LDAP Intermediate Response.
IntermediateResponse ::= [APPLICATION 25] SEQUENCE { COMPONENTS OF LDAPResult, note: only present on incorrectly encoded response from pre Falcon-sp1 server responseName [10] LDAPOID OPTIONAL, responseValue [11] OCTET STRING OPTIONAL }
Field Summary | |
---|---|
private int |
m_referralIndex
|
private int |
m_responseNameIndex
|
private int |
m_responseValueIndex
|
static int |
TAG_RESPONSE
Context-specific TAG for optional response. |
static int |
TAG_RESPONSE_NAME
Context-specific TAG for optional responseName. |
Fields inherited from class com.novell.ldap.asn1.ASN1Sequence |
---|
TAG |
Constructor Summary | |
---|---|
RfcIntermediateResponse(ASN1Decoder dec,
java.io.InputStream in,
int len)
The only time a client will create a IntermediateResponse is when it is decoding it from an InputStream. |
Method Summary | |
---|---|
RfcLDAPString |
getErrorMessage()
Returns the error message from the server |
ASN1Identifier |
getIdentifier()
Override getIdentifier to return an application-wide id. |
RfcLDAPDN |
getMatchedDN()
|
RfcReferral |
getReferral()
Returns the referral(s) from the server |
ASN1OctetString |
getResponse()
|
RfcLDAPOID |
getResponseName()
|
ASN1Enumerated |
getResultCode()
|
Methods inherited from class com.novell.ldap.asn1.ASN1Sequence |
---|
toString |
Methods inherited from class com.novell.ldap.asn1.ASN1Structured |
---|
add, decodeStructured, encode, get, set, size, toArray, toString |
Methods inherited from class com.novell.ldap.asn1.ASN1Object |
---|
getEncoding, setIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TAG_RESPONSE_NAME
public static final int TAG_RESPONSE
private int m_referralIndex
private int m_responseNameIndex
private int m_responseValueIndex
Constructor Detail |
---|
public RfcIntermediateResponse(ASN1Decoder dec, java.io.InputStream in, int len) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public final RfcLDAPOID getResponseName()
public final ASN1OctetString getResponse()
public final ASN1Identifier getIdentifier()
getIdentifier
in class ASN1Object
public final ASN1Enumerated getResultCode()
getResultCode
in interface RfcResponse
public final RfcLDAPDN getMatchedDN()
getMatchedDN
in interface RfcResponse
public final RfcReferral getReferral()
getReferral
in interface RfcResponse
public final RfcLDAPString getErrorMessage()
getErrorMessage
in interface RfcResponse
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |