Interface ProfileManagerFactory

All Superinterfaces:
BiFunction<WebContext,SessionStore,ProfileManager>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ProfileManagerFactory extends BiFunction<WebContext,SessionStore,ProfileManager>
A ProfileManager factory based on the WebContext.
Since:
4.0.0
Author:
Jerome LELEU