软件包 | 描述 |
---|---|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnsolicitedNotification
这是一个未经请求的通知接口中定义的
RFC 2251。
|
Modifier and Type | Class and Description |
---|---|
class |
StartTlsResponse
这类实现的LDAPv3扩展响应定义为将
Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security STARTTLS的对象标识符是1.3.6.1.4.1.1466.20037没有扩展响应值定义。
|
Modifier and Type | Method and Description |
---|---|
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) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.