Uses of Interface
org.dspace.service.ClientInfoService
-
Packages that use ClientInfoService Package Description org.dspace.authenticate End-user authentication manager, interface and implementations.org.dspace.core.factory org.dspace.google org.dspace.service.impl org.dspace.statistics.util 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 Modifier and Type Field Description protected ClientInfoServiceIPAuthentication. clientInfoService -
Uses of ClientInfoService in org.dspace.core.factory
Methods in org.dspace.core.factory that return ClientInfoService Modifier and Type Method Description abstract ClientInfoServiceCoreServiceFactory. getClientInfoService()ClientInfoServiceCoreServiceFactoryImpl. getClientInfoService() -
Uses of ClientInfoService in org.dspace.google
Fields in org.dspace.google declared as ClientInfoService Modifier and Type Field Description protected ClientInfoServiceGoogleRecorderEventListener. clientInfoServiceDeprecated.Methods in org.dspace.google with parameters of type ClientInfoService Modifier and Type Method Description voidGoogleRecorderEventListener. setClientInfoService(ClientInfoService clientInfoService)Deprecated. -
Uses of ClientInfoService in org.dspace.service.impl
Classes in org.dspace.service.impl that implement ClientInfoService Modifier and Type Class Description classClientInfoServiceImplImplementation 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 ClientInfoService Constructor Description SpiderDetectorServiceImpl(ConfigurationService configurationService, ClientInfoService clientInfoService)
-