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 {

    String getHash();
    void setHash(String hash);
    void clearHash();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy