| Modifier and Type | Method and Description |
|---|---|
Optional<Search> |
SearchDbService.getForUser(String id,
User user,
Predicate<String> permissionChecker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AllUsersOfInstanceStrategy.isAllowedToSee(User user,
@NotNull AllUsersOfInstance viewSharing) |
boolean |
SpecificRolesStrategy.isAllowedToSee(User user,
@NotNull SpecificRoles viewSharing) |
boolean |
SpecificUsersStrategy.isAllowedToSee(User user,
@NotNull SpecificUsers viewSharing) |
boolean |
SharingStrategy.isAllowedToSee(User user,
T viewSharing) |
boolean |
IsViewSharedForUser.isAllowedToSee(User user,
@NotNull ViewSharing viewSharing) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserAccount.getUser() |
User |
UserAuthorizationInfo.getUser() |
User |
LdapUserAuthenticator.syncLdapUser(String principal) |
| 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) |
| 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) |
| 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) |
| 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) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.