Class HvlOAuthUserPasswordPolicyModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.HvlOAuthUserPasswordPolicyModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlOAuthUserPasswordPolicyModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for password policy operations
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthUserPasswordPolicyModel

      public HvlOAuthUserPasswordPolicyModel()
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getEnabled

      public Boolean getEnabled()
      Gets enabled.
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • getMinLength

      public Integer getMinLength()
      Gets min length.
      Returns:
      the min length
    • setMinLength

      public void setMinLength(Integer minLength)
      Sets min length.
      Parameters:
      minLength - the min length
    • getMaxLength

      public Integer getMaxLength()
      Gets max length.
      Returns:
      the max length
    • setMaxLength

      public void setMaxLength(Integer maxLength)
      Sets max length.
      Parameters:
      maxLength - the max length
    • getUpperCaseCharCount

      public Integer getUpperCaseCharCount()
      Gets upper case char count.
      Returns:
      the upper case char count
    • setUpperCaseCharCount

      public void setUpperCaseCharCount(Integer upperCaseCharCount)
      Sets upper case char count.
      Parameters:
      upperCaseCharCount - the upper case char count
    • getLowerCaseCharCount

      public Integer getLowerCaseCharCount()
      Gets lower case char count.
      Returns:
      the lower case char count
    • setLowerCaseCharCount

      public void setLowerCaseCharCount(Integer lowerCaseCharCount)
      Sets lower case char count.
      Parameters:
      lowerCaseCharCount - the lower case char count
    • getNumericCharCount

      public Integer getNumericCharCount()
      Gets numeric char count.
      Returns:
      the numeric char count
    • setNumericCharCount

      public void setNumericCharCount(Integer numericCharCount)
      Sets numeric char count.
      Parameters:
      numericCharCount - the numeric char count
    • getSymbolCharCount

      public Integer getSymbolCharCount()
      Gets symbol char count.
      Returns:
      the symbol char count
    • setSymbolCharCount

      public void setSymbolCharCount(Integer symbolCharCount)
      Sets symbol char count.
      Parameters:
      symbolCharCount - the symbol char count
    • getNotEqualsLastPasswordCount

      public Integer getNotEqualsLastPasswordCount()
      Gets not equals last password count.
      Returns:
      the not equals last password count
    • setNotEqualsLastPasswordCount

      public void setNotEqualsLastPasswordCount(Integer notEqualsLastPasswordCount)
      Sets not equals last password count.
      Parameters:
      notEqualsLastPasswordCount - the not equals last password count
    • isThreeSameCharactersAllowed

      public boolean isThreeSameCharactersAllowed()
      Is three same characters allowed boolean.
      Returns:
      the boolean
    • setThreeSameCharactersAllowed

      public void setThreeSameCharactersAllowed(boolean threeSameCharactersAllowed)
      Sets three same characters allowed.
      Parameters:
      threeSameCharactersAllowed - the three same characters allowed
    • isThreeConsecutiveNumbersAllowed

      public boolean isThreeConsecutiveNumbersAllowed()
      Is three consecutive numbers allowed boolean.
      Returns:
      the boolean
    • setThreeConsecutiveNumbersAllowed

      public void setThreeConsecutiveNumbersAllowed(boolean threeConsecutiveNumbersAllowed)
      Sets three consecutive numbers allowed.
      Parameters:
      threeConsecutiveNumbersAllowed - the three consecutive numbers allowed
    • isThreeConsecutiveAlphabeticalLettersAllowed

      public boolean isThreeConsecutiveAlphabeticalLettersAllowed()
      Is three consecutive alphabetical letters allowed boolean.
      Returns:
      the boolean
    • setThreeConsecutiveAlphabeticalLettersAllowed

      public void setThreeConsecutiveAlphabeticalLettersAllowed(boolean threeConsecutiveAlphabeticalLettersAllowed)
      Sets three consecutive alphabetical letters allowed.
      Parameters:
      threeConsecutiveAlphabeticalLettersAllowed - the three consecutive alphabetical letters allowed
    • isPersonalInformationAllowed

      public boolean isPersonalInformationAllowed()
      Is personal information allowed boolean.
      Returns:
      the boolean
    • setPersonalInformationAllowed

      public void setPersonalInformationAllowed(boolean personalInformationAllowed)
      Sets personal information allowed.
      Parameters:
      personalInformationAllowed - the personal information allowed
    • getMaxPasswordAge

      public Integer getMaxPasswordAge()
      Gets max password age.
      Returns:
      the max password age
    • setMaxPasswordAge

      public void setMaxPasswordAge(Integer maxPasswordAge)
      Sets max password age.
      Parameters:
      maxPasswordAge - the max password age
    • isAllUsersPasswordMustBeChanged

      public boolean isAllUsersPasswordMustBeChanged()
      Is all users password must be changed boolean.
      Returns:
      the boolean
    • setAllUsersPasswordMustBeChanged

      public void setAllUsersPasswordMustBeChanged(boolean allUsersPasswordMustBeChanged)
      Sets all users password must be changed.
      Parameters:
      allUsersPasswordMustBeChanged - the all users password must be changed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>