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

    Constructors
    Constructor
    Description
    UndertowProfileManager(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      retrieveAll in class org.pac4j.core.profile.ProfileManager