JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH
Uses of Package
javax.naming.ldap
Packages that use
javax.naming.ldap
Package
Description
javax.naming.ldap
提供对LDAPv3扩展操作和控件的支持。
Classes in
javax.naming.ldap
used by
javax.naming.ldap
Class
Description
BasicControl
该类提供了
Control
接口的基本实现。
Control
该接口表示在
RFC 2251
中定义的LDAPv3控件。
ExtendedRequest
该接口表示在
RFC 2251
中定义的LDAPv3扩展操作请求。
ExtendedResponse
该接口表示在
RFC 2251
中定义的LDAP扩展操作响应。
HasControls
该接口用于在NamingEnumerations中返回对象时返回控件。
LdapContext
该接口表示您可以在其中执行LDAPv3样式控件的操作并执行LDAPv3样式扩展操作的上下文。
Rdn
该类表示相对专有名称(RDN),即由
RFC 2253
指定的专有名称的组件。
SortKey
排序键及其关联的排序参数。
UnsolicitedNotification
该接口表示在
RFC 2251
中定义的未经请求的通知。
UnsolicitedNotificationEvent
该类表示响应LDAP服务器发送的未经请求的通知而触发的事件。
UnsolicitedNotificationListener
该接口用于处理
UnsolicitedNotificationEvent
。