Class AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.saml.profile.config.AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext
All Implemented Interfaces:
Iterable<BaseContext>
Enclosing class:
AbstractMetadataDrivenConfigurationLookupStrategy<T>

public static final class AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext extends BaseContext
A child context that caches derived configuration properties.
  • Field Details

    • propertyMap

      @Nonnull private Map<String,Object> propertyMap
      Cached property map.
  • Constructor Details

    • CachedConfigurationContext

      public CachedConfigurationContext()
      Constructor.
  • Method Details

    • getPropertyMap

      @Nonnull @Live Map<String,Object> getPropertyMap()
      Get cached property map.
      Returns:
      cached property map