Uses of Class
com.floragunn.searchguard.configuration.SearchGuardLicense
-
Packages that use SearchGuardLicense Package Description com.floragunn.searchguard.action.licenseinfo com.floragunn.searchguard.compliance com.floragunn.searchguard.configuration -
-
Uses of SearchGuardLicense in com.floragunn.searchguard.action.licenseinfo
Methods in com.floragunn.searchguard.action.licenseinfo that return SearchGuardLicense Modifier and Type Method Description SearchGuardLicenseLicenseInfoNodeResponse. getLicense()Constructors in com.floragunn.searchguard.action.licenseinfo with parameters of type SearchGuardLicense Constructor Description LicenseInfoNodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, SearchGuardLicense license, Set<ModuleInfo> modules) -
Uses of SearchGuardLicense in com.floragunn.searchguard.compliance
Methods in com.floragunn.searchguard.compliance with parameters of type SearchGuardLicense Modifier and Type Method Description voidComplianceConfig. onChange(SearchGuardLicense license) -
Uses of SearchGuardLicense in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration that return SearchGuardLicense Modifier and Type Method Description static SearchGuardLicenseSearchGuardLicense. createTrialLicense(String issueDate, org.elasticsearch.cluster.service.ClusterService clusterService, String msg)SearchGuardLicenseConfigurationRepository. getLicense()Methods in com.floragunn.searchguard.configuration with parameters of type SearchGuardLicense Modifier and Type Method Description voidLicenseChangeListener. onChange(SearchGuardLicense license)
-