Uses of Class
com.floragunn.searchguard.configuration.SearchGuardLicense.Feature
-
Packages that use SearchGuardLicense.Feature Package Description com.floragunn.searchguard.configuration -
-
Uses of SearchGuardLicense.Feature in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration that return SearchGuardLicense.Feature Modifier and Type Method Description SearchGuardLicense.Feature[]SearchGuardLicense. getFeatures()static SearchGuardLicense.FeatureSearchGuardLicense.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchGuardLicense.Feature[]SearchGuardLicense.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.configuration with parameters of type SearchGuardLicense.Feature Modifier and Type Method Description booleanSearchGuardLicense. hasFeature(SearchGuardLicense.Feature feature)Constructors in com.floragunn.searchguard.configuration with parameters of type SearchGuardLicense.Feature Constructor Description SearchGuardLicense(String uid, SearchGuardLicense.Type type, SearchGuardLicense.Feature[] features, String issueDate, String expiryDate, String issuedTo, String issuer, String startDate, Integer majorVersion, String clusterName, int allowedNodeCount, org.elasticsearch.cluster.service.ClusterService clusterService)
-