com.novell.nds.dirxml.ldap
Class ListNamedPasswordsRequest
java.lang.Object
com.novell.ldap.LDAPExtendedOperation
com.novell.nds.dirxml.ldap.ListNamedPasswordsRequest
- All Implemented Interfaces:
- Externalizable, Serializable, Cloneable, ExtendedRequest
public class ListNamedPasswordsRequest
- extends LDAPExtendedOperation
- implements ExtendedRequest
List any named passwords from an eDirectory object on a server.
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.
- Rights needed:
- Read access to the DirXML-AccessConfigure attribute on the target object.
- OID:
- 2.16.840.1.113719.1.14.100.81
- Request data:
-
ASN1OctetString UTF-8 encoded DN of object
- See Also:
ListNamedPasswordsResponse
,
LDAPConnection.extendedOperation(com.novell.ldap.LDAPExtendedOperation)
,
Serialized Form
Constructor Summary |
ListNamedPasswordsRequest(String dn)
Construct an LDAP extended operation to list the named passwords from an
eDirectory object on a server. |
ListNamedPasswordsRequest
public ListNamedPasswordsRequest(String dn)
throws LDAPException
- Construct an LDAP extended operation to list the named passwords from an
eDirectory object on a server.
- Parameters:
dn
- the DN of the object
- Throws:
LDAPException
getEncodedValue
public byte[] getEncodedValue()
- Return the LBER-encoded data for this request. This is an implementation
method for the JNDI
ExtendedRequest
interface.
- Specified by:
getEncodedValue
in interface ExtendedRequest
- Returns:
- LBER-encoded data or
null
, if there is no request data.
createExtendedResponse
public ExtendedResponse createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
throws NamingException
- Create the ExtendedResponse-implementing object that corresponds to this request.
This is an implementation
method for the JNDI
ExtendedRequest
interface.
- Specified by:
createExtendedResponse
in interface ExtendedRequest
- Parameters:
id
- (ignored)berValue
- contains LBER-encoded response dataoffset
- offset into berValue
length
- length (in bytes) of reponse data
- Throws:
NamingException