Uses of Class
io.gravitee.am.service.model.NewBotDetection
Packages that use NewBotDetection
-
Uses of NewBotDetection in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type NewBotDetectionModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<BotDetection>BotDetectionService.create(String domain, NewBotDetection botDetection) io.reactivex.rxjava3.core.Single<BotDetection>BotDetectionService.create(String domain, NewBotDetection botDetection, User principal) -
Uses of NewBotDetection in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type NewBotDetectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<BotDetection>BotDetectionServiceImpl.create(String domain, NewBotDetection newBotDetection, User principal)