public abstract class AbstractUserAuditLoginStrategy extends Object implements UserAuditLoginStrategy
| Modifier and Type | Field and Description |
|---|---|
protected FlexibleSearchService |
flexibleSearchService |
protected ModelService |
modelService |
| Constructor and Description |
|---|
AbstractUserAuditLoginStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<BruteForceLoginAttemptsModel> |
loadAttempts(String uid) |
protected BruteForceLoginAttemptsModel |
loadOrCreateAttempts(String uid) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauditUserOnCorrectCredentials, auditUserOnWrongCredentialsprotected FlexibleSearchService flexibleSearchService
protected ModelService modelService
protected BruteForceLoginAttemptsModel loadOrCreateAttempts(String uid)
protected Optional<BruteForceLoginAttemptsModel> loadAttempts(String uid)
public void setModelService(ModelService modelService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2017 SAP SE. All Rights Reserved.