| Package | Description |
|---|---|
| org.pac4j.core.client.direct | |
| org.pac4j.core.engine.decision |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousClient
Anonymous client.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultProfileStorageDecision.mustSaveProfileInSession(C context,
java.util.List<Client> currentClients,
DirectClient directClient,
CommonProfile profile)
Never save the profile in session after a direct client authentication.
|
boolean |
ProfileStorageDecision.mustSaveProfileInSession(C context,
java.util.List<Client> currentClients,
DirectClient directClient,
CommonProfile profile)
Whether we must save the profile in session after the authentication of direct clients.
|
boolean |
AlwaysUseSessionProfileStorageDecision.mustSaveProfileInSession(C context,
java.util.List<Client> currentClients,
DirectClient directClient,
CommonProfile profile) |
Copyright © 2019. All Rights Reserved.