Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Class PasswordPolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.idm.IMException
              extended by oracle.security.idm.PasswordPolicyException

All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicyException
extends IMException
See Also:
Serialized Form

Field Summary
static int ACCT_DISABLED_ERROR
           
static int ACCT_INACTIVE_ERROR
           
static int ACCT_UNLOCK_ERROR
           
static int PASSWORD_ACCOUNT_LOCKED_ERROR
           
static int PASSWORD_EXPIRE_WARNING
           
static int PASSWORD_EXPIRED_ERROR
           
static int PASSWORD_GRACE_LOGIN_WARNING
           
static int PASSWORD_ILLEGAL_VALUE_ERROR
           
static int PASSWORD_IN_HISTORY_ERROR
           
static int PASSWORD_IP_ACCOUNT_LOCKED_ERROR
           
static int PASSWORD_MINLENGTH_ERROR
           
static int PASSWORD_MUST_CHANGE_WARNING
           
static int PASSWORD_NULL_ERROR
           
static int PASSWORD_NUMERIC_ERROR
           
protected  int statusCode
           

 

Constructor Summary
PasswordPolicyException(int statusCode, boolean isError)
           
PasswordPolicyException(java.lang.String s, int statusCode, boolean isError)
           

 

Method Summary
 int getPolicyStatusCode()
           
 boolean isError()
           

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

PASSWORD_EXPIRE_WARNING

public static final int PASSWORD_EXPIRE_WARNING
See Also:
Constant Field Values

PASSWORD_GRACE_LOGIN_WARNING

public static final int PASSWORD_GRACE_LOGIN_WARNING
See Also:
Constant Field Values

PASSWORD_MUST_CHANGE_WARNING

public static final int PASSWORD_MUST_CHANGE_WARNING
See Also:
Constant Field Values

PASSWORD_EXPIRED_ERROR

public static final int PASSWORD_EXPIRED_ERROR
See Also:
Constant Field Values

PASSWORD_ACCOUNT_LOCKED_ERROR

public static final int PASSWORD_ACCOUNT_LOCKED_ERROR
See Also:
Constant Field Values

PASSWORD_MINLENGTH_ERROR

public static final int PASSWORD_MINLENGTH_ERROR
See Also:
Constant Field Values

PASSWORD_NUMERIC_ERROR

public static final int PASSWORD_NUMERIC_ERROR
See Also:
Constant Field Values

PASSWORD_NULL_ERROR

public static final int PASSWORD_NULL_ERROR
See Also:
Constant Field Values

PASSWORD_IN_HISTORY_ERROR

public static final int PASSWORD_IN_HISTORY_ERROR
See Also:
Constant Field Values

PASSWORD_ILLEGAL_VALUE_ERROR

public static final int PASSWORD_ILLEGAL_VALUE_ERROR
See Also:
Constant Field Values

PASSWORD_IP_ACCOUNT_LOCKED_ERROR

public static final int PASSWORD_IP_ACCOUNT_LOCKED_ERROR
See Also:
Constant Field Values

ACCT_DISABLED_ERROR

public static final int ACCT_DISABLED_ERROR
See Also:
Constant Field Values

ACCT_UNLOCK_ERROR

public static final int ACCT_UNLOCK_ERROR
See Also:
Constant Field Values

ACCT_INACTIVE_ERROR

public static final int ACCT_INACTIVE_ERROR
See Also:
Constant Field Values

statusCode

protected int statusCode

Constructor Detail

PasswordPolicyException

public PasswordPolicyException(int statusCode,
                               boolean isError)

PasswordPolicyException

public PasswordPolicyException(java.lang.String s,
                               int statusCode,
                               boolean isError)

Method Detail

getPolicyStatusCode

public int getPolicyStatusCode()

isError

public boolean isError()

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.