Class PasswordPolicyEntity

    • Constructor Detail

      • PasswordPolicyEntity

        public PasswordPolicyEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getUserType

        public UserTypeEntity getUserType()
        Gets value for attribute userType
      • setUserType

        public void setUserType​(UserTypeEntity userType)
        Sets value for attribute userType
      • getType

        public String getType()
        Gets value for attribute type
      • setType

        public void setType​(String type)
        Sets value for attribute type
      • getRenewalTime

        public Long getRenewalTime()
        Gets value for attribute renewalTime
      • setRenewalTime

        public void setRenewalTime​(Long renewalTime)
        Sets value for attribute renewalTime
      • getAvailableTime

        public Long getAvailableTime()
        Gets value for attribute availableTime
      • setAvailableTime

        public void setAvailableTime​(Long availableTime)
        Sets value for attribute availableTime
      • getGracePeriodTime

        public Long getGracePeriodTime()
        Gets value for attribute gracePeriodTime
      • setGracePeriodTime

        public void setGracePeriodTime​(Long gracePeriodTime)
        Sets value for attribute gracePeriodTime
      • getMinimumPeriod

        public Long getMinimumPeriod()
        Gets value for attribute minimumPeriod
      • setMinimumPeriod

        public void setMinimumPeriod​(Long minimumPeriod)
        Sets value for attribute minimumPeriod
      • getMinLength

        public Long getMinLength()
        Gets value for attribute minLength
      • setMinLength

        public void setMinLength​(Long minLength)
        Sets value for attribute minLength
      • getMaxLength

        public Long getMaxLength()
        Gets value for attribute maxLength
      • setMaxLength

        public void setMaxLength​(Long maxLength)
        Sets value for attribute maxLength
      • getRegularExpression

        public String getRegularExpression()
        Gets value for attribute regularExpression
      • setRegularExpression

        public void setRegularExpression​(String regularExpression)
        Sets value for attribute regularExpression
      • getMinUpperCase

        public Long getMinUpperCase()
        Gets value for attribute minUpperCase
      • setMinUpperCase

        public void setMinUpperCase​(Long minUpperCase)
        Sets value for attribute minUpperCase
      • getMaxUpperCase

        public Long getMaxUpperCase()
        Gets value for attribute maxUpperCase
      • setMaxUpperCase

        public void setMaxUpperCase​(Long maxUpperCase)
        Sets value for attribute maxUpperCase
      • getMinLowerCase

        public Long getMinLowerCase()
        Gets value for attribute minLowerCase
      • setMinLowerCase

        public void setMinLowerCase​(Long minLowerCase)
        Sets value for attribute minLowerCase
      • getMaxLowerCase

        public Long getMaxLowerCase()
        Gets value for attribute maxLowerCase
      • setMaxLowerCase

        public void setMaxLowerCase​(Long maxLowerCase)
        Sets value for attribute maxLowerCase
      • getMinNumbers

        public Long getMinNumbers()
        Gets value for attribute minNumbers
      • setMinNumbers

        public void setMinNumbers​(Long minNumbers)
        Sets value for attribute minNumbers
      • getMaxNumbers

        public Long getMaxNumbers()
        Gets value for attribute maxNumbers
      • setMaxNumbers

        public void setMaxNumbers​(Long maxNumbers)
        Sets value for attribute maxNumbers
      • getMinSymbols

        public Long getMinSymbols()
        Gets value for attribute minSymbols
      • setMinSymbols

        public void setMinSymbols​(Long minSymbols)
        Sets value for attribute minSymbols
      • getMaxSymbols

        public Long getMaxSymbols()
        Gets value for attribute maxSymbols
      • setMaxSymbols

        public void setMaxSymbols​(Long maxSymbols)
        Sets value for attribute maxSymbols
      • getRememberedPasswords

        public Long getRememberedPasswords()
        Gets value for attribute rememberedPasswords
      • setRememberedPasswords

        public void setRememberedPasswords​(Long rememberedPasswords)
        Sets value for attribute rememberedPasswords
      • getPasswordDomain

        public PasswordDomainEntity getPasswordDomain()
        Gets value for attribute passwordDomain
      • setPasswordDomain

        public void setPasswordDomain​(PasswordDomainEntity passwordDomain)
        Sets value for attribute passwordDomain
      • getAllowPasswordQuery

        public Boolean getAllowPasswordQuery()
        Gets value for attribute allowPasswordQuery
      • setAllowPasswordQuery

        public void setAllowPasswordQuery​(Boolean allowPasswordQuery)
        Sets value for attribute allowPasswordQuery
      • getAllowPasswordChange

        public Boolean getAllowPasswordChange()
        Gets value for attribute allowPasswordChange
      • setAllowPasswordChange

        public void setAllowPasswordChange​(Boolean allowPasswordChange)
        Sets value for attribute allowPasswordChange
      • getComplexPasswords

        public Boolean getComplexPasswords()
        Gets value for attribute complexPasswords
      • setComplexPasswords

        public void setComplexPasswords​(Boolean complexPasswords)
        Sets value for attribute complexPasswords
      • getMaxFailures

        public Integer getMaxFailures()
        Gets value for attribute maxFailures
      • setMaxFailures

        public void setMaxFailures​(Integer maxFailures)
        Sets value for attribute maxFailures
      • getUnlockAfterSeconds

        public Integer getUnlockAfterSeconds()
        Gets value for attribute unlockAfterSeconds
      • setUnlockAfterSeconds

        public void setUnlockAfterSeconds​(Integer unlockAfterSeconds)
        Sets value for attribute unlockAfterSeconds
      • getValidationScript

        public String getValidationScript()
        Gets value for attribute validationScript
      • setValidationScript

        public void setValidationScript​(String validationScript)
        Sets value for attribute validationScript
      • getValidationScriptDescription

        public String getValidationScriptDescription()
        Gets value for attribute validationScriptDescription
      • setValidationScriptDescription

        public void setValidationScriptDescription​(String validationScriptDescription)
        Sets value for attribute validationScriptDescription
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an PasswordPolicyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object