Class AbstractConsentIndexedStorageActionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
-
- net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentStorageActionTest
-
- net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentIndexedStorageActionTest
-
- Direct Known Subclasses:
CreateGlobalConsentResultTest,CreateResultTest,RevokeConsentTest
public abstract class AbstractConsentIndexedStorageActionTest extends AbstractConsentStorageActionTest
AbstractConsentIndexedStorageActionunit test.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
action, descriptor, prc, src
-
-
Constructor Summary
Constructors Constructor Description AbstractConsentIndexedStorageActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpopulateAction()protected Collection<String>readStorageKeysFromIndex()voidtestUnmodifiableStorageIndexKeyStrategy()voidtestUnmodifiableStorageKeysSerializerStrategy()voidtestUnmodifiableStorageKeysStrategy()-
Methods inherited from class net.shibboleth.idp.consent.flow.storage.impl.AbstractConsentStorageActionTest
getMemoryStorageService, readConsentsFromStorage, setUpMemoryStorageService, testUnmodifiableInterceptorContextStrategy, testUnmodifiableStorageKeyStrategy, testUnmodifiableStorageSerializerStrategy
-
Methods inherited from class net.shibboleth.idp.consent.flow.impl.AbstractConsentActionTest
setUp
-
-
-
-
Method Detail
-
populateAction
protected void populateAction() throws Exception- Overrides:
populateActionin classAbstractConsentStorageActionTest- Throws:
Exception
-
readStorageKeysFromIndex
protected Collection<String> readStorageKeysFromIndex() throws IOException
- Throws:
IOException
-
testUnmodifiableStorageIndexKeyStrategy
public void testUnmodifiableStorageIndexKeyStrategy() throws Exception- Throws:
Exception
-
testUnmodifiableStorageKeysSerializerStrategy
public void testUnmodifiableStorageKeysSerializerStrategy() throws Exception- Throws:
Exception
-
-