Package org.compiere.model
Interface I_AD_PasswordRule
-
- All Known Implementing Classes:
MPasswordRule
,X_AD_PasswordRule
public interface I_AD_PasswordRule
Generated Interface for AD_PasswordRule- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PasswordRule_ID
Column name AD_PasswordRule_IDstatic String
COLUMNNAME_AD_PasswordRule_UU
Column name AD_PasswordRule_UUstatic String
COLUMNNAME_AlphabeticalCharacter
Column name AlphabeticalCharacterstatic String
COLUMNNAME_AlphabeticalSequence
Column name AlphabeticalSequencestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Days_Reuse_Password
Column name Days_Reuse_Passwordstatic String
COLUMNNAME_DigitCharacter
Column name DigitCharacterstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDictMatchBackwards
Column name IsDictMatchBackwardsstatic String
COLUMNNAME_IsUserNameRule
Column name IsUserNameRulestatic String
COLUMNNAME_IsUsingDictionary
Column name IsUsingDictionarystatic String
COLUMNNAME_IsWhitespace
Column name IsWhitespacestatic String
COLUMNNAME_LowercaseCharacter
Column name LowercaseCharacterstatic String
COLUMNNAME_MaxLength
Column name MaxLengthstatic String
COLUMNNAME_MinLength
Column name MinLengthstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_NonAlphaNumericCharacter
Column name NonAlphaNumericCharacterstatic String
COLUMNNAME_NumericalSequence
Column name NumericalSequencestatic String
COLUMNNAME_PathDictionary
Column name PathDictionarystatic String
COLUMNNAME_QWERTYSequence
Column name QWERTYSequencestatic String
COLUMNNAME_RepeatCharacterRegex
Column name RepeatCharacterRegexstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_UppercaseCharacter
Column name UppercaseCharacterstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200005static String
Table_Name
TableName=AD_PasswordRule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_PasswordRule_ID()
Get Password PoliciesString
getAD_PasswordRule_UU()
Get AD_PasswordRule_UUint
getAlphabeticalCharacter()
Get Alphabetical Character.int
getAlphabeticalSequence()
Get Alphabetical Sequence.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getDays_Reuse_Password()
Get Days Reuse Password.int
getDigitCharacter()
Get Digit Character.int
getLowercaseCharacter()
Get Lowercase Character.int
getMaxLength()
Get Maximum Length.int
getMinLength()
Get Minimum LengthString
getName()
Get Name.int
getNonAlphaNumericCharacter()
Get Non Alpha Numeric Character.int
getNumericalSequence()
Get Numerical Sequence.String
getPathDictionary()
Get Path Dictionaryint
getQWERTYSequence()
Get QWERTY Sequence.int
getRepeatCharacterRegex()
Get Repeat Character Regex.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.int
getUppercaseCharacter()
Get Uppercase Character.boolean
isActive()
Get Active.boolean
isDictMatchBackwards()
Get Match Backwards of Dictionary.boolean
isUserNameRule()
Get User Name Rule.boolean
isUsingDictionary()
Get Using Dictionaryboolean
isWhitespace()
Get Whitespace.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_PasswordRule_ID(int AD_PasswordRule_ID)
Set Password Policiesvoid
setAD_PasswordRule_UU(String AD_PasswordRule_UU)
Set AD_PasswordRule_UUvoid
setAlphabeticalCharacter(int AlphabeticalCharacter)
Set Alphabetical Character.void
setAlphabeticalSequence(int AlphabeticalSequence)
Set Alphabetical Sequence.void
setDays_Reuse_Password(int Days_Reuse_Password)
Set Days Reuse Password.void
setDigitCharacter(int DigitCharacter)
Set Digit Character.void
setIsActive(boolean IsActive)
Set Active.void
setIsDictMatchBackwards(boolean IsDictMatchBackwards)
Set Match Backwards of Dictionary.void
setIsUserNameRule(boolean IsUserNameRule)
Set User Name Rule.void
setIsUsingDictionary(boolean IsUsingDictionary)
Set Using Dictionaryvoid
setIsWhitespace(boolean IsWhitespace)
Set Whitespace.void
setLowercaseCharacter(int LowercaseCharacter)
Set Lowercase Character.void
setMaxLength(int MaxLength)
Set Maximum Length.void
setMinLength(int MinLength)
Set Minimum Lengthvoid
setName(String Name)
Set Name.void
setNonAlphaNumericCharacter(int NonAlphaNumericCharacter)
Set Non Alpha Numeric Character.void
setNumericalSequence(int NumericalSequence)
Set Numerical Sequence.void
setPathDictionary(String PathDictionary)
Set Path Dictionaryvoid
setQWERTYSequence(int QWERTYSequence)
Set QWERTY Sequence.void
setRepeatCharacterRegex(int RepeatCharacterRegex)
Set Repeat Character Regex.void
setUppercaseCharacter(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
-
-