Package net.shibboleth.idp.authn.impl
Class StorageBackedAccountLockoutManagerTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
-
- net.shibboleth.idp.authn.impl.StorageBackedAccountLockoutManagerTest
-
public class StorageBackedAccountLockoutManagerTest extends BaseAuthenticationContextTest
StorageBackedAccountLockoutManagerunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.impl.StorageBackedAccountLockoutManagermanager-
Fields inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
authenticationFlows, prc, src
-
-
Constructor Summary
Constructors Constructor Description StorageBackedAccountLockoutManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnoKey()voidone()voidsetUp()voidthreeFast()voidthreeSlow()voidtwo()voidwaitForUnlock()-
Methods inherited from class net.shibboleth.idp.authn.impl.BaseAuthenticationContextTest
initializeMembers
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Overrides:
setUpin classBaseAuthenticationContextTest- Throws:
Exception
-
noKey
public void noKey()
-
one
public void one()
-
two
public void two()
-
threeSlow
public void threeSlow() throws InterruptedException- Throws:
InterruptedException
-
threeFast
public void threeFast() throws InterruptedException- Throws:
InterruptedException
-
waitForUnlock
public void waitForUnlock() throws InterruptedException- Throws:
InterruptedException
-
-