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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Field Summary
Fields Modifier and Type Field Description private Map<String,Object>propertyMapCached property map.
-
Constructor Summary
Constructors Constructor Description CachedConfigurationContext()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Map<String,Object>getPropertyMap()Get cached property map.-
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-