public interface AuthenticationSettings
| 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) |
boolean getSignUp()
void setSignUp(boolean signUp)
signUp - true if sign up is enabledboolean getSignUpModeration()
void setOidcClients(List<OidcClient> oidcClients)
Iterable<OidcClient> getOidcClients()
void setSignUpModeration(boolean signUpModeration)
signUpModeration - true if sign up is moderatedvoid setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication)
twoFactorAuthentication - whether two factor authentication is disabled, enabled or
enforcedTwoFactorAuthenticationSetting getTwoFactorAuthentication()
enabled or enforced if two factor authentication is optional
or mandatory, disabled when it is offCopyright © 2019 Pivotal Software, Inc.. All rights reserved.