Class DoubleConfigurationLookupStrategy

All Implemented Interfaces:
Function<BaseContext,Double>, Component, DestructableComponent, InitializableComponent

public class DoubleConfigurationLookupStrategy extends AbstractMetadataDrivenConfigurationLookupStrategy<Double>
A strategy function that examines SAML metadata associated with a relying party and derives Double-valued configuration settings based on EntityAttribute extension tags.
Since:
3.4.0
  • Field Details

    • log

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

    • DoubleConfigurationLookupStrategy

      public DoubleConfigurationLookupStrategy()
  • Method Details

    • doTranslate

      @Nullable protected Double 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<Double>
      Parameters:
      tag - tag to translate
      Returns:
      the setting derived from the tag's value(s)
    • doTranslate

      @Nullable protected Double 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<Double>
      Parameters:
      tag - tag to translate
      Returns:
      the setting derived from the tag's value(s)
    • xmlObjectToDouble

      @Nullable private Double xmlObjectToDouble(@Nonnull XMLObject object)
      Convert an XMLObject to a Double if the type is supported.
      Parameters:
      object - object to convert
      Returns:
      the converted value, or null