@FunctionalInterface public interface PasswordCallback extends Supplier<String>
Supplier
as the password
callback, so this interface is no longer necessary (kept for historical
compatibility).Modifier and Type | Method and Description |
---|---|
default String |
get() |
String |
getPassword()
Invoked by CryptCodecProvider when a password is necessary to open an
access database.
|
Copyright © 2010–2022 OpenHMS. All rights reserved.