JavaTM 2 Platform
Standard Ed. 5.0

インタフェース
javax.naming.ldap.ExtendedResponse の使用

ExtendedResponse を使用しているパッケージ
javax.naming.ldap LDAPv3 の拡張操作とコントロールをサポートします。 
 

javax.naming.ldap での ExtendedResponse の使用
 

javax.naming.ldap での ExtendedResponse のサブインタフェース
 interface UnsolicitedNotification
          このインタフェースは、「RFC 2251」で定義された非要請通知を表します。
 

ExtendedResponse を実装している javax.naming.ldap のクラス
 class StartTlsResponse
          このクラスは、Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security に定義されている、LDAPv3 の StartTLS 拡張応答を実装します。
 

ExtendedResponse を返す javax.naming.ldap のメソッド
 ExtendedResponse StartTlsRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          LDAP StartTLS 拡張要求に対応する拡張応答オブジェクトを作成します。
 ExtendedResponse ExtendedRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          この要求に対応する応答オブジェクトを作成します。
 ExtendedResponse LdapContext.extendedOperation(ExtendedRequest request)
          拡張操作を実行します。
 ExtendedResponse InitialLdapContext.extendedOperation(ExtendedRequest request)
           
 


JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。