Uses of Class
org.graylog.security.DBGrantService
Packages that use DBGrantService
Package
Description
-
Uses of DBGrantService in org.graylog.security
Constructors in org.graylog.security with parameters of type DBGrantServiceModifierConstructorDescriptionDefaultPermissionAndRoleResolver(BuiltinCapabilities builtinCapabilities, DBGrantService grantService) DefaultPermissionAndRoleResolver(org.slf4j.Logger logger, BuiltinCapabilities builtinCapabilities, DBGrantService grantService) -
Uses of DBGrantService in org.graylog.security.entities
Constructors in org.graylog.security.entities with parameters of type DBGrantServiceModifierConstructorDescriptionEntityDependencyResolver(ContentPackService contentPackService, GRNRegistry grnRegistry, GRNDescriptorService descriptorService, DBGrantService grantService) EntityOwnershipService(DBGrantService dbGrantService, GRNRegistry grnRegistry) -
Uses of DBGrantService in org.graylog.security.rest
Constructors in org.graylog.security.rest with parameters of type DBGrantServiceModifierConstructorDescriptionEntitySharesResource(GRNRegistry grnRegistry, DBGrantService grantService, UserService userService, GranteeSharesService granteeSharesService, EntitySharesService entitySharesService) GrantsOverviewResource(DBGrantService grantService, GRNDescriptorService descriptorService) -
Uses of DBGrantService in org.graylog2.migrations.V20200803120800_GrantsMigrations
Constructors in org.graylog2.migrations.V20200803120800_GrantsMigrations with parameters of type DBGrantServiceModifierConstructorDescriptionGrantsMetaMigration(RoleService roleService, UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, String rootUsername, MongoConnection mongoConnection, ViewService viewService, ClusterConfigService clusterConfigService) RolesToGrantsMigration(RoleService roleService, UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, String rootUsername) UserPermissionsToGrantsMigration(UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, ViewService viewService, String rootUsername) ViewOwnerShipToGrantsMigration(UserService userService, DBGrantService dbGrantService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry) ViewSharingToGrantsMigration(MongoConnection mongoConnection, DBGrantService grantService, UserService userService, RoleService roleService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry) -
Uses of DBGrantService in org.graylog2.users
Constructors in org.graylog2.users with parameters of type DBGrantServiceModifierConstructorDescriptionGrantsCleanupListener(com.google.common.eventbus.EventBus eventBus, DBGrantService grantService, PaginatedUserService userService, GRNRegistry grnRegistry)