Class Auth


  • public class Auth
    extends Object
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDefaultDomain

        public String getDefaultDomain()
      • setDefaultDomain

        public void setDefaultDomain​(String defaultDomain)
      • getHostname

        public String getHostname()
      • setHostname

        public void setHostname​(String hostname)
      • getAutoSignUp

        public Boolean getAutoSignUp()
      • setAutoSignUp

        public void setAutoSignUp​(Boolean autoSignUp)
      • getSocialLogin

        public Boolean getSocialLogin()
      • setSocialLogin

        public Auth setSocialLogin​(Boolean socialLogin)
      • getMutual

        public Boolean getMutual()
      • setMutual

        public Auth setMutual​(Boolean mutual)
      • getAutoSignUpSocial

        public Boolean getAutoSignUpSocial()
      • setAutoSignUpSocial

        public Auth setAutoSignUpSocial​(Boolean autoSignUpSocial)
      • getApplicationProperties

        public Map<String,​String> getApplicationProperties()
      • setApplicationProperties

        public Auth setApplicationProperties​(Map<String,​String> applicationProperties)
      • getTemplateProperties

        public Map<String,​String> getTemplateProperties()
      • setTemplateProperties

        public Auth setTemplateProperties​(Map<String,​String> templateProperties)
      • getGroupName

        public String getGroupName()
      • setGroupName

        public void setGroupName​(String groupName)
      • getAvailableSignup

        public Boolean getAvailableSignup()
      • setAvailableSignup

        public void setAvailableSignup​(Boolean availableSignup)
      • getMinPasswordSize

        public Integer getMinPasswordSize()
      • setMinPasswordSize

        public void setMinPasswordSize​(Integer minPasswordSize)
      • getFailedAttempts

        public Integer getFailedAttempts()
      • setFailedAttempts

        public void setFailedAttempts​(Integer failedAttempts)
      • getBlockTime

        public Integer getBlockTime()
      • setBlockTime

        public void setBlockTime​(Integer blockTime)
      • getIdletime

        public Integer getIdletime()
      • setIdletime

        public void setIdletime​(Integer idletime)
      • getOnlyStrongPass

        public Boolean getOnlyStrongPass()
      • setOnlyStrongPass

        public void setOnlyStrongPass​(Boolean onlyStrongPass)
      • getDontAllowRepeatedPass

        public Boolean getDontAllowRepeatedPass()
      • setDontAllowRepeatedPass

        public void setDontAllowRepeatedPass​(Boolean dontAllowRepeatedPass)
      • getMinUpperCase

        public Integer getMinUpperCase()
      • setMinUpperCase

        public void setMinUpperCase​(Integer minUpperCase)
      • getMinDigit

        public Integer getMinDigit()
      • setMinDigit

        public void setMinDigit​(Integer minDigit)
      • getMinSpecial

        public Integer getMinSpecial()
      • setMinSpecial

        public void setMinSpecial​(Integer minSpecial)