| Package | Description |
|---|---|
| org.pac4j.core.config | |
| org.pac4j.core.engine |
| Modifier and Type | Field and Description |
|---|---|
protected LogoutLogic |
Config.logoutLogic |
| Modifier and Type | Method and Description |
|---|---|
LogoutLogic |
Config.getLogoutLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setLogoutLogic(LogoutLogic logoutLogic) |
| Modifier and Type | Class and Description |
|---|---|
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). |
Copyright © 2018. All Rights Reserved.