| Package | Description |
|---|---|
| org.pac4j.core.config | |
| org.pac4j.core.profile |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Function<WebContext,ProfileManager> |
Config.profileManagerFactory |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<WebContext,ProfileManager> |
Config.getProfileManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setProfileManagerFactory(java.util.function.Function<WebContext,ProfileManager> profileManagerFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected ProfileManager |
ProfileManagerFactoryAware.getProfileManager(C context,
Config config)
Given a webcontext generate a profileManager for it.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<C,ProfileManager> |
ProfileManagerFactoryAware.getProfileManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileManagerFactoryAware.setProfileManagerFactory(java.util.function.Function<C,ProfileManager> factory) |
Copyright © 2017. All Rights Reserved.