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 PasswordExpiredResponseControl

All Superinterfaces:
Control

public interface PasswordExpiredResponseControl
extends Control

The Netscape password expired response control as defined in draft-vchu-ldap-pwd-policy. This control indicates to a client that their password has expired and must be changed. This control always has a value which is the string "0".

See Also:
draft-vchu-ldap-pwd-policy - Password Policy for LDAP Directories

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

 

Method Summary

 

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

 

Field Detail

DECODER

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

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.