Class ConfigLookupFunction<T extends AbstractProtocolConfiguration>

java.lang.Object
net.shibboleth.idp.cas.config.ConfigLookupFunction<T>
Type Parameters:
T - type of profile configuration
All Implemented Interfaces:
Function<ProfileRequestContext,T>

public class ConfigLookupFunction<T extends AbstractProtocolConfiguration> extends Object implements Function<ProfileRequestContext,T>
Lookup function for extracting CAS profile configuration from the profile request context.