|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.ldap.LDAPExtendedOperation
com.novell.nds.dirxml.ldap.GetDriverGCVRequest
public class GetDriverGCVRequest
Get effective GCV's given a set of gcv names for a DirXML driver on a server.
To use this class with the Novell Java LDAP SDK create an instance and callLDAPConnection.extendedOperation with
the instance as the LDAPExtendedOperation parameter.
If the corresponding response class has been registered then the return from
LDAPConnection.extendedOperation will be an instance of the response class.
To use this class with Java LDAP JNDI create an instance and call
LdapContext.extendedOperation with the instance as the ExtendedRequest parameter.
The return from LdapContext.extendedOperation will be an instance of the response class.
ASN1OctetString UTF-encoded DN of DirXML-Driver object
ASN1SequenceOf
ASN1OctetString gcvName
...........
GetDriverGCVResponse,
LDAPConnection.extendedOperation(com.novell.ldap.LDAPExtendedOperation),
Serialized Form| Constructor Summary | |
|---|---|
GetDriverGCVRequest(String driverDN,
String gcvName)
Construct an LDAP extended operation to get the effective gcv definition for a DirXML driver on a server. |
|
GetDriverGCVRequest(String driverDN,
String[] gcvNameArray)
Construct an LDAP extended operation to get the effective gcv's for a DirXML driver on a server. |
|
| Method Summary | |
|---|---|
ExtendedResponse |
createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
Create the ExtendedResponse-implementing object that corresponds to this request. |
byte[] |
getEncodedValue()
Return the LBER-encoded data for this request. |
| Methods inherited from class com.novell.ldap.LDAPExtendedOperation |
|---|
clone, getID, getValue, readDSML, readExternal, setID, setValue, toString, writeDSML, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.naming.ldap.ExtendedRequest |
|---|
createExtendedResponse, getEncodedValue, getID |
| Constructor Detail |
|---|
public GetDriverGCVRequest(String driverDN,
String[] gcvNameArray)
throws LDAPException
driverDN - DN of a DirXML-Driver objectgcvNameArray - Array of a gcv name
LDAPException
public GetDriverGCVRequest(String driverDN,
String gcvName)
throws LDAPException
driverDN - DN of a DirXML-Driver objectgcvName - Name of a gcv
LDAPException| Method Detail |
|---|
public byte[] getEncodedValue()
ExtendedRequest interface.
getEncodedValue in interface ExtendedRequestnull, if there is no request data.
public ExtendedResponse createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
throws NamingException
ExtendedRequest interface.
createExtendedResponse in interface ExtendedRequestid - (ignored)berValue - contains LBER-encoded response dataoffset - offset into berValuelength - length (in bytes) of reponse data
NamingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||