Class LoginAttemptResponse
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.LoginAttemptResponse
-
public class LoginAttemptResponse extends Object
Example: { "operationObjectId":"12345", "loginFailedCount":1, "objectType":"LoginAttemptResponse" }"
-
-
Constructor Summary
Constructors Constructor Description LoginAttemptResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetObjectType()voidincrementLoginFailedCount()
-
-
-
Method Detail
-
incrementLoginFailedCount
public void incrementLoginFailedCount()
-
getObjectType
public String getObjectType()
-
-