com.netscape.jndi.ldap.controls
Class LdapPasswordExpiredControl
LDAPPasswordExpiredControl
com.netscape.jndi.ldap.controls.LdapPasswordExpiredControl
- Control
public class LdapPasswordExpiredControl
extends LDAPPasswordExpiredControl
implements Control
Represents an LDAP v3 server control that may be returned if a
password has expired, and password policy is enabled on the server.
The OID for this control is 2.16.840.1.113730.3.4.4.
byte[] | getEncodedValue() - Retrieves the ASN.1 BER encoded value of the LDAP control.
|
String | getMessage() - Return string message passed in the control
|
getEncodedValue
public byte[] getEncodedValue()
Retrieves the ASN.1 BER encoded value of the LDAP control.
Null is returned if the value is absent.
- A possibly null byte array representing the ASN.1 BER
encoded value of the LDAP control.
getMessage
public String getMessage()
Return string message passed in the control