| Interface | Description |
|---|---|
| CallbackLogic<R,C extends WebContext> |
Callback logic to finish the login process for an indirect client.
|
| LogoutLogic<R,C extends WebContext> |
Logout logic for the application and the identity provider.
|
| SecurityGrantedAccessAdapter<R,C extends WebContext> |
Success adapter.
|
| SecurityLogic<R,C extends WebContext> |
Security logic to protect an url.
|
| Class | Description |
|---|---|
| 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.
|
| 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). |
| 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.