Skip navigation links


oracle.iam.passwordmgmt.vo
Class Constants.Attributes

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.passwordmgmt.vo.Constants.Attributes

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Constants

public static final class Constants.Attributes
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static Constants.Attributes PWR_COMPLEX_PASSWORD
           
static Constants.Attributes PWR_DESC
           
static Constants.Attributes PWR_DICTIONARY_DELIMITER
           
static Constants.Attributes PWR_DICTIONARY_LOCATION
           
static Constants.Attributes PWR_DISALLOW_FNAME
           
static Constants.Attributes PWR_DISALLOW_LNAME
           
static Constants.Attributes PWR_DISALLOW_USERID
           
static Constants.Attributes PWR_ENFORCE_HISTORY
           
static Constants.Attributes PWR_INVALID_CHARS
           
static Constants.Attributes PWR_INVALID_STRINGS
           
static Constants.Attributes PWR_KEY
           
static Constants.Attributes PWR_MAX_LENGTH
           
static Constants.Attributes PWR_MAX_REPEATED
           
static Constants.Attributes PWR_MAX_SPECIAL_CHAR
           
static Constants.Attributes PWR_MAX_UNICODE
           
static Constants.Attributes PWR_MIN_AGE
           
static Constants.Attributes PWR_MIN_ALPHA
           
static Constants.Attributes PWR_MIN_ALPHANUM
           
static Constants.Attributes PWR_MIN_EXPIRES_AFTER
           
static Constants.Attributes PWR_MIN_LENGTH
           
static Constants.Attributes PWR_MIN_LOWERCASE
           
static Constants.Attributes PWR_MIN_NUMBER
           
static Constants.Attributes PWR_MIN_SPECIAL_CHAR
           
static Constants.Attributes PWR_MIN_UNICODE
           
static Constants.Attributes PWR_MIN_UNIQUE
           
static Constants.Attributes PWR_MIN_UPPERCASE
           
static Constants.Attributes PWR_NAME
           
static Constants.Attributes PWR_REQD_CHARS
           
static Constants.Attributes PWR_STARTS_WITH_CHAR
           
static Constants.Attributes PWR_VALID_CHARS
           
static Constants.Attributes PWR_WARN_AFTER
           

 

Method Summary
 java.lang.String getColumn()
           
 java.lang.String getField()
           
static Constants.Attributes valueOf(java.lang.String name)
           
static Constants.Attributes[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

PWR_KEY

public static final Constants.Attributes PWR_KEY

PWR_NAME

public static final Constants.Attributes PWR_NAME

PWR_DESC

public static final Constants.Attributes PWR_DESC

PWR_MIN_LENGTH

public static final Constants.Attributes PWR_MIN_LENGTH

PWR_MAX_LENGTH

public static final Constants.Attributes PWR_MAX_LENGTH

PWR_MIN_ALPHA

public static final Constants.Attributes PWR_MIN_ALPHA

PWR_MIN_NUMBER

public static final Constants.Attributes PWR_MIN_NUMBER

PWR_MIN_ALPHANUM

public static final Constants.Attributes PWR_MIN_ALPHANUM

PWR_MIN_SPECIAL_CHAR

public static final Constants.Attributes PWR_MIN_SPECIAL_CHAR

PWR_MAX_SPECIAL_CHAR

public static final Constants.Attributes PWR_MAX_SPECIAL_CHAR

PWR_MAX_REPEATED

public static final Constants.Attributes PWR_MAX_REPEATED

PWR_MIN_UNIQUE

public static final Constants.Attributes PWR_MIN_UNIQUE

PWR_MIN_UPPERCASE

public static final Constants.Attributes PWR_MIN_UPPERCASE

PWR_MIN_LOWERCASE

public static final Constants.Attributes PWR_MIN_LOWERCASE

PWR_MIN_EXPIRES_AFTER

public static final Constants.Attributes PWR_MIN_EXPIRES_AFTER

PWR_WARN_AFTER

public static final Constants.Attributes PWR_WARN_AFTER

PWR_REQD_CHARS

public static final Constants.Attributes PWR_REQD_CHARS

PWR_INVALID_CHARS

public static final Constants.Attributes PWR_INVALID_CHARS

PWR_VALID_CHARS

public static final Constants.Attributes PWR_VALID_CHARS

PWR_INVALID_STRINGS

public static final Constants.Attributes PWR_INVALID_STRINGS

PWR_STARTS_WITH_CHAR

public static final Constants.Attributes PWR_STARTS_WITH_CHAR

PWR_DISALLOW_USERID

public static final Constants.Attributes PWR_DISALLOW_USERID

PWR_DISALLOW_FNAME

public static final Constants.Attributes PWR_DISALLOW_FNAME

PWR_DISALLOW_LNAME

public static final Constants.Attributes PWR_DISALLOW_LNAME

PWR_DICTIONARY_LOCATION

public static final Constants.Attributes PWR_DICTIONARY_LOCATION

PWR_DICTIONARY_DELIMITER

public static final Constants.Attributes PWR_DICTIONARY_DELIMITER

PWR_ENFORCE_HISTORY

public static final Constants.Attributes PWR_ENFORCE_HISTORY

PWR_MIN_AGE

public static final Constants.Attributes PWR_MIN_AGE

PWR_COMPLEX_PASSWORD

public static final Constants.Attributes PWR_COMPLEX_PASSWORD

PWR_MIN_UNICODE

public static final Constants.Attributes PWR_MIN_UNICODE

PWR_MAX_UNICODE

public static final Constants.Attributes PWR_MAX_UNICODE

Method Detail

values

public static Constants.Attributes[] values()

valueOf

public static Constants.Attributes valueOf(java.lang.String name)

getField

public java.lang.String getField()

getColumn

public java.lang.String getColumn()

Skip navigation links


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