Class GUISecuritySettings
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUISecuritySettings
- All Implemented Interfaces:
Serializable
Security Settings bean as used in the GUI
- Since:
- 6.0
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAlertNewDevice
(boolean alertNewDevice) void
setAllowSidInRequest
(boolean allowSidInRequest) void
setAnonymousKey
(String anonymousKey) void
setAnonymousUser
(GUIUser anonymousUser) void
setContentSecurityPolicy
(String contentSecurityPolicy) void
setCookiesSameSite
(String cookiesSameSite) void
setCookiesSecure
(boolean cookiesSecure) void
setEnableAnonymousLogin
(boolean enableAnonymousLogin) void
setForceSsl
(boolean forceSsl) void
setGeolocationCache
(boolean geolocationCache) void
setGeolocationDbVer
(String geolocationDbVer) void
setGeolocationEnabled
(boolean geolocationEnabled) void
setGeolocationKey
(String geolocationKey) void
setIgnoreLoginCase
(boolean ignoreLoginCase) void
setMaxInactivity
(Integer maxInactivity) void
setPwdDigit
(int pwdDigit) void
setPwdEnforceHistory
(int pwdEnforceHistory) void
setPwdExpiration
(int pwdExpiration) void
setPwdLowerCase
(int pwdLowerCase) void
setPwdOccurrence
(int pwdOccurrence) void
setPwdSequence
(int pwdSequence) void
setPwdSize
(int pwdSize) void
setPwdSpecial
(int pwdSpecial) void
setPwdUpperCase
(int pwdUpperCase) void
setSaveLogin
(boolean saveLogin)
-
Constructor Details
-
GUISecuritySettings
public GUISecuritySettings()
-
-
Method Details
-
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
-
setAnonymousUser
-
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
-
setAnonymousKey
-
isAllowSidInRequest
public boolean isAllowSidInRequest() -
setAllowSidInRequest
public void setAllowSidInRequest(boolean allowSidInRequest) -
isAlertNewDevice
public boolean isAlertNewDevice() -
setAlertNewDevice
public void setAlertNewDevice(boolean alertNewDevice) -
getGeolocationKey
-
setGeolocationKey
-
getGeolocationDbVer
-
setGeolocationDbVer
-
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
-
setMaxInactivity
-
getContentSecurityPolicy
-
setContentSecurityPolicy
-
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) -
isCookiesSecure
public boolean isCookiesSecure() -
setCookiesSecure
public void setCookiesSecure(boolean cookiesSecure) -
getCookiesSameSite
-
setCookiesSameSite
-