java.io.Serializable, java.lang.Cloneable, javax.naming.ldap.Controlpublic class LdapPasswordExpiringControl
extends netscape.ldap.controls.LDAPPasswordExpiringControl
implements javax.naming.ldap.Control
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
m_msg |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getEncodedValue() |
Retrieves the ASN.1 BER encoded value of the LDAP control.
|
int |
getSecondsToExipre() |
Return parsed number of seconds before password expires
|
static java.lang.String |
parseResponse(netscape.ldap.LDAPControl[] arg0,
java.lang.String arg1) |
clone, createControl, flattenBER, getID, getValue, isCritical, lookupControlClass, newInstance, registerpublic int getSecondsToExipre()
public byte[] getEncodedValue()
getEncodedValue in interface javax.naming.ldap.Controlpublic static java.lang.String parseResponse(netscape.ldap.LDAPControl[] arg0,
java.lang.String arg1)