| Package | Description |
|---|---|
| org.graylog2.rest.resources | |
| org.graylog2.users |
| 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(String username) |
User |
UserService.load(String username) |
User |
UserServiceImpl.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
User |
UserService.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserServiceImpl.loadAll() |
List<User> |
UserService.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserServiceImpl.updateFromLdap(User user,
LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
void |
UserService.updateFromLdap(User user,
LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.