Uses of Class
com.floragunn.searchguard.sgconf.impl.v7.RoleV7
-
Packages that use RoleV7 Package Description com.floragunn.searchguard.sgconf -
-
Uses of RoleV7 in com.floragunn.searchguard.sgconf
Methods in com.floragunn.searchguard.sgconf that return types with arguments of type RoleV7 Modifier and Type Method Description static org.elasticsearch.common.collect.Tuple<SgDynamicConfiguration<RoleV7>,SgDynamicConfiguration<TenantV7>>Migration. migrateRoles(SgDynamicConfiguration<RoleV6> r6cs, SgDynamicConfiguration<RoleMappingsV6> rms6)Method parameters in com.floragunn.searchguard.sgconf with type arguments of type RoleV7 Modifier and Type Method Description static ConfigModelV7.SgRolesConfigModelV7.SgRoles. create(SgDynamicConfiguration<RoleV7> settings, ConfigModel.ActionGroupResolver actionGroupResolver)Constructor parameters in com.floragunn.searchguard.sgconf with type arguments of type RoleV7 Constructor Description ConfigModelV7(SgDynamicConfiguration<RoleV7> roles, SgDynamicConfiguration<RoleMappingsV7> rolemappings, SgDynamicConfiguration<ActionGroupsV7> actiongroups, SgDynamicConfiguration<TenantV7> tenants, SgDynamicConfiguration<BlocksV7> blocks, DynamicConfigModel dcm, org.elasticsearch.common.settings.Settings esSettings)
-