Package io.gravitee.am.service.impl
Class LoginAttemptServiceImpl
java.lang.Object
io.gravitee.am.service.impl.LoginAttemptServiceImpl
- All Implemented Interfaces:
LoginAttemptService
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
LoginAttemptServiceImpl
public LoginAttemptServiceImpl()
-
-
Method Details
-
loginFailed
public io.reactivex.rxjava3.core.Single<LoginAttempt> loginFailed(LoginAttemptCriteria criteria, AccountSettings accountSettings) - Specified by:
loginFailedin interfaceLoginAttemptService
-
loginSucceeded
- Specified by:
loginSucceededin interfaceLoginAttemptService
-
reset
- Specified by:
resetin interfaceLoginAttemptService
-
checkAccount
public io.reactivex.rxjava3.core.Maybe<LoginAttempt> checkAccount(LoginAttemptCriteria criteria, AccountSettings accountSettings) - Specified by:
checkAccountin interfaceLoginAttemptService
-
findById
- Specified by:
findByIdin interfaceLoginAttemptService
-