Class LoginAttemptAspspConsentDataService
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.LoginAttemptAspspConsentDataService
-
@Service public class LoginAttemptAspspConsentDataService extends Object
-
-
Constructor Summary
Constructors Constructor Description LoginAttemptAspspConsentDataService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRemainingLoginAttempts(int loginFailedCount)LoginAttemptResponseresponse(byte[] aspspConsentData)byte[]store(LoginAttemptResponse response)
-
-
-
Method Detail
-
store
public byte[] store(LoginAttemptResponse response)
-
response
public LoginAttemptResponse response(byte[] aspspConsentData)
-
getRemainingLoginAttempts
public int getRemainingLoginAttempts(int loginFailedCount)
-
-