Class ResolutionLabelLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction<String>
-
- net.shibboleth.idp.attribute.resolver.context.navigate.ResolutionLabelLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>,ContextDataLookupFunction<ProfileRequestContext,String>
public class ResolutionLabelLookupFunction extends AbstractAttributeResolutionLookupFunction<String>
A function that returnsAttributeResolutionContext.getResolutionLabel()if available from aAttributeResolutionContextobtained via a lookup function defined on the base class.If a specific setting is unavailable, a null value is returned.
- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description ResolutionLabelLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringdoApply(AttributeResolutionContext input)Method that performs eventual lookup of target data.-
Methods inherited from class net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction
apply, setAttributeResolutionContextLookupStrategy
-
-
-
-
Method Detail
-
doApply
@Nullable protected String doApply(@Nonnull AttributeResolutionContext input)
Method that performs eventual lookup of target data.- Specified by:
doApplyin classAbstractAttributeResolutionLookupFunction<String>- Parameters:
input- the context to examine- Returns:
- the data to return
-
-