| Interface | Description |
|---|---|
| ApplicationLogoutLogic<R,C extends WebContext> |
Aplication logout logic.
|
| CallbackLogic<R,C extends WebContext> |
Callback logic to finish the login process for an indirect client.
|
| SecurityGrantedAccessAdapter<R,C extends WebContext> |
Success adapter.
|
| SecurityLogic<R,C extends WebContext> |
Security logic to protect an url.
|
| Class | Description |
|---|---|
| DefaultApplicationLogoutLogic<R,C extends WebContext> |
Default application logout logic:
After logout, the user is redirected to the url defined by the
url request parameter if it matches the logoutUrlPattern. |
| 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.
|
| 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. |
| J2ERenewSessionCallbackLogic<C extends J2EContext> |
Callback logic with web session renewal for J2E context.
|
Copyright © 2016. All Rights Reserved.