|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.LDAPExtendedOperation
com.novell.nds.dirxml.ldap.GetNamedPasswordRequest
public class GetNamedPasswordRequest
Get the password value associated with a Named Password Key for a Driver.
To use this class with the Novell Java LDAP SDK create an instance and
call LDAPConnection.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-8 encoded DN of DirXML-Driver object ASN1OctetString UTF-8 encoded Named Password Key
GetNamedPasswordResponse
,
LDAPConnection.extendedOperation(com.novell.ldap.LDAPExtendedOperation)
,
Serialized FormConstructor Summary | |
---|---|
GetNamedPasswordRequest(java.lang.String driverDn,
java.lang.String namedPasswordKey)
|
Method Summary | |
---|---|
javax.naming.ldap.ExtendedResponse |
createExtendedResponse(java.lang.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 GetNamedPasswordRequest(java.lang.String driverDn, java.lang.String namedPasswordKey) throws LDAPException
LDAPException
Method Detail |
---|
public byte[] getEncodedValue()
ExtendedRequest
interface.
getEncodedValue
in interface javax.naming.ldap.ExtendedRequest
null
, if there is no request data.public javax.naming.ldap.ExtendedResponse createExtendedResponse(java.lang.String id, byte[] berValue, int offset, int length) throws javax.naming.NamingException
ExtendedRequest
interface.
createExtendedResponse
in interface javax.naming.ldap.ExtendedRequest
id
- (ignored)berValue
- contains LBER-encoded response dataoffset
- offset into berValue
length
- length (in bytes) of reponse data
javax.naming.NamingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |