public class PasswordExpiredResponseImpl extends org.apache.directory.api.ldap.model.message.controls.AbstractControl implements PasswordExpiredResponse
| Modifier and Type | Field and Description |
|---|---|
private int |
timeBeforeExpiration
time before expiration of the password
|
OID| Constructor and Description |
|---|
PasswordExpiredResponseImpl()
Creates a new instance of a PasswordExpired Control without any
response data associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTimeBeforeExpiration()
Returns the time in seconds before the password expires.
|
String |
toString()
Return a String representing this PasswordExpiredControl.
|
equals, getOid, hashCode, isCritical, setCriticalprivate int timeBeforeExpiration
public PasswordExpiredResponseImpl()
public int getTimeBeforeExpiration()
getTimeBeforeExpiration in interface PasswordExpiredResponsepublic String toString()
toString in class org.apache.directory.api.ldap.model.message.controls.AbstractControlCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.