Interface PasswordChangeContext


public interface PasswordChangeContext
The object providing some contextual information during password change.
See Also:
  • 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