Class GUISecuritySettings
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.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 Summary
Constructors Constructor Description GUISecuritySettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnonymousKey()
GUIUser
getAnonymousUser()
String
getContentSecurityPolicy()
String
getGeolocationDbVer()
String
getGeolocationKey()
Integer
getMaxInactivity()
int
getPwdDigit()
int
getPwdEnforceHistory()
int
getPwdExpiration()
int
getPwdLowerCase()
int
getPwdOccurrence()
int
getPwdSequence()
int
getPwdSize()
int
getPwdSpecial()
int
getPwdUpperCase()
boolean
isAlertNewDevice()
boolean
isAllowSidInRequest()
boolean
isCookiesSecure()
boolean
isEnableAnonymousLogin()
boolean
isForceSsl()
boolean
isGeolocationCache()
boolean
isGeolocationEnabled()
boolean
isIgnoreLoginCase()
boolean
isSaveLogin()
void
setAlertNewDevice(boolean alertNewDevice)
void
setAllowSidInRequest(boolean allowSidInRequest)
void
setAnonymousKey(String anonymousKey)
void
setAnonymousUser(GUIUser anonymousUser)
void
setContentSecurityPolicy(String contentSecurityPolicy)
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)
-
-
-
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)
-
isCookiesSecure
public boolean isCookiesSecure()
-
setCookiesSecure
public void setCookiesSecure(boolean cookiesSecure)
-
-