how to use UnboundID LDAP in android?(如何在 android 中使用 UnboundID LDAP?)
问题描述
我想在 android 中使用 LDAP(轻量级目录访问协议).但我不知道 LDAP.我看过以下链接:
I want use LDAP(Lightweight Directory Access Protocol) in android.But i have no idea about LDAP. I have seen following link:
Neil 的 LDAP SDK 帖子
他说android 开发人员不必担心缺少对Android 的LDAP 支持,因为Java 的UnboundID LDAP SDK 在Android 平台上工作得很好.我已经做了很多测试,并确保一切正常.除了几个例外(主要是 CRAM-MD5、DIGEST-MD5 和 GSSAPI,它们需要 Android 上不可用的 Java SASL API),我们在 LDAP SDK 中提供的几乎所有功能都可以在 Android 上使用
He told like android developers don't need to worry about missing LDAP support for Android because the UnboundID LDAP SDK for Java works just fine on the Android platform. I've done quite a bit of testing and made sure that things just work. With a couple of exceptions (primarily CRAM-MD5, DIGEST-MD5, and GSSAPI, which require the Java SASL API that isn't available on Android) pretty much all of the functionality that we offer in our LDAP SDK can be used on Android
请注意,LDAP SDK 没有特殊的Android"版本 - 您可以使用相同的 SDK 编写桌面客户端或服务器端应用程序,无需任何更改即可在 Android 平台上运行.
Note that there is no special "Android" version of the LDAP SDK -- the same SDK that you can use for writing desktop clients or server-side applications works without any changes on the Android platform.
如何在android中使用UnboundID LDAP SDK.请任何人提供教程或一些例子.
How to use UnboundID LDAP SDK in android.Please any one provide tutorial or some example.
推荐答案
LDAP SDK 还包含一个示例 Android 应用程序,位于 android-ldap-client 目录中.
The LDAP SDK also includes an example Android app, in the android-ldap-client directory.
这篇关于如何在 android 中使用 UnboundID LDAP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 android 中使用 UnboundID LDAP?
基础教程推荐
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
