Class BeanConfigurationLookupStrategy<T>

Type Parameters:
T - type of bean
All Implemented Interfaces:
Function<BaseContext,T>, Component, DestructableComponent, InitializableComponent, Aware, ApplicationContextAware

public class BeanConfigurationLookupStrategy<T> extends AbstractMetadataDrivenConfigurationLookupStrategy<T> implements ApplicationContextAware
A strategy function that examines SAML metadata associated with a relying party and derives bean-based configuration settings based on EntityAttribute extension tags.

Defaults to no caching of the result to avoid bean lifecycle issues if relying party config is reloaded.

Since:
3.4.0