Class AbstractConsentStorageActionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
-
- net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentStorageActionTest
-
- Direct Known Subclasses:
AbstractConsentIndexedStorageActionTest,ReadConsentFromStorageTest,UpdateCounterTest
public abstract class AbstractConsentStorageActionTest extends AbstractConsentActionTest
AbstractConsentStorageActionunit test.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
action, descriptor, prc, src
-
-
Constructor Summary
Constructors Constructor Description AbstractConsentStorageActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.opensaml.storage.impl.MemoryStorageServicegetMemoryStorageService()protected voidpopulateAction()protected Map<String,net.shibboleth.idp.consent.Consent>readConsentsFromStorage()protected voidsetUpMemoryStorageService()voidtestUnmodifiableInterceptorContextStrategy()voidtestUnmodifiableStorageKeyStrategy()voidtestUnmodifiableStorageSerializerStrategy()-
Methods inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
setUp
-
-
-
-
Method Detail
-
setUpMemoryStorageService
@BeforeMethod protected void setUpMemoryStorageService() throws Exception
- Throws:
Exception
-
getMemoryStorageService
protected org.opensaml.storage.impl.MemoryStorageService getMemoryStorageService()
-
readConsentsFromStorage
protected Map<String,net.shibboleth.idp.consent.Consent> readConsentsFromStorage() throws IOException
- Throws:
IOException
-
testUnmodifiableInterceptorContextStrategy
public void testUnmodifiableInterceptorContextStrategy() throws Exception- Throws:
Exception
-
testUnmodifiableStorageKeyStrategy
public void testUnmodifiableStorageKeyStrategy() throws Exception- Throws:
Exception
-
-