Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


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

Field Summary
static ControlDecoder<PasswordExpiringResponseControl> DECODER
          A decoder which can be used for decoding the Netscape password expiring response control.

 

Method Summary
 int getSecondsUntilExpiration()
          Returns the length of time in seconds until the password actually expires.

 

Methods inherited from interface oracle.oud.controls.Control
getAPIValue, getOID, hasValue, isCritical

 

Field Detail

DECODER

static final ControlDecoder<PasswordExpiringResponseControl> DECODER
A decoder which can be used for decoding the Netscape password expiring response control.

Method Detail

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

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.