All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.unboundid-ldapsdk-minimal-edition.3.2.1.source-code.unboundid-ldapsdk-protocol.properties Maven / Gradle / Ivy

Go to download

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Minimal Edition of the LDAP SDK, which is a stripped-down version of the Standard Edition that includes full support for the LDAP protocol and LDIF parsing, but omits a number of optional elements, like many of the controls and extended operations, the LDAP persistence framework, and LDAP listener framework. The Minimal Edition is primarily intended for use in space-constrained and/or memory-constrained environments, like in Android apps or embedded systems.

The newest version!
#Mon Feb 13 10:53:28 CST 2017
ERR_INTERMEDIATE_RESPONSE_INVALID_ELEMENT=Invalid element type {0} in an extended response protocol op.
ERR_MESSAGE_PROTOCOL_OP_TYPE_NOT_RESPONSE=Request protocol op type {0} encountered in an LDAP message when a response type was expected.
ERR_MESSAGE_IO_ERROR=An I/O error occurred while trying to read the response from the server\:  {0}
ERR_BIND_REQUEST_CANNOT_CREATE_WITH_PASSWORD_PROVIDER=Unable to create a bind request protocol op from a simple bind request object that uses a password provider rather than a statically-defined password.
ERR_SEARCH_DONE_CANNOT_DECODE=Unable to read or decode a search result done protocol op\:  {0}
ERR_SEARCH_ENTRY_CANNOT_DECODE=Unable to read or decode a search result entry protocol op\:  {0}
ERR_EXTENDED_REQUEST_CANNOT_DECODE=Unable to read or decode an extended request protocol op\:  {0}
ERR_DELETE_RESPONSE_CANNOT_DECODE=Unable to read or decode a delete response protocol op\:  {0}
ERR_BIND_RESPONSE_INVALID_ELEMENT=Invalid element type {0} in a bind response protocol op.
ERR_EXTENDED_RESPONSE_CANNOT_DECODE=Unable to read or decode an extended response\:  {0}
ERR_MESSAGE_DECODE_ERROR=An error occurred while attempting to decode the provided ASN.1 element as an LDAP message\:  {0}
ERR_MODIFY_REQUEST_CANNOT_DECODE=Unable to read or decode a modify request protocol op\:  {0}
ERR_SEARCH_REQUEST_CANNOT_DECODE=Unable to read or decode a search request protocol op\:  {0}
class.name=com.unboundid.ldap.protocol.ProtocolMessages
ERR_INTERMEDIATE_RESPONSE_CANNOT_DECODE=Unable to read or decode an intermediate response\:  {0}
ERR_MESSAGE_INVALID_PROTOCOL_OP_TYPE=Invalid protocol op type {0} encountered in an LDAP message.
ERR_RESPONSE_CANNOT_DECODE=Unable to read or decode an LDAP response\:  {0}
ERR_BIND_REQUEST_INVALID_CRED_TYPE=Invalid credentials type {0} in a bind request protocol op.
ERR_UNBIND_REQUEST_CANNOT_DECODE=Unable to read or decode an unbind request protocol op\:  {0}
ERR_DELETE_REQUEST_CANNOT_DECODE=Unable to read or decode a delete request protocol op\:  {0}
ERR_ADD_RESPONSE_CANNOT_DECODE=Unable to read or decode an add response protocol op\:  {0}
ERR_EXTENDED_RESPONSE_INVALID_ELEMENT=Invalid element type {0} in an extended response protocol op.
ERR_COMPARE_RESPONSE_CANNOT_DECODE=Unable to read or decode a compare response protocol op\:  {0}
ERR_BIND_RESPONSE_CANNOT_DECODE=Unable to read or decode a bind response protocol op\:  {0}
ERR_MESSAGE_DECODE_VALUE_SEQUENCE_INVALID_ELEMENT_COUNT=Unable to decode the provided ASN.1 element as an LDAP message because the sequence had an invalid element count of {0,number,0}.
ERR_MODIFY_DN_REQUEST_CANNOT_DECODE=Unable to read or decode a modify DN request protocol op\:  {0}
ERR_BIND_REQUEST_CANNOT_DECODE=Unable to read or decode a bind request protocol op\:  {0}
ERR_ABANDON_REQUEST_CANNOT_DECODE=Unable to read or decode an abandon request protocol op\:  {0}
ERR_MESSAGE_DECODE_INVALID_PROTOCOL_OP_TYPE=Unable to decode the provided ASN.1 element as an LDAP message because it has an invalid protocol op type of {0}.
ERR_MODIFY_RESPONSE_CANNOT_DECODE=Unable to read or decode a modify response protocol op\:  {0}
ERR_SEARCH_REFERENCE_CANNOT_DECODE=Unable to read or decode a search result reference protocol op\:  {0}
ERR_MESSAGE_CANNOT_DECODE=Unable to read or decode an LDAP message\:  {0}
ERR_ADD_REQUEST_CANNOT_DECODE=Unable to read or decode an add request protocol op\:  {0}
ERR_COMPARE_REQUEST_CANNOT_DECODE=Unable to read or decode a compare request protocol op\:  {0}
ERR_MODIFY_DN_RESPONSE_CANNOT_DECODE=Unable to read or decode a modify DN response protocol op\:  {0}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy