Class AbstractAttributeResolutionLookupFunction<Type>

java.lang.Object
net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction<Type>
Type Parameters:
Type - the type of data returned by the function
All Implemented Interfaces:
Function<ProfileRequestContext,Type>, ContextDataLookupFunction<ProfileRequestContext,Type>
Direct Known Subclasses:
AttributeIssuerIdLookupFunction, AttributePrincipalLookupFunction, AttributeRecipientIdLookupFunction, ResolutionLabelLookupFunction

public abstract class AbstractAttributeResolutionLookupFunction<Type> extends Object implements ContextDataLookupFunction<ProfileRequestContext,Type>
Base class for a function that takes a ProfileRequestContext and requires access to an AttributeResolutionContext.