Class BooleanConfigurationLookupStrategy
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.idp.saml.profile.config.AbstractMetadataDrivenConfigurationLookupStrategy<Boolean>
net.shibboleth.idp.saml.profile.config.BooleanConfigurationLookupStrategy
- All Implemented Interfaces:
Function<BaseContext,,Boolean> Component,DestructableComponent,InitializableComponent
public class BooleanConfigurationLookupStrategy
extends AbstractMetadataDrivenConfigurationLookupStrategy<Boolean>
A strategy function that examines SAML metadata associated with a relying party and derives Boolean-valued
configuration settings based on EntityAttribute extension tags.
- Since:
- 3.4.0
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.idp.saml.profile.config.AbstractMetadataDrivenConfigurationLookupStrategy
AbstractMetadataDrivenConfigurationLookupStrategy.CachedConfigurationContext -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleandoTranslate(IdPAttribute tag) Translate the value(s) into a setting of the appropriate type.protected BooleandoTranslate(Attribute tag) Translate the value(s) into a setting of the appropriate type.private BooleanxmlObjectToBoolean(XMLObject object) Convert an XMLObject to a Boolean if the type is supported.Methods inherited from class net.shibboleth.idp.saml.profile.config.AbstractMetadataDrivenConfigurationLookupStrategy
apply, doInitialize, setDefaultValue, setDefaultValueStrategy, setEnableCaching, setExplicitPropertyName, setIgnoreUnmappedEntityAttributes, setMetadataLookupStrategy, setProfileAliases, setProfileIdLookupStrategy, setPropertyName, setStrictNameFormatMethods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
BooleanConfigurationLookupStrategy
public BooleanConfigurationLookupStrategy()
-
-
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<Boolean>- 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<Boolean>- Parameters:
tag- tag to translate- Returns:
- the setting derived from the tag's value(s)
-
xmlObjectToBoolean
Convert an XMLObject to a Boolean if the type is supported.- Parameters:
object- object to convert- Returns:
- the converted value, or null
-