@ContextConfiguration(value="classpath:/consent-test-context.xml") public class ConsentHelperTest extends AbstractTestNGSpringContextTests
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
attributeBlacklist |
private List<String> |
attributeSortOrder |
private Set<String> |
relyingPartyWhiteBlackList |
private String |
userIdAttribute |
applicationContext, logger| Constructor and Description |
|---|
ConsentHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
findUserId(Collection<net.shibboleth.idp.attribute.IdPAttribute> attributesExludingUserId,
Collection<net.shibboleth.idp.attribute.IdPAttribute> attributesIncludingUserId) |
void |
removeBlacklistedAttributes(Collection<net.shibboleth.idp.attribute.IdPAttribute> allAttributes) |
void |
skipRelyingParty() |
void |
sortAttributes(Collection<net.shibboleth.idp.attribute.IdPAttribute> unsortedAttributes) |
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstanceprivate String userIdAttribute
public void findUserId(Collection<net.shibboleth.idp.attribute.IdPAttribute> attributesExludingUserId, Collection<net.shibboleth.idp.attribute.IdPAttribute> attributesIncludingUserId)
public void skipRelyingParty()
public void removeBlacklistedAttributes(Collection<net.shibboleth.idp.attribute.IdPAttribute> allAttributes)
public void sortAttributes(Collection<net.shibboleth.idp.attribute.IdPAttribute> unsortedAttributes)
Copyright © 1999–2014. All rights reserved.