Class AbstractCollectionConfigurationLookupStrategy<T1,T2>

Type Parameters:
T1 - type of collection member
T2 - type of collection itself
All Implemented Interfaces:
Function<BaseContext,T2>, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
ListConfigurationLookupStrategy, SetConfigurationLookupStrategy

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

    • log

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

      @NonnullAfterInit private Class<T1> propertyType
      Type of bean in collection.
  • Constructor Details

    • AbstractCollectionConfigurationLookupStrategy

      public AbstractCollectionConfigurationLookupStrategy()
  • Method Details