Package de.hybris.platform.oauth2
Class AuthFailureListstenerIT
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.oauth2.AuthFailureListstenerIT
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AuthFailureListstenerIT extends ServicelayerTransactionalBaseTest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringtestId-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AuthFailureListstenerIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateNewAttemptsRecord()voidcreateNewAuditRecord()static BruteForceLoginAttemptsModelfindAttempts(FlexibleSearchService search, java.lang.String uid)voidsetUp()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
testId
public static final java.lang.String testId
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
createNewAttemptsRecord
public void createNewAttemptsRecord() throws java.lang.Exception- Throws:
java.lang.Exception
-
createNewAuditRecord
public void createNewAuditRecord() throws java.lang.Exception- Throws:
java.lang.Exception
-
findAttempts
public static BruteForceLoginAttemptsModel findAttempts(FlexibleSearchService search, java.lang.String uid)
-
-