Class GUISecuritySettings

  • All Implemented Interfaces:
    Serializable

    public class GUISecuritySettings
    extends Object
    implements Serializable
    Security Settings bean as used in the GUI
    Since:
    6.0
    Author:
    Matteo Caruso - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • GUISecuritySettings

        public GUISecuritySettings()
    • Method Detail

      • getPwdSize

        public int getPwdSize()
      • setPwdSize

        public void setPwdSize​(int pwdSize)
      • getPwdExpiration

        public int getPwdExpiration()
      • setPwdExpiration

        public void setPwdExpiration​(int pwdExpiration)
      • isSaveLogin

        public boolean isSaveLogin()
      • setSaveLogin

        public void setSaveLogin​(boolean saveLogin)
      • getAnonymousUser

        public GUIUser getAnonymousUser()
      • setAnonymousUser

        public void setAnonymousUser​(GUIUser anonymousUser)
      • isEnableAnonymousLogin

        public boolean isEnableAnonymousLogin()
      • setEnableAnonymousLogin

        public void setEnableAnonymousLogin​(boolean enableAnonymousLogin)
      • isIgnoreLoginCase

        public boolean isIgnoreLoginCase()
      • setIgnoreLoginCase

        public void setIgnoreLoginCase​(boolean ignoreLoginCase)
      • isForceSsl

        public boolean isForceSsl()
      • setForceSsl

        public void setForceSsl​(boolean forceSsl)
      • getAnonymousKey

        public String getAnonymousKey()
      • setAnonymousKey

        public void setAnonymousKey​(String anonymousKey)
      • isAllowSidInRequest

        public boolean isAllowSidInRequest()
      • setAllowSidInRequest

        public void setAllowSidInRequest​(boolean allowSidInRequest)
      • isAlertNewDevice

        public boolean isAlertNewDevice()
      • setAlertNewDevice

        public void setAlertNewDevice​(boolean alertNewDevice)
      • getGeolocationKey

        public String getGeolocationKey()
      • setGeolocationKey

        public void setGeolocationKey​(String geolocationKey)
      • getGeolocationDbVer

        public String getGeolocationDbVer()
      • setGeolocationDbVer

        public void setGeolocationDbVer​(String geolocationDbVer)
      • isGeolocationEnabled

        public boolean isGeolocationEnabled()
      • setGeolocationEnabled

        public void setGeolocationEnabled​(boolean geolocationEnabled)
      • isGeolocationCache

        public boolean isGeolocationCache()
      • setGeolocationCache

        public void setGeolocationCache​(boolean geolocationCache)
      • getPwdEnforceHistory

        public int getPwdEnforceHistory()
      • setPwdEnforceHistory

        public void setPwdEnforceHistory​(int pwdEnforceHistory)
      • getMaxInactivity

        public Integer getMaxInactivity()
      • setMaxInactivity

        public void setMaxInactivity​(Integer maxInactivity)
      • getContentSecurityPolicy

        public String getContentSecurityPolicy()
      • setContentSecurityPolicy

        public void setContentSecurityPolicy​(String contentSecurityPolicy)
      • getPwdUpperCase

        public int getPwdUpperCase()
      • setPwdUpperCase

        public void setPwdUpperCase​(int pwdUpperCase)
      • getPwdLowerCase

        public int getPwdLowerCase()
      • setPwdLowerCase

        public void setPwdLowerCase​(int pwdLowerCase)
      • getPwdDigit

        public int getPwdDigit()
      • setPwdDigit

        public void setPwdDigit​(int pwdDigit)
      • getPwdSpecial

        public int getPwdSpecial()
      • setPwdSpecial

        public void setPwdSpecial​(int pwdSpecial)
      • getPwdSequence

        public int getPwdSequence()
      • setPwdSequence

        public void setPwdSequence​(int pwdSequence)
      • getPwdOccurrence

        public int getPwdOccurrence()
      • setPwdOccurrence

        public void setPwdOccurrence​(int pwdOccurrence)