Uses of Class
io.gravitee.am.service.model.UpdateAuthenticationDeviceNotifier
Packages that use UpdateAuthenticationDeviceNotifier
-
Uses of UpdateAuthenticationDeviceNotifier in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type UpdateAuthenticationDeviceNotifierModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>AuthenticationDeviceNotifierService.update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier) io.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>AuthenticationDeviceNotifierService.update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier, User principal) -
Uses of UpdateAuthenticationDeviceNotifier in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type UpdateAuthenticationDeviceNotifierModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<AuthenticationDeviceNotifier>AuthenticationDeviceNotifierServiceImpl.update(String domain, String id, UpdateAuthenticationDeviceNotifier updateNotifier, User principal)