Class SetConfigurationLookupStrategy<T>

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • SetConfigurationLookupStrategy

        public SetConfigurationLookupStrategy()
    • Method Detail

      • doTranslate

        @Nullable
        protected Set<T> doTranslate​(@Nonnull
                                     IdPAttribute tag)
        Translate the value(s) into a setting of the appropriate type.

        Overrides of this function can assume a non-zero collection of values.

        Specified by:
        doTranslate in class AbstractMetadataDrivenConfigurationLookupStrategy<Set<T>>
        Parameters:
        tag - tag to translate
        Returns:
        the setting derived from the tag's value(s)
      • doTranslate

        @Nullable
        protected Set<T> doTranslate​(@Nonnull
                                     Attribute tag)
        Translate the value(s) into a setting of the appropriate type.

        Overrides of this function can assume a non-zero collection of values.

        Specified by:
        doTranslate in class AbstractMetadataDrivenConfigurationLookupStrategy<Set<T>>
        Parameters:
        tag - tag to translate
        Returns:
        the setting derived from the tag's value(s)