| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.security.realm | |
| org.graylog2.shared.rest.resources | |
| org.graylog2.shared.users | |
| org.graylog2.users |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleService.applyConfigurationBundle(ConfigurationBundle bundle,
User actingUser) |
void |
BundleService.applyConfigurationBundle(String bundleId,
User actingUser) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserAccount.getUser() |
User |
UserAuthorizationInfo.getUser() |
| Constructor and Description |
|---|
UserAccount(Collection principals,
Object credentials,
String realmName,
Set<String> roleNames,
Set<org.apache.shiro.authz.Permission> permissions,
User user) |
UserAccount(Collection principals,
Object credentials,
String realmName,
User user) |
UserAccount(Object principal,
Object hashedCredentials,
org.apache.shiro.util.ByteSource credentialsSalt,
String realmName,
User user) |
UserAccount(Object principal,
Object credentials,
String realmName,
Set<String> roleNames,
Set<org.apache.shiro.authz.Permission> permissions,
User user) |
UserAccount(Object principal,
Object credentials,
String realmName,
User user) |
UserAccount(org.apache.shiro.subject.PrincipalCollection principals,
Object hashedCredentials,
org.apache.shiro.util.ByteSource credentialsSalt,
User user) |
UserAccount(org.apache.shiro.subject.PrincipalCollection principals,
Object credentials,
Set<String> roleNames,
Set<org.apache.shiro.authz.Permission> permissions,
User user) |
UserAccount(org.apache.shiro.subject.PrincipalCollection principals,
Object credentials,
Set<String> roles,
User user) |
UserAccount(org.apache.shiro.subject.PrincipalCollection principals,
Object credentials,
User user) |
UserAccount(User user) |
UserAuthorizationInfo(Set<String> roles,
User user) |
UserAuthorizationInfo(User user) |
| Modifier and Type | Method and Description |
|---|---|
protected User |
RestResource.getCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.create() |
User |
UserService.getAdminUser() |
User |
UserService.load(String username) |
User |
UserService.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserService.loadAll() |
Collection<User> |
UserService.loadAllForRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
UserService.getPermissionsForUser(User user) |
Set<String> |
UserService.getRoleNames(User user) |
Set<String> |
UserService.getUserPermissionsFromRoles(User user) |
void |
UserService.updateFromLdap(User user,
LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl |
static class |
UserImpl.LocalAdminUser |
| Modifier and Type | Method and Description |
|---|---|
User |
UserServiceImpl.create() |
User |
UserServiceImpl.getAdminUser() |
User |
UserServiceImpl.load(String username) |
User |
UserServiceImpl.syncFromLdapEntry(LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserServiceImpl.loadAll() |
Collection<User> |
UserServiceImpl.loadAllForRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
UserServiceImpl.getPermissionsForUser(User user) |
Set<String> |
UserServiceImpl.getRoleNames(User user) |
Set<String> |
UserServiceImpl.getUserPermissionsFromRoles(User user) |
void |
UserServiceImpl.updateFromLdap(User user,
LdapEntry userEntry,
LdapSettings ldapSettings,
String username) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.