Uses of Interface
org.graylog.security.authservice.AuthServiceBackend.Factory
Packages that use AuthServiceBackend.Factory
Package
Description
-
Uses of AuthServiceBackend.Factory in org.graylog.security.authservice
Constructor parameters in org.graylog.security.authservice with type arguments of type AuthServiceBackend.FactoryModifierConstructorDescriptionprotectedDBAuthServiceBackendService(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) -
Uses of AuthServiceBackend.Factory in org.graylog.security.authservice.backend
Subinterfaces of AuthServiceBackend.Factory in org.graylog.security.authservice.backendModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Uses of AuthServiceBackend.Factory in org.graylog.security.authservice.test
Constructor parameters in org.graylog.security.authservice.test with type arguments of type AuthServiceBackend.FactoryModifierConstructorDescriptionAuthServiceBackendTestService(DBAuthServiceBackendService dbService, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories) -
Uses of AuthServiceBackend.Factory in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type AuthServiceBackend.FactoryModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> PluginModule.authServiceBackendBinder()