Uses of Class
com.floragunn.searchguard.sgconf.impl.v6.RoleV6
-
Packages that use RoleV6 Package Description com.floragunn.searchguard.sgconf com.floragunn.searchguard.sgconf.impl.v7 -
-
Uses of RoleV6 in com.floragunn.searchguard.sgconf
Method parameters in com.floragunn.searchguard.sgconf with type arguments of type RoleV6 Modifier and Type Method Description static org.elasticsearch.common.collect.Tuple<SgDynamicConfiguration<RoleV7>,SgDynamicConfiguration<TenantV7>>Migration. migrateRoles(SgDynamicConfiguration<RoleV6> r6cs, SgDynamicConfiguration<RoleMappingsV6> rms6)Constructor parameters in com.floragunn.searchguard.sgconf with type arguments of type RoleV6 Constructor Description ConfigModelV6(SgDynamicConfiguration<RoleV6> roles, SgDynamicConfiguration<ActionGroupsV6> actiongroups, SgDynamicConfiguration<RoleMappingsV6> rolesmapping, DynamicConfigModel dcm, org.elasticsearch.common.settings.Settings esSettings) -
Uses of RoleV6 in com.floragunn.searchguard.sgconf.impl.v7
Constructors in com.floragunn.searchguard.sgconf.impl.v7 with parameters of type RoleV6 Constructor Description RoleV7(RoleV6 roleV6)
-