Package io.gravitee.am.service
Interface LoginAttemptService
- All Known Implementing Classes:
LoginAttemptServiceImpl
public interface LoginAttemptService
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<LoginAttempt>checkAccount(LoginAttemptCriteria criteria, AccountSettings accountSettings) io.reactivex.rxjava3.core.Maybe<LoginAttempt>io.reactivex.rxjava3.core.Single<LoginAttempt>loginFailed(LoginAttemptCriteria criteria, AccountSettings accountSettings) io.reactivex.rxjava3.core.CompletableloginSucceeded(LoginAttemptCriteria criteria) io.reactivex.rxjava3.core.Completablereset(LoginAttemptCriteria criteria)
-
Method Details
-
loginSucceeded
-
loginFailed
io.reactivex.rxjava3.core.Single<LoginAttempt> loginFailed(LoginAttemptCriteria criteria, AccountSettings accountSettings) -
reset
-
checkAccount
io.reactivex.rxjava3.core.Maybe<LoginAttempt> checkAccount(LoginAttemptCriteria criteria, AccountSettings accountSettings) -
findById
-