Class ConsentSerializerTest


  • public class ConsentSerializerTest
    extends Object
    Unit tests for ConsentSerializer.
    • Field Detail

      • log

        @Nonnull
        protected final Logger log
        Class logger.
      • serializer

        protected net.shibboleth.idp.consent.storage.impl.ConsentSerializer serializer
      • attribute1

        protected net.shibboleth.idp.attribute.IdPAttribute attribute1
      • attribute2

        protected net.shibboleth.idp.attribute.IdPAttribute attribute2
      • value1

        protected net.shibboleth.idp.attribute.IdPAttributeValue value1
      • value2

        protected net.shibboleth.idp.attribute.IdPAttributeValue value2
      • value3

        protected net.shibboleth.idp.attribute.IdPAttributeValue value3
      • consent1

        protected net.shibboleth.idp.consent.Consent consent1
      • consent2

        protected net.shibboleth.idp.consent.Consent consent2
      • consents

        protected Map<String,​net.shibboleth.idp.consent.Consent> consents
      • attributeValuesHashFunction

        protected Function<Collection<net.shibboleth.idp.attribute.IdPAttributeValue>,​String> attributeValuesHashFunction
    • Constructor Detail

      • ConsentSerializerTest

        public ConsentSerializerTest()