
com.floragunn.searchguard.sgconf.Hideable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of search-guard-7 Show documentation
Show all versions of search-guard-7 Show documentation
Provide access control related features for Elasticsearch 6
The newest version!
package com.floragunn.searchguard.sgconf;
public interface Hideable {
boolean isHidden();
boolean isReserved();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy