@ContextConfiguration(value="classpath:/consent-test-context.xml") public abstract class AbstractStorageTest extends AbstractTransactionalTestNGSpringContextTests
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected net.shibboleth.idp.attribute.consent.storage.Storage |
storage |
jdbcTemplateapplicationContext| Constructor and Description |
|---|
AbstractStorageTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
crudAttributeRelease(net.shibboleth.idp.attribute.consent.User user,
String relyingPartyId,
String attributeId,
String hash,
DateTime date) |
void |
crudUser(String userId,
boolean globalConsent) |
abstract void |
initialization() |
protected void |
setStorage(net.shibboleth.idp.attribute.consent.storage.Storage storage) |
countRowsInTable, countRowsInTableWhere, deleteFromTables, deleteFromTableWhere, dropTables, executeSqlScript, setDataSource, setSqlScriptEncodingrun, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstanceprotected final Logger logger
protected net.shibboleth.idp.attribute.consent.storage.Storage storage
protected void setStorage(net.shibboleth.idp.attribute.consent.storage.Storage storage)
public abstract void initialization()
public void crudUser(String userId, boolean globalConsent)
Copyright © 1999–2014. All rights reserved.