Uses of Class
org.graylog.security.authzroles.PaginatedAuthzRolesService
Packages that use PaginatedAuthzRolesService
-
Uses of PaginatedAuthzRolesService in org.graylog.security.authzroles
Constructors in org.graylog.security.authzroles with parameters of type PaginatedAuthzRolesServiceModifierConstructorDescriptionAuthzRolesResource(PaginatedAuthzRolesService authzRolesService, PaginatedUserService paginatedUserService, UserService userService) -
Uses of PaginatedAuthzRolesService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type PaginatedAuthzRolesServiceModifierConstructorDescriptionV20201103145400_LegacyAuthServiceMigration(MongoConnection mongoConnection, Set<V20201103145400_LegacyAuthServiceMigration.MigrationModule> migrationModules, EncryptedValueService encryptedValueService, Configuration configuration, PaginatedAuthzRolesService rolesService, DBAuthServiceBackendService authServiceBackendService, NotificationService notificationService, ClusterConfigService clusterConfigService)