public class PasswordExpiredControl extends AbstractControl implements ResponseControl
controlValue ::= OCTET STRING -- always "0"
| Modifier and Type | Field and Description |
|---|---|
private static int |
HASH_CODE_SEED
hash code seed.
|
static java.lang.String |
OID
OID of this control.
|
logger| Constructor and Description |
|---|
PasswordExpiredControl()
Default constructor.
|
PasswordExpiredControl(boolean critical)
Creates a new password expired control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] berValue)
Initializes this response control with the supplied BER encoded data.
|
int |
hashCode()
Returns the hash code for this object.
|
java.lang.String |
toString() |
equals, getCriticality, getOIDclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCriticality, getOIDpublic static final java.lang.String OID
private static final int HASH_CODE_SEED
public PasswordExpiredControl()
public PasswordExpiredControl(boolean critical)
critical - whether this control is criticalpublic int hashCode()
AbstractControlhashCode in class AbstractControlpublic java.lang.String toString()
toString in class java.lang.Objectpublic void decode(byte[] berValue)
ResponseControldecode in interface ResponseControlberValue - BER encoded response control