Package net.shibboleth.idp.cas.config
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.
-
Field Details
-
configClass
Type of profile configuration class.
-
-
Constructor Details
-
ConfigLookupFunction
Creates a new instance.- Parameters:
clazz
- Profile configuration class.
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
T extends AbstractProtocolConfiguration>
-