Package org.pac4j.undertow.profile
Class UndertowProfileManager
java.lang.Object
org.pac4j.core.profile.ProfileManager
org.pac4j.undertow.profile.UndertowProfileManager
public class UndertowProfileManager
extends org.pac4j.core.profile.ProfileManager
Specific profile manager for Undertow.
- Since:
- 1.2.1
- Author:
- Jerome Leleu
-
Field Summary
Fields inherited from class org.pac4j.core.profile.ProfileManager
config, context, logger, sessionStore -
Constructor Summary
ConstructorsConstructorDescriptionUndertowProfileManager(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) -
Method Summary
Modifier and TypeMethodDescriptionprotected LinkedHashMap<String,org.pac4j.core.profile.UserProfile> retrieveAll(boolean readFromSession) Methods inherited from class org.pac4j.core.profile.ProfileManager
getConfig, getProfile, getProfile, getProfiles, isAuthenticated, removeOrRenewExpiredProfiles, removeProfiles, retrieveClientName, save, saveAll, setConfig
-
Constructor Details
-
UndertowProfileManager
public UndertowProfileManager(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-
-
Method Details
-
retrieveAll
protected LinkedHashMap<String,org.pac4j.core.profile.UserProfile> retrieveAll(boolean readFromSession) - Overrides:
retrieveAllin classorg.pac4j.core.profile.ProfileManager
-