Interface I_AD_PasswordRule

All Known Implementing Classes:
MPasswordRule, X_AD_PasswordRule

public interface I_AD_PasswordRule
Generated Interface for AD_PasswordRule
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Org_ID

      void setAD_Org_ID(int AD_Org_ID)
      Set Organization. Organizational entity within tenant
    • getAD_Org_ID

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • 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. Length of alphabetical sequence to validate
    • getAlphabeticalSequence

      int getAlphabeticalSequence()
      Get Alphabetical Sequence. Length 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 reuse password
    • getDays_Reuse_Password

      int getDays_Reuse_Password()
      Get Days Reuse Password. Define number of day can reuse 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. Length of QWERTY sequences to validate
    • getQWERTYSequence

      int getQWERTYSequence()
      Get QWERTY Sequence. Length 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