Package cronapp.framework.core.model
Class Auth
- java.lang.Object
-
- cronapp.framework.core.model.Auth
-
public class Auth extends Object
-
-
Method Summary
-
-
-
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()
-
getMutual
public Boolean getMutual()
-
getSocialNetworks
public List<SocialNetwork> getSocialNetworks()
-
setSocialNetworks
public Auth setSocialNetworks(List<SocialNetwork> socialNetworks)
-
getAutoSignUpSocial
public Boolean getAutoSignUpSocial()
-
setApplicationProperties
public Auth setApplicationProperties(Map<String,String> applicationProperties)
-
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)
-
-