
syncloud.storage.ISecured Maven / Gradle / Ivy
The newest version!
package syncloud.storage;
public interface ISecured {
boolean authenticate(String password);
boolean authenticated();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy