|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
| Uses of ExtendedResponse in javax.naming.ldap |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnsolicitedNotification
This interface represents an unsolicited notification as defined in . |
| Modifier and Type | Class and Description |
|---|---|
class |
StartTlsResponse
This class implements the LDAPv3 Extended Response for StartTLS as defined in The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended response value is defined. |
| Modifier and Type | Method and Description |
|---|---|
ExtendedResponse |
StartTlsRequest.createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
Creates an extended response object that corresponds to the LDAP StartTLS extended request. |
ExtendedResponse |
ExtendedRequest.createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
Creates the response object that corresponds to this request. |
ExtendedResponse |
InitialLdapContext.extendedOperation(ExtendedRequest request)
|
ExtendedResponse |
LdapContext.extendedOperation(ExtendedRequest request)
Performs an extended operation. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.