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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
Field Details
-
propertyMap
Cached property map.
-
-
Constructor Details
-
CachedConfigurationContext
public CachedConfigurationContext()Constructor.
-
-
Method Details
-
getPropertyMap
Get cached property map.- Returns:
- cached property map
-