| Package | Description |
|---|---|
| org.pac4j.core.engine | |
| org.pac4j.core.engine.decision |
| Modifier and Type | Method and Description |
|---|---|
ProfileStorageDecision |
DefaultSecurityLogic.getProfileStorageDecision() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSecurityLogic.setProfileStorageDecision(ProfileStorageDecision profileStorageDecision) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysUseSessionProfileStorageDecision<C extends WebContext>
A decision class where the session is always used, generally when indirect and direct clients are mixed in the same web application.
|
class |
DefaultProfileStorageDecision<C extends WebContext>
Default decision class where the indirect clients are handled separately from the direct clients.
|
Copyright © 2019. All Rights Reserved.