@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 |
|---|---|
Iterable<OidcClient> |
getOidcClients() |
boolean |
getSignUp() |
boolean |
getSignUpModeration() |
TwoFactorAuthenticationSetting |
getTwoFactorAuthentication() |
void |
setOidcClients(List<OidcClient> oidcClients) |
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, setDataService, setEntityListenersService, 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 setOidcClients(List<OidcClient> oidcClients)
setOidcClients in interface AuthenticationSettingspublic Iterable<OidcClient> getOidcClients()
getOidcClients in interface AuthenticationSettingspublic void setSignUpModeration(boolean signUpModeration)
setSignUpModeration in interface AuthenticationSettingssignUpModeration - true if sign up is moderatedpublic 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 © 2019 Pivotal Software, Inc.. All rights reserved.