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 PasswordPolicyRequestControl

All Superinterfaces:
Control

public interface PasswordPolicyRequestControl
extends Control

The password policy request control as defined in draft-behera-ldap-password-policy.

This control may be sent with any request in order to convey to the server that this client is aware of, and can process the password policy response control. When a server receives this control, it will return the password policy response control when appropriate and with the proper data.

See Also:
PasswordPolicyResponseControl, draft-behera-ldap-password-policy - Password Policy for LDAP Directories

Field Summary
static ControlDecoder<PasswordPolicyRequestControl> DECODER
          A decoder which can be used for decoding the password policy request control.

 

Method Summary

 

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

 

Field Detail

DECODER

static final ControlDecoder<PasswordPolicyRequestControl> DECODER
A decoder which can be used for decoding the password policy request 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.