Skip navigation links
oracle.oud.controls
Interface PasswordExpiringResponseControl
- All Superinterfaces:
- Control
-
public interface PasswordExpiringResponseControl
- extends Control
The Netscape password expiring response control as defined in draft-vchu-ldap-pwd-policy. This control serves as a warning to clients that the user's password is about to expire. The only element contained in the control value is a string representation of the number of seconds until expiration.
- See Also:
- draft-vchu-ldap-pwd-policy - Password Policy for LDAP Directories
DECODER
static final ControlDecoder<PasswordExpiringResponseControl> DECODER
- A decoder which can be used for decoding the Netscape password expiring response control.
getSecondsUntilExpiration
int getSecondsUntilExpiration()
- Returns the length of time in seconds until the password actually expires.
-
- Returns:
- The length of time in seconds until the password actually expires.
Skip navigation links
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.