|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PasswordPolicyResponseControl
The password policy response control as defined in draft-behera-ldap-password-policy.
If the client has sent a passwordPolicyRequest control, the server (when solicited by the inclusion of the request control) sends this control with the following operation responses: bindResponse, modifyResponse, addResponse, compareResponse and possibly extendedResponse, to inform of various conditions, and MAY be sent with other operations (in the case of the changeAfterReset error).
PasswordPolicyRequestControl, PasswordPolicyWarningType, PasswordPolicyErrorType, draft-behera-ldap-password-policy - Password Policy for LDAP Directories| Field Summary | |
|---|---|
static ControlDecoder<PasswordPolicyResponseControl> |
DECODERA decoder which can be used for decoding the password policy response control. |
| Method Summary | |
|---|---|
PasswordPolicyErrorType |
getErrorType()Returns the password policy error type, if available. |
PasswordPolicyWarningType |
getWarningType()Returns the password policy warning type, if available. |
int |
getWarningValue()Returns the password policy warning value, if available. |
| Methods inherited from interface oracle.oud.controls.Control |
|---|
getAPIValue, getOID, hasValue, isCritical |
| Field Detail |
|---|
static final ControlDecoder<PasswordPolicyResponseControl> DECODER
| Method Detail |
|---|
PasswordPolicyErrorType getErrorType()
null if this control does not contain a error.PasswordPolicyWarningType getWarningType()
null if this control does not contain a warning.int getWarningValue()
-1 if this control does not contain a warning.
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||