| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnetscape.ldap.client.opers.JDAPResultnetscape.ldap.client.opers.JDAPBindResponseBindResponse = [APPLICATION 1] LDAPResultNote that LDAPv3.0 Bind Response is structured as follows:
BindResponse ::= [APPLICATION 1] SEQUENCE {
COMPONENTS OF LDAPResult,
serverCreds [7] SaslCredentials OPTIONAL
}
Field Summary | |
protected byte[] |
|
Fields inherited from interface netscape.ldap.client.opers.JDAPProtocolOp | |
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST | |
Constructor Summary | |
| |
Method Summary | |
byte[] |
|
int |
|
String |
|
Methods inherited from class netscape.ldap.client.opers.JDAPResult | |
getBERElement, getErrorMessage, getMatchedDN, getParamString, getReferrals, getResultCode, toString | |
public JDAPBindResponse(BERElement element) throws IOException
Constructs bind response.
- Parameters:
element- ber element of bind response
public byte[] getCredentials()
Retrieves Sasl Credentials. LDAPv3 support.
- Returns:
- credentials
public int getType()
Retrieves the protocol operation type.
- Specified by:
- getType in interface JDAPProtocolOp
- Returns:
- protocol type
public String toString()
Retrieve the string representation.
- Specified by:
- toString in interface JDAPProtocolOp
- Overrides:
- toString in interface JDAPResult
- Returns:
- string representation