public class MigrationHelpers extends Object
Constructor and Description |
---|
MigrationHelpers(RoleService roleService,
UserService userService) |
Modifier and Type | Method and Description |
---|---|
String |
ensureBuiltinRole(String roleName,
String description,
Set<String> expectedPermissions) |
String |
ensureUser(String userName,
String password,
String firstName,
String lastName,
String email,
Set<String> expectedRoles) |
@Inject public MigrationHelpers(RoleService roleService, UserService userService)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.