프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LdapResponse | System | ||
RfcResultFactory | |||
chkResultCode | void | ||
hasException | bool |
메소드 | 설명 | |
---|---|---|
LdapResponse ( |
Creates an LdapResponse using an LdapException. Used to wake up the user following an abandon. Note: The abandon doesn't have to be user initiated but may be the result of error conditions. Referral information is available if this connection created solely to follow a referral.
|
|
LdapResponse ( int type ) : System |
Creates a SUCCESS response LdapMessage. Typically the response comes from a source other than a BER encoded Ldap message, such as from DSML. Other values which are allowed in a response are set to their empty values.
|
|
LdapResponse ( int type, int resultCode, System matchedDN, System serverMessage, System referrals, |
Creates a response LdapMessage from parameters. Typically the data comes from a source other than a BER encoded Ldap message, such as from DSML.
|
메소드 | 설명 | |
---|---|---|
LdapResponse ( |
Creates a response LdapMessage when receiving an asynchronous response from a server.
|
|
RfcResultFactory ( int type, int resultCode, System matchedDN, System serverMessage, System referrals ) : |
||
chkResultCode ( ) : void |
Checks the resultCode and throws the appropriate exception.
|
|
hasException ( ) : bool |
Indicates if this response is an embedded exception response
|
public LdapResponse ( |
||
ex | The exception /// /// | |
activeReferral | The referral actually used to create the /// connection /// | |
리턴 | System |
public LdapResponse ( int type ) : System | ||
type | int | The message type as defined in LdapMessage. /// /// |
리턴 | System |
public LdapResponse ( int type, int resultCode, System matchedDN, System serverMessage, System referrals, |
||
type | int | The message type as defined in LdapMessage. /// /// |
resultCode | int | The result code as defined in LdapException. /// /// |
matchedDN | System | The name of the lowest entry that was matched
/// for some error result codes, an empty string
/// or null if none.
///
/// |
serverMessage | System | A diagnostic message returned by the server,
/// an empty string or null if none.
///
/// |
referrals | System | The referral URLs returned for a REFERRAL result
/// code or null if none.
///
/// |
controls | Any controls returned by the server or
/// null if none.
///
/// |
|
리턴 | System |