Method | Description | |
---|---|---|
RfcLdapResult ( |
Constructs an RfcLdapResult from parameters
|
|
RfcLdapResult ( |
Constructs an RfcLdapResult from parameters
|
|
getErrorMessage ( ) : |
Returns the error message from the server
|
|
getMatchedDN ( ) : |
Returns the matched DN from the server
|
|
getReferral ( ) : |
Returns the referral(s) from the server
|
|
getResultCode ( ) : |
Returns the result code from the server
|
Method | Description | |
---|---|---|
RfcLdapResult ( Asn1Decoder dec, System in_Renamed, int len ) : System |
public RfcLdapResult ( |
||
resultCode | the result code of the operation /// /// | |
matchedDN | the matched DN returned from the server /// /// | |
errorMessage | the diagnostic message returned from the server /// | |
return | System |
public RfcLdapResult ( |
||
resultCode | the result code of the operation /// /// | |
matchedDN | the matched DN returned from the server /// /// | |
errorMessage | the diagnostic message returned from the server /// /// | |
referral | the referral(s) returned by the server /// | |
return | System |
public getResultCode ( ) : |
||
return |