Class LocaleLookupFunction

  • All Implemented Interfaces:
    Function<org.opensaml.profile.context.ProfileRequestContext,​Locale>

    public class LocaleLookupFunction
    extends Object
    implements Function<org.opensaml.profile.context.ProfileRequestContext,​Locale>
    Function which resolves the Locale from a ProfileRequestContext.
    • Constructor Detail

      • LocaleLookupFunction

        public LocaleLookupFunction()
    • Method Detail

      • apply

        @Nullable
        public Locale apply​(@Nullable
                            org.opensaml.profile.context.ProfileRequestContext input)
        Specified by:
        apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,​Locale>