|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetscape.ldap.LDAPControl
netscape.ldap.controls.LDAPProxiedAuthControl
com.netscape.jndi.ldap.controls.LdapProxiedAuthControl
Represents an LDAP v3 server control that specifies that you want the server to use the specified DN's identity for this operation. (The OID for this control is 2.16.840.1.113730.3.4.12.) *
| Field Summary |
| Fields inherited from class netscape.ldap.controls.LDAPProxiedAuthControl |
PROXIEDAUTHREQUEST |
| Fields inherited from class netscape.ldap.LDAPControl |
m_critical, m_value, MANAGEDSAIT, PWEXPIRED, PWEXPIRING |
| Fields inherited from interface javax.naming.ldap.Control |
CRITICAL, NONCRITICAL |
| Constructor Summary | |
LdapProxiedAuthControl(java.lang.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. |
| Methods inherited from class netscape.ldap.controls.LDAPProxiedAuthControl |
toString |
| Methods inherited from class netscape.ldap.LDAPControl |
clone, createControl, flattenBER, getID, getValue, isCritical, lookupControlClass, newInstance, register |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.naming.ldap.Control |
getID, isCritical |
| Constructor Detail |
public LdapProxiedAuthControl(java.lang.String dn,
boolean critical)
LdapProxiedAuthControl object with a
DN to use as identity.
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).| Method Detail |
public byte[] getEncodedValue()
getEncodedValue in interface javax.naming.ldap.Control
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||