|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.naming.ldap.StartTlsRequest
public class StartTlsRequest
Field Summary | |
---|---|
static String |
OID
The assigned object identifier for this response. |
Constructor Summary | |
---|---|
StartTlsRequest()
Create a new instance. |
Method Summary | |
---|---|
ExtendedResponse |
createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
Create a new extended reponse object, using the standard service provider approach to load a provider. |
byte[] |
getEncodedValue()
Return the encoded value. |
String |
getID()
Return the response identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OID
Constructor Detail |
---|
public StartTlsRequest()
Method Detail |
---|
public String getID()
OID
field.
getID
in interface ExtendedRequest
public byte[] getEncodedValue()
getEncodedValue
in interface ExtendedRequest
public ExtendedResponse createExtendedResponse(String id, byte[] berValue, int offset, int length) throws NamingException
createExtendedResponse
in interface ExtendedRequest
id
- the identifier, must be OID
or nullberValue
- ignoredoffset
- ignoredlength
- ignored
NamingException
- if there is a problem creating the response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |