@Component public class AuthenticationSettingsImpl extends org.molgenis.settings.DefaultSettingsEntity implements AuthenticationSettings
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationSettingsImpl.Meta |
| Constructor and Description |
|---|
AuthenticationSettingsImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoogleAppClientId() |
boolean |
getGoogleSignIn() |
boolean |
getSignUp() |
boolean |
getSignUpModeration() |
TwoFactorAuthenticationSetting |
getTwoFactorAuthentication() |
void |
setGoogleAppClientId(String googleAppClientId) |
void |
setGoogleSignIn(boolean googleSignIn) |
void |
setSignUp(boolean signUp) |
void |
setSignUpModeration(boolean signUpModeration) |
void |
setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication) |
addListener, equals, get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, hashCode, removeListener, set, set, setIdValue, toStringinitpublic boolean getSignUp()
getSignUp in interface AuthenticationSettingspublic void setSignUp(boolean signUp)
setSignUp in interface AuthenticationSettingssignUp - true if sign up is enabledpublic boolean getSignUpModeration()
getSignUpModeration in interface AuthenticationSettingspublic void setSignUpModeration(boolean signUpModeration)
setSignUpModeration in interface AuthenticationSettingssignUpModeration - true if sign up is moderatedpublic void setGoogleSignIn(boolean googleSignIn)
setGoogleSignIn in interface AuthenticationSettingsgoogleSignIn - whether sign in is enabledpublic boolean getGoogleSignIn()
getGoogleSignIn in interface AuthenticationSettingstrue if sign in is enabledpublic void setGoogleAppClientId(String googleAppClientId)
setGoogleAppClientId in interface AuthenticationSettingsgoogleAppClientId - Google app client ID used during Google Sign-Inpublic String getGoogleAppClientId()
getGoogleAppClientId in interface AuthenticationSettingspublic void setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication)
setTwoFactorAuthentication in interface AuthenticationSettingstwoFactorAuthentication - whether two factor authentication is disabled, enabled or enforcedpublic TwoFactorAuthenticationSetting getTwoFactorAuthentication()
getTwoFactorAuthentication in interface AuthenticationSettingsenabled or enforced if two factor authentication is optional or mandatory, disabled when it is offCopyright © 2018 Pivotal Software, Inc.. All rights reserved.