Uses of Class
com.floragunn.searchguard.sgconf.impl.CType
-
-
Uses of CType in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration that return types with arguments of type CType Modifier and Type Method Description Map<CType,SgDynamicConfiguration<?>>ConfigurationRepository. getConfigurationsFromIndex(Collection<CType> configTypes, boolean logComplianceEvent)This retrieves the config directly from the index without caching involvedMethods in com.floragunn.searchguard.configuration with parameters of type CType Modifier and Type Method Description SgDynamicConfiguration<?>ConfigurationRepository. getConfiguration(CType configurationType)Method parameters in com.floragunn.searchguard.configuration with type arguments of type CType Modifier and Type Method Description Map<CType,SgDynamicConfiguration<?>>ConfigurationRepository. getConfigurationsFromIndex(Collection<CType> configTypes, boolean logComplianceEvent)This retrieves the config directly from the index without caching involvedvoidConfigurationChangeListener. onChange(Map<CType,SgDynamicConfiguration<?>> typeToConfig)voidConfigurationRepository. reloadConfiguration(Collection<CType> configTypes) -
Uses of CType in com.floragunn.searchguard.sgconf
Method parameters in com.floragunn.searchguard.sgconf with type arguments of type CType Modifier and Type Method Description voidDynamicConfigFactory. onChange(Map<CType,SgDynamicConfiguration<?>> typeToConfig) -
Uses of CType in com.floragunn.searchguard.sgconf.impl
Methods in com.floragunn.searchguard.sgconf.impl that return CType Modifier and Type Method Description static CTypeCType. fromString(String value)CTypeMeta. getCType()CTypeSgDynamicConfiguration. getCType()static CTypeCType. valueOf(String name)Returns the enum constant of this type with the specified name.static CType[]CType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.sgconf.impl that return types with arguments of type CType Modifier and Type Method Description static Set<CType>CType. fromStringValues(String[] strings)Methods in com.floragunn.searchguard.sgconf.impl with parameters of type CType Modifier and Type Method Description static <T> SgDynamicConfiguration<T>SgDynamicConfiguration. fromJson(String json, CType ctype, int version, long seqNo, long primaryTerm)static <T> SgDynamicConfiguration<T>SgDynamicConfiguration. fromMap(Map<String,Object> map, CType ctype)static <T> SgDynamicConfiguration<T>SgDynamicConfiguration. fromMap(Map<String,Object> map, CType ctype, int version, long seqNo, long primaryTerm)static <T> SgDynamicConfiguration<T>SgDynamicConfiguration. fromNode(com.fasterxml.jackson.databind.JsonNode json, CType ctype, int version, long seqNo, long primaryTerm)voidSgDynamicConfiguration. setCType(CType ctype)static voidSgDynamicConfiguration. validate(SgDynamicConfiguration sdc, int version, CType ctype) -
Uses of CType in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support with parameters of type CType Modifier and Type Method Description static <T> SgDynamicConfiguration<T>ConfigHelper. fromYamlFile(String filepath, CType ctype, int version, long seqNo, long primaryTerm)static <T> SgDynamicConfiguration<T>ConfigHelper. fromYamlReader(Reader yamlReader, CType ctype, int version, long seqNo, long primaryTerm)static <T> SgDynamicConfiguration<T>ConfigHelper. fromYamlString(String yamlString, CType ctype, int version, long seqNo, long primaryTerm)static voidConfigHelper. uploadFile(org.elasticsearch.client.Client tc, String filepath, String index, CType cType, int configVersion) -
Uses of CType in com.floragunn.searchguard.tools
Methods in com.floragunn.searchguard.tools with parameters of type CType Modifier and Type Method Description static booleanMigrater. migrateFile(File file, CType cType, boolean backup)
-