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 the
Locale
from a ProfileRequestContext
.-
Constructor Summary
Constructors Constructor Description LocaleLookupFunction()
-
Method Summary
Modifier and Type Method Description Locale
apply(ProfileRequestContext input)
-
Constructor Details
-
LocaleLookupFunction
public LocaleLookupFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,Locale>
-