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
getGeolocationDbVer()
String
getGeolocationKey()
int
getPwdEnforceHistory()
int
getPwdExpiration()
int
getPwdSize()
boolean
isAlertNewDevice()
boolean
isAllowSidInRequest()
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
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
setPwdEnforceHistory(int pwdEnforceHistory)
void
setPwdExpiration(int pwdExpiration)
void
setPwdSize(int pwdSize)
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)
-
-