Class FlowDescriptorLookupFunction<T extends ProfileInterceptorFlowDescriptor>

java.lang.Object
net.shibboleth.idp.consent.logic.impl.FlowDescriptorLookupFunction<T>
Type Parameters:
T - the profile interceptor flow descriptor type to locate
All Implemented Interfaces:
Function<ProfileRequestContext,T>

public class FlowDescriptorLookupFunction<T extends ProfileInterceptorFlowDescriptor> extends Object implements Function<ProfileRequestContext,T>
Function that returns a profile interceptor flow descriptor from a profile request context using a lookup strategy.