Interface PasswordChangeContext
public interface PasswordChangeContext
The object providing some contextual information during password change.
-
Method Summary
Modifier and TypeMethodDescriptionThe object describing the password protection status (whether is locked, in cool-down mode, etc.).The object describing the latest recoverable error (if any).username()
The username whose password must be changed.
-
Method Details
-
username
String username()The username whose password must be changed.- Returns:
- the username
-
lastRecoverableError
Optional<PasswordChangeRecoverableError> lastRecoverableError()The object describing the latest recoverable error (if any).- Returns:
- the last recoverable error
-
authenticatorProtectionStatus
PasswordAuthenticatorProtectionStatus authenticatorProtectionStatus()The object describing the password protection status (whether is locked, in cool-down mode, etc.).- Returns:
- the
PasswordAuthenticatorProtectionStatus
-