Uses of Interface
org.dspace.service.ClientInfoService
Packages that use ClientInfoService
Package
Description
End-user authentication manager, interface and implementations.
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.google
Fields in org.dspace.google declared as ClientInfoServiceModifier and TypeFieldDescriptionprotected ClientInfoServiceGoogleRecorderEventListener.clientInfoServiceDeprecated.Methods in org.dspace.google with parameters of type ClientInfoServiceModifier and TypeMethodDescriptionvoidGoogleRecorderEventListener.setClientInfoService(ClientInfoService clientInfoService) Deprecated. -
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.util
Constructors in org.dspace.statistics.util with parameters of type ClientInfoServiceModifierConstructorDescriptionSpiderDetectorServiceImpl(ConfigurationService configurationService, ClientInfoService clientInfoService)