Class DefaultDuoOIDCClientRegistryTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.duo.impl.DefaultDuoOIDCClientRegistryTest
-
public class DefaultDuoOIDCClientRegistryTest extends Object
Tests for theDefaultDuoOIDCClientRegistry.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.authn.duo.impl.DefaultDuoOIDCClientRegistryregistryThe registry to test.
-
Constructor Summary
Constructors Constructor Description DefaultDuoOIDCClientRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCaching()Correct registration and caching of client integrations.voidtestClientFailedToCreate()voidtestThreadSafetyCaching()
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
testCaching
public final void testCaching() throws DuoRegistryException, ComponentInitializationExceptionCorrect registration and caching of client integrations.- Throws:
DuoRegistryException- on errorComponentInitializationException- on error.
-
testClientFailedToCreate
public final void testClientFailedToCreate() throws DuoRegistryException, ComponentInitializationException, DuoClientException
-
-