| Package | Description |
|---|---|
| org.pac4j.core.engine |
| 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.
|
class |
DefaultLogoutLogic<R,C extends WebContext>
Default logout logic:
If the
localLogout property is true, the pac4j profiles are removed from the web session
(and the web session is destroyed if the destroySession property is true). |
class |
DefaultSecurityLogic<R,C extends WebContext>
Default security logic:
If the HTTP request matches the
matchers configuration (or no matchers are defined), the security is applied. |
Copyright © 2017. All Rights Reserved.