Uses of Interface
org.dspace.service.ClientInfoService
Packages that use ClientInfoService
Package
Description
End-user authentication manager, interface and implementations.
Facilities for detecting and storing both model and usage events, and for
querying the store.
Mostly classes for dealing with detection of spiders, and command line tools.
-
Uses of ClientInfoService in org.dspace.authenticate
Fields in org.dspace.authenticate declared as ClientInfoService -
Uses of ClientInfoService in org.dspace.core.factory
Methods in org.dspace.core.factory that return ClientInfoServiceModifier and TypeMethodDescriptionabstract ClientInfoServiceCoreServiceFactory.getClientInfoService()CoreServiceFactoryImpl.getClientInfoService() -
Uses of ClientInfoService in org.dspace.matomo.factory
Constructors in org.dspace.matomo.factory with parameters of type ClientInfoServiceModifierConstructorDescriptionMatomoRequestIpAddressEnricher(ClientInfoService clientInfoService) -
Uses of ClientInfoService in org.dspace.service.impl
Classes in org.dspace.service.impl that implement ClientInfoServiceModifier and TypeClassDescriptionclassImplementation ofClientInfoServicethat can provide information on DSpace client requests -
Uses of ClientInfoService in org.dspace.statistics
Fields in org.dspace.statistics declared as ClientInfoServiceModifier and TypeFieldDescriptionprotected ClientInfoServiceSolrLoggerServiceImpl.clientInfoService -
Uses of ClientInfoService in org.dspace.statistics.util
Constructors in org.dspace.statistics.util with parameters of type ClientInfoServiceModifierConstructorDescriptionSpiderDetectorServiceImpl(ConfigurationService configurationService, ClientInfoService clientInfoService)