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?
基础教程推荐
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 降序排序:Java Map 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01