| Modifier and Type | Method and Description |
|---|---|
static GRNRegistry |
GRNRegistry.createEmpty()
Returns an empty registry.
|
static GRNRegistry |
GRNRegistry.createWithBuiltinTypes()
Returns a registry that has been initialized with the builtin Graylog GRN types.
|
static GRNRegistry |
GRNRegistry.createWithTypes(Collection<GRNType> types)
Returns a registry that has been initialized with the given GRN types.
|
| Constructor and Description |
|---|
GRNDeserializer(GRNRegistry grnRegistry) |
GRNKeyDeserializer(GRNRegistry grnRegistry) |
| Constructor and Description |
|---|
DBGrantService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
GRNRegistry grnRegistry) |
GranteeAuthorizer(org.apache.shiro.mgt.DefaultSecurityManager securityManager,
GRNRegistry grnRegistry,
User grantee) |
| Constructor and Description |
|---|
EntityDependencyResolver(ContentPackService contentPackService,
GRNRegistry grnRegistry,
GRNDescriptorService descriptorService,
DBGrantService grantService) |
EntityOwnershipService(DBGrantService dbGrantService,
GRNRegistry grnRegistry) |
| Constructor and Description |
|---|
EntitySharesResource(GRNRegistry grnRegistry,
DBGrantService grantService,
UserService userService,
GranteeSharesService granteeSharesService,
EntitySharesService entitySharesService) |
| Modifier and Type | Field and Description |
|---|---|
protected GRNRegistry |
DefaultGranteeService.grnRegistry |
| Constructor and Description |
|---|
DefaultGranteeService(UserService userService,
GRNRegistry grnRegistry,
GranteeAuthorizer.Factory granteeAuthorizerFactory) |
EntitySharesService(DBGrantService grantService,
EntityDependencyResolver entityDependencyResolver,
EntityDependencyPermissionChecker entityDependencyPermissionChecker,
GRNRegistry grnRegistry,
GranteeService granteeService,
com.google.common.eventbus.EventBus serverEventBus) |
| Constructor and Description |
|---|
ObjectMapperProvider(ClassLoader classLoader,
Set<com.fasterxml.jackson.databind.jsontype.NamedType> subtypes,
EncryptedValueService encryptedValueService,
GRNRegistry grnRegistry) |
| Constructor and Description |
|---|
UserManagementServiceImpl(MongoConnection mongoConnection,
Configuration configuration,
RoleService roleService,
AccessTokenService accessTokenService,
UserImpl.Factory userFactory,
InMemoryRolePermissionResolver inMemoryRolePermissionResolver,
com.google.common.eventbus.EventBus serverEventBus,
GRNRegistry grnRegistry,
PermissionAndRoleResolver permissionAndRoleResolver) |
UserServiceImpl(MongoConnection mongoConnection,
Configuration configuration,
RoleService roleService,
AccessTokenService accessTokenService,
UserImpl.Factory userFactory,
InMemoryRolePermissionResolver inMemoryRolePermissionResolver,
com.google.common.eventbus.EventBus serverEventBus,
GRNRegistry grnRegistry,
PermissionAndRoleResolver permissionAndRoleResolver) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.