Class SetConfigurationLookupStrategy<T>
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.attribute.config.AbstractMetadataDrivenConfigurationLookupStrategy<T2>
net.shibboleth.idp.attribute.config.AbstractCollectionConfigurationLookupStrategy<T,Set<T>>
net.shibboleth.idp.attribute.config.SetConfigurationLookupStrategy<T>
- Type Parameters:
T- type of object in list
- All Implemented Interfaces:
Function<BaseContext,,Set<T>> Component,DestructableComponent,InitializableComponent
public class SetConfigurationLookupStrategy<T>
extends AbstractCollectionConfigurationLookupStrategy<T,Set<T>>
A strategy function that examines SAML metadata associated with a relying party and derives Set<String>-valued
configuration settings based on EntityAttribute extension tags.
- Since:
- 5.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.idp.attribute.config.AbstractMetadataDrivenConfigurationLookupStrategy
AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoTranslate(IdPAttribute tag) Translate the value(s) into a setting of the appropriate type.doTranslate(Attribute tag) Translate the value(s) into a setting of the appropriate type.Methods inherited from class net.shibboleth.idp.attribute.config.AbstractCollectionConfigurationLookupStrategy
createInstanceFromString, doInitialize, getPropertyType, setPropertyType, xmlObjectToStringMethods inherited from class net.shibboleth.idp.attribute.config.AbstractMetadataDrivenConfigurationLookupStrategy
apply, setDefaultValue, setDefaultValueStrategy, setEnableCaching, setExplicitPropertyName, setIgnoreUnmappedEntityAttributes, setLegacyPropertyName, setMessageMetadataLookupStrategy, setProfileAliases, setProfileIdLookupStrategy, setProfileMetadataLookupStrategy, setPropertyName, setStrictNameFormatMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitialized
-
Field Details
-
LOG
@Nonnull private static final org.slf4j.Logger LOGClass logger.
-
-
Constructor Details
-
SetConfigurationLookupStrategy
public SetConfigurationLookupStrategy()
-
-
Method Details
-
doTranslate
Translate the value(s) into a setting of the appropriate type.Overrides of this function can assume a non-zero collection of values.
- Specified by:
doTranslatein classAbstractMetadataDrivenConfigurationLookupStrategy<Set<T>>- Parameters:
tag- tag to translate- Returns:
- the setting derived from the tag's value(s)
-
doTranslate
Translate the value(s) into a setting of the appropriate type.Overrides of this function can assume a non-zero collection of values.
- Specified by:
doTranslatein classAbstractMetadataDrivenConfigurationLookupStrategy<Set<T>>- Parameters:
tag- tag to translate- Returns:
- the setting derived from the tag's value(s)
-