Uses of Class
com.floragunn.searchguard.configuration.SearchGuardLicense
-
-
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) -
Uses of SearchGuardLicense in com.floragunn.searchguard.modules.state
Methods in com.floragunn.searchguard.modules.state that return SearchGuardLicense Modifier and Type Method Description SearchGuardLicenseComponentState. getLicense()Methods in com.floragunn.searchguard.modules.state with parameters of type SearchGuardLicense Modifier and Type Method Description voidComponentState. setLicense(SearchGuardLicense license)
-