Class VertxProfileManager


  • public class VertxProfileManager
    extends ExtendedProfileManager<org.pac4j.core.profile.CommonProfile>
    Since:
    2.0.0
    Author:
    Jeremy Prime
    • Field Summary

      • Fields inherited from class org.pac4j.core.profile.ProfileManager

        context, sessionStore
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void remove​(boolean removeFromSession)  
      void removeFromSession​(Session session)  
      protected java.util.LinkedHashMap<java.lang.String,​org.pac4j.core.profile.CommonProfile> retrieveAll​(boolean readFromSession)  
      void save​(boolean saveInSession, org.pac4j.core.profile.CommonProfile profile, boolean multiProfile)  
      • Methods inherited from class org.pac4j.core.profile.ProfileManager

        get, getAll, isAuthenticated, logout, retrieveClientName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxProfileManager

        public VertxProfileManager​(VertxWebContext context)
    • Method Detail

      • retrieveAll

        protected java.util.LinkedHashMap<java.lang.String,​org.pac4j.core.profile.CommonProfile> retrieveAll​(boolean readFromSession)
        Overrides:
        retrieveAll in class org.pac4j.core.profile.ProfileManager<org.pac4j.core.profile.CommonProfile>
      • remove

        public void remove​(boolean removeFromSession)
        Overrides:
        remove in class org.pac4j.core.profile.ProfileManager<org.pac4j.core.profile.CommonProfile>
      • save

        public void save​(boolean saveInSession,
                         org.pac4j.core.profile.CommonProfile profile,
                         boolean multiProfile)
        Overrides:
        save in class org.pac4j.core.profile.ProfileManager<org.pac4j.core.profile.CommonProfile>