Package io.gravitee.am.service
Interface BotDetectionService
- All Known Implementing Classes:
BotDetectionServiceImpl
public interface BotDetectionService
- Author:
- Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<BotDetection>create(String domain, NewBotDetection botDetection) io.reactivex.rxjava3.core.Single<BotDetection>create(String domain, NewBotDetection botDetection, User principal) default io.reactivex.rxjava3.core.Completableio.reactivex.rxjava3.core.Completableio.reactivex.rxjava3.core.Flowable<BotDetection>findByDomain(String domain) io.reactivex.rxjava3.core.Maybe<BotDetection>default io.reactivex.rxjava3.core.Single<BotDetection>update(String domain, String id, UpdateBotDetection updateBotDetection) io.reactivex.rxjava3.core.Single<BotDetection>update(String domain, String id, UpdateBotDetection updateBotDetection, User principal)
-
Method Details
-
findById
-
findByDomain
-
create
io.reactivex.rxjava3.core.Single<BotDetection> create(String domain, NewBotDetection botDetection, User principal) -
update
io.reactivex.rxjava3.core.Single<BotDetection> update(String domain, String id, UpdateBotDetection updateBotDetection, User principal) -
delete
-
create
default io.reactivex.rxjava3.core.Single<BotDetection> create(String domain, NewBotDetection botDetection) -
update
default io.reactivex.rxjava3.core.Single<BotDetection> update(String domain, String id, UpdateBotDetection updateBotDetection) -
delete
-