Interface AuthenticationSettings

    • Method Detail

      • getSignUp

        boolean getSignUp()
        Returns:
        whether sign up is enabled
      • setSignUp

        void setSignUp​(boolean signUp)
        Parameters:
        signUp - true if sign up is enabled
      • getSignUpModeration

        boolean getSignUpModeration()
        Returns:
        whether sign up is moderated
      • setOidcClients

        void setOidcClients​(java.util.List<OidcClient> oidcClients)
      • getOidcClients

        java.lang.Iterable<OidcClient> getOidcClients()
      • setSignUpModeration

        void setSignUpModeration​(boolean signUpModeration)
        Parameters:
        signUpModeration - true if sign up is moderated
      • setTwoFactorAuthentication

        void setTwoFactorAuthentication​(TwoFactorAuthenticationSetting twoFactorAuthentication)
        Parameters:
        twoFactorAuthentication - whether two factor authentication is disabled, enabled or enforced
      • getTwoFactorAuthentication

        TwoFactorAuthenticationSetting getTwoFactorAuthentication()
        Returns:
        enabled or enforced if two factor authentication is optional or mandatory, disabled when it is off