Class LocaleLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.LocaleLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Locale>
public class LocaleLookupFunction extends Object implements Function<ProfileRequestContext,Locale>
Function which resolves theLocalefrom aProfileRequestContext.
-
-
Constructor Summary
Constructors Constructor Description LocaleLookupFunction()
-
-
-
Method Detail
-
apply
@Nullable public Locale apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Locale>
-
-