| Package | Description |
|---|---|
| org.pac4j.core.config | |
| org.pac4j.core.engine |
| Modifier and Type | Field and Description |
|---|---|
protected CallbackLogic |
Config.callbackLogic |
| Modifier and Type | Method and Description |
|---|---|
CallbackLogic |
Config.getCallbackLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setCallbackLogic(CallbackLogic callbackLogic) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCallbackLogic<R,C extends WebContext>
Default callback logic:
The credentials are extracted from the current request to fetch the user profile (from the identity provider) which is then saved in the web session.
|
Copyright © 2017. All Rights Reserved.