| Package | Description |
|---|---|
| org.graylog.security.authservice | |
| org.graylog.security.authservice.backend | |
| org.graylog.security.authservice.test | |
| org.graylog2.plugin |
| Constructor and Description |
|---|
DBAuthServiceBackendService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
Map<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories,
com.google.common.eventbus.EventBus eventBus) |
GlobalAuthServiceConfig(ClusterConfigService clusterConfigService,
com.google.common.eventbus.EventBus eventBus,
DBAuthServiceBackendService dbService,
Map<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories,
AuthServiceBackend defaultBackend) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ADAuthServiceBackend.Factory |
static interface |
LDAPAuthServiceBackend.Factory |
| Constructor and Description |
|---|
AuthServiceBackendTestService(DBAuthServiceBackendService dbService,
Map<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> |
PluginModule.authServiceBackendBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addAuthServiceBackend(String name,
Class<? extends AuthServiceBackend> backendClass,
Class<? extends AuthServiceBackend.Factory<? extends AuthServiceBackend>> factoryClass,
Class<? extends AuthServiceBackendConfig> configClass) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.