Uses of Interface
org.graylog.security.authservice.AuthServiceBackend
Packages that use AuthServiceBackend
Package
Description
-
Uses of AuthServiceBackend in org.graylog.security.authservice
Classes in org.graylog.security.authservice with type parameters of type AuthServiceBackendModifier and TypeInterfaceDescriptionstatic interfaceAuthServiceBackend.Factory<TYPE extends AuthServiceBackend>Methods in org.graylog.security.authservice that return AuthServiceBackendMethods in org.graylog.security.authservice that return types with arguments of type AuthServiceBackendMethods in org.graylog.security.authservice with parameters of type AuthServiceBackendModifier and TypeMethodDescriptionstatic AuthServiceResultAuthServiceResult.failed(String username, AuthServiceBackend backend) ProvisionerService.newDetails(AuthServiceBackend backend) Constructors in org.graylog.security.authservice with parameters of type AuthServiceBackendModifierConstructorDescriptionGlobalAuthServiceConfig(ClusterConfigService clusterConfigService, com.google.common.eventbus.EventBus eventBus, DBAuthServiceBackendService dbService, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories, AuthServiceBackend defaultBackend) Constructor parameters in org.graylog.security.authservice with type arguments of type AuthServiceBackendModifierConstructorDescriptionprotectedDBAuthServiceBackendService(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 in org.graylog.security.authservice.backend
Classes in org.graylog.security.authservice.backend that implement AuthServiceBackendModifier and TypeClassDescriptionclassclassclass -
Uses of AuthServiceBackend in org.graylog.security.authservice.test
Constructor parameters in org.graylog.security.authservice.test with type arguments of type AuthServiceBackendModifierConstructorDescriptionAuthServiceBackendTestService(DBAuthServiceBackendService dbService, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories) -
Uses of AuthServiceBackend in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type AuthServiceBackendModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> PluginModule.authServiceBackendBinder()Method parameters in org.graylog2.plugin with type arguments of type AuthServiceBackendModifier and TypeMethodDescriptionprotected voidPluginModule.addAuthServiceBackend(String name, Class<? extends AuthServiceBackend> backendClass, Class<? extends AuthServiceBackend.Factory<? extends AuthServiceBackend>> factoryClass, Class<? extends AuthServiceBackendConfig> configClass)