Uses of Class
com.floragunn.searchguard.sgconf.DynamicConfigModel
-
-
Uses of DynamicConfigModel in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth with parameters of type DynamicConfigModel Modifier and Type Method Description voidBackendRegistry. onChanged(ConfigModel cm, DynamicConfigModel dcm, InternalUsersModel ium) -
Uses of DynamicConfigModel in com.floragunn.searchguard.auth.internal
Methods in com.floragunn.searchguard.auth.internal with parameters of type DynamicConfigModel Modifier and Type Method Description voidInternalAuthenticationBackend. onChanged(ConfigModel cf, DynamicConfigModel dcf, InternalUsersModel ium) -
Uses of DynamicConfigModel in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration with parameters of type DynamicConfigModel Modifier and Type Method Description voidCompatConfig. onChanged(ConfigModel cm, DynamicConfigModel dcm, InternalUsersModel ium) -
Uses of DynamicConfigModel in com.floragunn.searchguard.http
Methods in com.floragunn.searchguard.http with parameters of type DynamicConfigModel Modifier and Type Method Description voidXFFResolver. onChanged(ConfigModel cm, DynamicConfigModel dcm, InternalUsersModel ium) -
Uses of DynamicConfigModel in com.floragunn.searchguard.internalauthtoken
Methods in com.floragunn.searchguard.internalauthtoken with parameters of type DynamicConfigModel Modifier and Type Method Description voidInternalAuthTokenProvider. onChanged(ConfigModel configModel, DynamicConfigModel dynamicConfigModel, InternalUsersModel internalUsersModel) -
Uses of DynamicConfigModel in com.floragunn.searchguard.privileges
Methods in com.floragunn.searchguard.privileges with parameters of type DynamicConfigModel Modifier and Type Method Description voidPrivilegesEvaluator. onChanged(ConfigModel cm, DynamicConfigModel dcm, InternalUsersModel ium)BooleanPrivilegesInterceptor. replaceKibanaIndex(org.elasticsearch.action.ActionRequest request, String action, User user, DynamicConfigModel config, IndexResolverReplacer.Resolved requestedResolved, Map<String,Boolean> tenants) -
Uses of DynamicConfigModel in com.floragunn.searchguard.resolver
Methods in com.floragunn.searchguard.resolver with parameters of type DynamicConfigModel Modifier and Type Method Description voidIndexResolverReplacer. onChanged(ConfigModel cm, DynamicConfigModel dcm, InternalUsersModel ium) -
Uses of DynamicConfigModel in com.floragunn.searchguard.sgconf
Subclasses of DynamicConfigModel in com.floragunn.searchguard.sgconf Modifier and Type Class Description classDynamicConfigModelV6classDynamicConfigModelV7Methods in com.floragunn.searchguard.sgconf with parameters of type DynamicConfigModel Modifier and Type Method Description voidDynamicConfigFactory.DCFListener. onChanged(ConfigModel cm, DynamicConfigModel dcm, InternalUsersModel ium)Constructors in com.floragunn.searchguard.sgconf with parameters of type DynamicConfigModel Constructor Description ConfigModelV6(SgDynamicConfiguration<RoleV6> roles, SgDynamicConfiguration<ActionGroupsV6> actiongroups, SgDynamicConfiguration<RoleMappingsV6> rolesmapping, DynamicConfigModel dcm, org.elasticsearch.common.settings.Settings esSettings)ConfigModelV7(SgDynamicConfiguration<RoleV7> roles, SgDynamicConfiguration<RoleMappingsV7> rolemappings, SgDynamicConfiguration<ActionGroupsV7> actiongroups, SgDynamicConfiguration<TenantV7> tenants, SgDynamicConfiguration<BlocksV7> blocks, DynamicConfigModel dcm, org.elasticsearch.common.settings.Settings esSettings)
-