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

com.amazon.opendistroforelasticsearch.security.securityconf.Hashed Maven / Gradle / Ivy

package com.amazon.opendistroforelasticsearch.security.securityconf;

public interface Hashed {
    
    public String getHash();
    public void clearHash();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy