Class TwoFactorPasswordForm
- java.lang.Object
-
- jetbrains.buildServer.controllers.user.TwoFactorPasswordForm
-
public class TwoFactorPasswordForm extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMPTY_PASSWORD_ERR
static String
LOGIN_FAILURE_ERR
-
Constructor Summary
Constructors Constructor Description TwoFactorPasswordForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
boolean
isRecoveryKey()
void
setPassword(String password)
ActionErrors
validate()
-
-
-
Field Detail
-
EMPTY_PASSWORD_ERR
@NotNull public static final String EMPTY_PASSWORD_ERR
- See Also:
- Constant Field Values
-
LOGIN_FAILURE_ERR
@NotNull public static final String LOGIN_FAILURE_ERR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPassword
@NotNull public String getPassword()
-
setPassword
public void setPassword(String password)
-
isRecoveryKey
public boolean isRecoveryKey()
-
validate
@NotNull public ActionErrors validate()
-
-