Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ldapcontextJNDIでの使用とJNDIでの使用の違いを説明してくださいdircontext。
ldapcontext
dircontext
ldapcontextとの両方を使用したJNDIサンプルがあることがわかりましたdircontext。どちらを使うべきですか?
ldapcontext に関する JavaDocs から
このインターフェイスは、LDAPv3 スタイルのコントロールで操作を実行し、LDAPv3 スタイルの拡張操作を実行できるコンテキストを表します。このような制御や拡張操作を必要としないアプリケーションでは、より一般的な javax.naming.directory.DirContext を代わりに使用する必要があります。