Uses of Class
com.floragunn.searchguard.sgconf.history.ConfigVersionSet
-
Packages that use ConfigVersionSet Package Description com.floragunn.searchguard.authtoken com.floragunn.searchguard.sgconf.history -
-
Uses of ConfigVersionSet in com.floragunn.searchguard.authtoken
Methods in com.floragunn.searchguard.authtoken that return ConfigVersionSet Modifier and Type Method Description ConfigVersionSetAuthTokenPrivilegeBase. getConfigVersions()Constructors in com.floragunn.searchguard.authtoken with parameters of type ConfigVersionSet Constructor Description AuthTokenPrivilegeBase(Collection<String> backendRoles, Collection<String> searchGuardRoles, Map<String,Object> attributes, ConfigVersionSet configVersions) -
Uses of ConfigVersionSet in com.floragunn.searchguard.sgconf.history
Fields in com.floragunn.searchguard.sgconf.history declared as ConfigVersionSet Modifier and Type Field Description static ConfigVersionSetConfigVersionSet. EMPTYMethods in com.floragunn.searchguard.sgconf.history that return ConfigVersionSet Modifier and Type Method Description ConfigVersionSetConfigVersionSet.Builder. build()static ConfigVersionSetConfigVersionSet. from(Map<com.floragunn.searchguard.sgconf.impl.CType,com.floragunn.searchguard.sgconf.impl.SgDynamicConfiguration<?>> configByType)ConfigVersionSetConfigSnapshot. getConfigVersions()ConfigVersionSetConfigSnapshot. getMissingConfigVersions()static ConfigVersionSetConfigVersionSet. parse(com.fasterxml.jackson.databind.JsonNode jsonNode)Methods in com.floragunn.searchguard.sgconf.history with parameters of type ConfigVersionSet Modifier and Type Method Description voidConfigHistoryService. getConfigSnapshot(ConfigVersionSet configVersionSet, Consumer<ConfigSnapshot> onResult, Consumer<Exception> onFailure)ConfigSnapshotConfigHistoryService. peekConfigSnapshot(ConfigVersionSet configVersionSet)voidConfigHistoryService. peekConfigSnapshot(ConfigVersionSet configVersionSet, Consumer<ConfigSnapshot> onResult, Consumer<Exception> onFailure)ConfigSnapshotConfigHistoryService. peekConfigSnapshotFromCache(ConfigVersionSet configVersionSet)Method parameters in com.floragunn.searchguard.sgconf.history with type arguments of type ConfigVersionSet Modifier and Type Method Description voidConfigHistoryService. getConfigSnapshots(Set<ConfigVersionSet> configVersionSets, Consumer<Map<ConfigVersionSet,ConfigSnapshot>> onResult, Consumer<Exception> onFailure)voidConfigHistoryService. getConfigSnapshots(Set<ConfigVersionSet> configVersionSets, Consumer<Map<ConfigVersionSet,ConfigSnapshot>> onResult, Consumer<Exception> onFailure)Constructors in com.floragunn.searchguard.sgconf.history with parameters of type ConfigVersionSet Constructor Description ConfigSnapshot(Map<com.floragunn.searchguard.sgconf.impl.CType,com.floragunn.searchguard.sgconf.impl.SgDynamicConfiguration<?>> configByType, ConfigVersionSet configVersionSet)UnknownConfigVersionException(ConfigVersionSet configurationVersions)
-