Package io.gravitee.am.service
Interface AuthenticationDeviceNotifierService
- All Known Implementing Classes:
AuthenticationDeviceNotifierServiceImpl
public interface AuthenticationDeviceNotifierService
- Author:
- Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>create(String domain, NewAuthenticationDeviceNotifier notifier) io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>create(String domain, NewAuthenticationDeviceNotifier notifier, User principal) default io.reactivex.rxjava3.core.Completableio.reactivex.rxjava3.core.Completableio.reactivex.rxjava3.core.Flowable<AuthenticationDeviceNotifier>findByDomain(String domain) io.reactivex.rxjava3.core.Maybe<AuthenticationDeviceNotifier>default io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier) io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier, User principal)
-
Method Details
-
findById
-
findByDomain
-
create
io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier> create(String domain, NewAuthenticationDeviceNotifier notifier, User principal) -
update
io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier> update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier, User principal) -
delete
-
create
default io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier> create(String domain, NewAuthenticationDeviceNotifier notifier) -
update
default io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier> update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier) -
delete
-