Package org.compiere.model
Interface I_AD_PasswordRule
-
- All Known Implementing Classes:
MPasswordRule,X_AD_PasswordRule
public interface I_AD_PasswordRuleGenerated Interface for AD_PasswordRule- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PasswordRule_IDColumn name AD_PasswordRule_IDstatic StringCOLUMNNAME_AD_PasswordRule_UUColumn name AD_PasswordRule_UUstatic StringCOLUMNNAME_AlphabeticalCharacterColumn name AlphabeticalCharacterstatic StringCOLUMNNAME_AlphabeticalSequenceColumn name AlphabeticalSequencestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_Days_Reuse_PasswordColumn name Days_Reuse_Passwordstatic StringCOLUMNNAME_DigitCharacterColumn name DigitCharacterstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDictMatchBackwardsColumn name IsDictMatchBackwardsstatic StringCOLUMNNAME_IsUserNameRuleColumn name IsUserNameRulestatic StringCOLUMNNAME_IsUsingDictionaryColumn name IsUsingDictionarystatic StringCOLUMNNAME_IsWhitespaceColumn name IsWhitespacestatic StringCOLUMNNAME_LowercaseCharacterColumn name LowercaseCharacterstatic StringCOLUMNNAME_MaxLengthColumn name MaxLengthstatic StringCOLUMNNAME_MinLengthColumn name MinLengthstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_NonAlphaNumericCharacterColumn name NonAlphaNumericCharacterstatic StringCOLUMNNAME_NumericalSequenceColumn name NumericalSequencestatic StringCOLUMNNAME_PathDictionaryColumn name PathDictionarystatic StringCOLUMNNAME_QWERTYSequenceColumn name QWERTYSequencestatic StringCOLUMNNAME_RepeatCharacterRegexColumn name RepeatCharacterRegexstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_UppercaseCharacterColumn name UppercaseCharacterstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200005static StringTable_NameTableName=AD_PasswordRule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_PasswordRule_ID()Get Password PoliciesStringgetAD_PasswordRule_UU()Get AD_PasswordRule_UUintgetAlphabeticalCharacter()Get Alphabetical Character.intgetAlphabeticalSequence()Get Alphabetical Sequence.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.intgetDays_Reuse_Password()Get Days Reuse Password.intgetDigitCharacter()Get Digit Character.intgetLowercaseCharacter()Get Lowercase Character.intgetMaxLength()Get Maximum Length.intgetMinLength()Get Minimum LengthStringgetName()Get Name.intgetNonAlphaNumericCharacter()Get Non Alpha Numeric Character.intgetNumericalSequence()Get Numerical Sequence.StringgetPathDictionary()Get Path DictionaryintgetQWERTYSequence()Get QWERTY Sequence.intgetRepeatCharacterRegex()Get Repeat Character Regex.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.intgetUppercaseCharacter()Get Uppercase Character.booleanisActive()Get Active.booleanisDictMatchBackwards()Get Match Backwards of Dictionary.booleanisUserNameRule()Get User Name Rule.booleanisUsingDictionary()Get Using DictionarybooleanisWhitespace()Get Whitespace.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PasswordRule_ID(int AD_PasswordRule_ID)Set Password PoliciesvoidsetAD_PasswordRule_UU(String AD_PasswordRule_UU)Set AD_PasswordRule_UUvoidsetAlphabeticalCharacter(int AlphabeticalCharacter)Set Alphabetical Character.voidsetAlphabeticalSequence(int AlphabeticalSequence)Set Alphabetical Sequence.voidsetDays_Reuse_Password(int Days_Reuse_Password)Set Days Reuse Password.voidsetDigitCharacter(int DigitCharacter)Set Digit Character.voidsetIsActive(boolean IsActive)Set Active.voidsetIsDictMatchBackwards(boolean IsDictMatchBackwards)Set Match Backwards of Dictionary.voidsetIsUserNameRule(boolean IsUserNameRule)Set User Name Rule.voidsetIsUsingDictionary(boolean IsUsingDictionary)Set Using DictionaryvoidsetIsWhitespace(boolean IsWhitespace)Set Whitespace.voidsetLowercaseCharacter(int LowercaseCharacter)Set Lowercase Character.voidsetMaxLength(int MaxLength)Set Maximum Length.voidsetMinLength(int MinLength)Set Minimum LengthvoidsetName(String Name)Set Name.voidsetNonAlphaNumericCharacter(int NonAlphaNumericCharacter)Set Non Alpha Numeric Character.voidsetNumericalSequence(int NumericalSequence)Set Numerical Sequence.voidsetPathDictionary(String PathDictionary)Set Path DictionaryvoidsetQWERTYSequence(int QWERTYSequence)Set QWERTY Sequence.voidsetRepeatCharacterRegex(int RepeatCharacterRegex)Set Repeat Character Regex.voidsetUppercaseCharacter(int UppercaseCharacter)Set Uppercase Character.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_PasswordRule- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200005- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PasswordRule_ID
static final String COLUMNNAME_AD_PasswordRule_ID
Column name AD_PasswordRule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PasswordRule_UU
static final String COLUMNNAME_AD_PasswordRule_UU
Column name AD_PasswordRule_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AlphabeticalCharacter
static final String COLUMNNAME_AlphabeticalCharacter
Column name AlphabeticalCharacter- See Also:
- Constant Field Values
-
COLUMNNAME_AlphabeticalSequence
static final String COLUMNNAME_AlphabeticalSequence
Column name AlphabeticalSequence- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Days_Reuse_Password
static final String COLUMNNAME_Days_Reuse_Password
Column name Days_Reuse_Password- See Also:
- Constant Field Values
-
COLUMNNAME_DigitCharacter
static final String COLUMNNAME_DigitCharacter
Column name DigitCharacter- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDictMatchBackwards
static final String COLUMNNAME_IsDictMatchBackwards
Column name IsDictMatchBackwards- See Also:
- Constant Field Values
-
COLUMNNAME_IsUserNameRule
static final String COLUMNNAME_IsUserNameRule
Column name IsUserNameRule- See Also:
- Constant Field Values
-
COLUMNNAME_IsUsingDictionary
static final String COLUMNNAME_IsUsingDictionary
Column name IsUsingDictionary- See Also:
- Constant Field Values
-
COLUMNNAME_IsWhitespace
static final String COLUMNNAME_IsWhitespace
Column name IsWhitespace- See Also:
- Constant Field Values
-
COLUMNNAME_LowercaseCharacter
static final String COLUMNNAME_LowercaseCharacter
Column name LowercaseCharacter- See Also:
- Constant Field Values
-
COLUMNNAME_MaxLength
static final String COLUMNNAME_MaxLength
Column name MaxLength- See Also:
- Constant Field Values
-
COLUMNNAME_MinLength
static final String COLUMNNAME_MinLength
Column name MinLength- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_NonAlphaNumericCharacter
static final String COLUMNNAME_NonAlphaNumericCharacter
Column name NonAlphaNumericCharacter- See Also:
- Constant Field Values
-
COLUMNNAME_NumericalSequence
static final String COLUMNNAME_NumericalSequence
Column name NumericalSequence- See Also:
- Constant Field Values
-
COLUMNNAME_PathDictionary
static final String COLUMNNAME_PathDictionary
Column name PathDictionary- See Also:
- Constant Field Values
-
COLUMNNAME_QWERTYSequence
static final String COLUMNNAME_QWERTYSequence
Column name QWERTYSequence- See Also:
- Constant Field Values
-
COLUMNNAME_RepeatCharacterRegex
static final String COLUMNNAME_RepeatCharacterRegex
Column name RepeatCharacterRegex- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_UppercaseCharacter
static final String COLUMNNAME_UppercaseCharacter
Column name UppercaseCharacter- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_PasswordRule_ID
void setAD_PasswordRule_ID(int AD_PasswordRule_ID)
Set Password Policies
-
getAD_PasswordRule_ID
int getAD_PasswordRule_ID()
Get Password Policies
-
setAD_PasswordRule_UU
void setAD_PasswordRule_UU(String AD_PasswordRule_UU)
Set AD_PasswordRule_UU
-
getAD_PasswordRule_UU
String getAD_PasswordRule_UU()
Get AD_PasswordRule_UU
-
setAlphabeticalCharacter
void setAlphabeticalCharacter(int AlphabeticalCharacter)
Set Alphabetical Character. Require at least # alphabetical in passwords
-
getAlphabeticalCharacter
int getAlphabeticalCharacter()
Get Alphabetical Character. Require at least # alphabetical in passwords
-
setAlphabeticalSequence
void setAlphabeticalSequence(int AlphabeticalSequence)
Set Alphabetical Sequence. Lenght of alphabetical sequence to validate
-
getAlphabeticalSequence
int getAlphabeticalSequence()
Get Alphabetical Sequence. Lenght of alphabetical sequence to validate
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDays_Reuse_Password
void setDays_Reuse_Password(int Days_Reuse_Password)
Set Days Reuse Password. Define number of day can reuser password
-
getDays_Reuse_Password
int getDays_Reuse_Password()
Get Days Reuse Password. Define number of day can reuser password
-
setDigitCharacter
void setDigitCharacter(int DigitCharacter)
Set Digit Character. Require at least # digit in passwords
-
getDigitCharacter
int getDigitCharacter()
Get Digit Character. Require at least # digit in passwords
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsDictMatchBackwards
void setIsDictMatchBackwards(boolean IsDictMatchBackwards)
Set Match Backwards of Dictionary. Match dictionary words backwards
-
isDictMatchBackwards
boolean isDictMatchBackwards()
Get Match Backwards of Dictionary. Match dictionary words backwards
-
setIsUserNameRule
void setIsUserNameRule(boolean IsUserNameRule)
Set User Name Rule. Validate the password doesn' t contain user name (ignore case and match backwards)
-
isUserNameRule
boolean isUserNameRule()
Get User Name Rule. Validate the password doesn' t contain user name (ignore case and match backwards)
-
setIsUsingDictionary
void setIsUsingDictionary(boolean IsUsingDictionary)
Set Using Dictionary
-
isUsingDictionary
boolean isUsingDictionary()
Get Using Dictionary
-
setIsWhitespace
void setIsWhitespace(boolean IsWhitespace)
Set Whitespace. Whitespace validation
-
isWhitespace
boolean isWhitespace()
Get Whitespace. Whitespace validation
-
setLowercaseCharacter
void setLowercaseCharacter(int LowercaseCharacter)
Set Lowercase Character. Require at least # lower case char
-
getLowercaseCharacter
int getLowercaseCharacter()
Get Lowercase Character. Require at least # lower case char
-
setMaxLength
void setMaxLength(int MaxLength)
Set Maximum Length. Maximum Length of Data
-
getMaxLength
int getMaxLength()
Get Maximum Length. Maximum Length of Data
-
setMinLength
void setMinLength(int MinLength)
Set Minimum Length
-
getMinLength
int getMinLength()
Get Minimum Length
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setNonAlphaNumericCharacter
void setNonAlphaNumericCharacter(int NonAlphaNumericCharacter)
Set Non Alpha Numeric Character. Require at least # non-alphanumeric char
-
getNonAlphaNumericCharacter
int getNonAlphaNumericCharacter()
Get Non Alpha Numeric Character. Require at least # non-alphanumeric char
-
setNumericalSequence
void setNumericalSequence(int NumericalSequence)
Set Numerical Sequence. Length of numerical sequence to validate
-
getNumericalSequence
int getNumericalSequence()
Get Numerical Sequence. Length of numerical sequence to validate
-
setPathDictionary
void setPathDictionary(String PathDictionary)
Set Path Dictionary
-
getPathDictionary
String getPathDictionary()
Get Path Dictionary
-
setQWERTYSequence
void setQWERTYSequence(int QWERTYSequence)
Set QWERTY Sequence. Lenght of QWERTY sequences to validate
-
getQWERTYSequence
int getQWERTYSequence()
Get QWERTY Sequence. Lenght of QWERTY sequences to validate
-
setRepeatCharacterRegex
void setRepeatCharacterRegex(int RepeatCharacterRegex)
Set Repeat Character Regex. Length of repeated characters to validate
-
getRepeatCharacterRegex
int getRepeatCharacterRegex()
Get Repeat Character Regex. Length of repeated characters to validate
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUppercaseCharacter
void setUppercaseCharacter(int UppercaseCharacter)
Set Uppercase Character. Require at least # upper case char
-
getUppercaseCharacter
int getUppercaseCharacter()
Get Uppercase Character. Require at least # upper case char
-
-