public class ConsentSerializerTest extends Object
ConsentSerializer.| Modifier and Type | Field and Description |
|---|---|
protected IdPAttribute |
attribute1 |
protected IdPAttribute |
attribute2 |
protected com.google.common.base.Function<Collection<IdPAttributeValue<?>>,String> |
attributeValuesHashFunction |
protected net.shibboleth.idp.consent.Consent |
consent1 |
protected net.shibboleth.idp.consent.Consent |
consent2 |
protected Map<String,net.shibboleth.idp.consent.Consent> |
consents |
private static String |
CONTEXT |
protected org.joda.time.DateTime |
expiration |
private static String |
KEY |
protected org.slf4j.Logger |
log
Class logger.
|
protected net.shibboleth.idp.consent.storage.impl.ConsentSerializer |
serializer |
protected IdPAttributeValue<?> |
value1 |
protected IdPAttributeValue<?> |
value2 |
protected IdPAttributeValue<?> |
value3 |
| Constructor and Description |
|---|
ConsentSerializerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testEmpty() |
void |
testMutatingSymoblics() |
void |
testNull() |
void |
testNullSymoblics() |
void |
testSimple() |
void |
testSymbolics() |
void |
testSymbolicsWithNulls() |
@Nonnull protected final org.slf4j.Logger log
private static final String CONTEXT
private static final String KEY
protected net.shibboleth.idp.consent.storage.impl.ConsentSerializer serializer
protected IdPAttribute attribute1
protected IdPAttribute attribute2
protected IdPAttributeValue<?> value1
protected IdPAttributeValue<?> value2
protected IdPAttributeValue<?> value3
protected net.shibboleth.idp.consent.Consent consent1
protected net.shibboleth.idp.consent.Consent consent2
protected org.joda.time.DateTime expiration
protected com.google.common.base.Function<Collection<IdPAttributeValue<?>>,String> attributeValuesHashFunction
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.