Interface PasswordRecord


public interface PasswordRecord
A record saved in the password store.
Since:
7.20
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The login.
    default String
    url()
    The URL of the resource where the form is submitted.
  • Method Details

    • url

      default String url()
      The URL of the resource where the form is submitted.
    • login

      default String login()
      The login.

      For blacklisted records the login is empty.