All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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