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 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.
|
boolean |
equals(Object o) |
int |
hashCode()
Returns the hash code for this object.
|
String |
toString() |
getCriticality, getOID
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCriticality, getOID
public static final String OID
private static final int HASH_CODE_SEED
public PasswordExpiredControl()
public PasswordExpiredControl(boolean critical)
critical
- whether this control is criticalpublic boolean equals(Object o)
equals
in class AbstractControl
public int hashCode()
AbstractControl
hashCode
in class AbstractControl
public void decode(byte[] berValue)
ResponseControl
decode
in interface ResponseControl
berValue
- BER encoded response controlCopyright © 2003-2019 Virginia Tech. All Rights Reserved.