| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.rest.resources | |
| org.graylog2.users |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleService.applyConfigurationBundle(ConfigurationBundle bundle,
User actingUser) |
void |
BundleService.applyConfigurationBundle(java.lang.String bundleId,
User actingUser) |
| Modifier and Type | Method and Description |
|---|---|
protected User |
RestResource.getCurrentUser() |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl |
static class |
UserImpl.LocalAdminUser |
| Modifier and Type | Method and Description |
|---|---|
User |
UserServiceImpl.create() |
User |
UserService.create() |
User |
UserServiceImpl.getAdminUser() |
User |
UserService.getAdminUser() |
User |
UserServiceImpl.load(java.lang.String username) |
User |
UserService.load(java.lang.String username) |
User |
UserServiceImpl.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
java.lang.String username) |
User |
UserService.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
java.lang.String username) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<User> |
UserServiceImpl.loadAll() |
java.util.List<User> |
UserService.loadAll() |
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.