com.netscape.jndi.ldap.controls
public class LdapProxiedAuthControl extends LDAPProxiedAuthControl implements Control
| Constructor Summary | |
|---|---|
| LdapProxiedAuthControl(String dn, boolean critical)
Constructs an LdapProxiedAuthControl object with a
DN to use as identity. | |
| Method Summary | |
|---|---|
| byte[] | getEncodedValue()
Retrieves the ASN.1 BER encoded value of the LDAP control.
|
LdapProxiedAuthControl object with a
DN to use as identity.Parameters: dn DN to use as identity for execution of a request. critical true if the LDAP operation should be
discarded when the server does not support this control (in other
words, this control is critical to the LDAP operation).
Returns: A possibly null byte array representing the ASN.1 BER encoded value of the LDAP control.