Interface PasswordStore.HashedPassword

Enclosing class:
PasswordStore

public static interface PasswordStore.HashedPassword
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(String password)
     
  • Method Details

    • matches

      boolean matches(String password)