Class VertxProfileManager


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

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

        config, context, logger, sessionStore
    • Method Summary

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

        get, getAll, getAllLikeDefaultSecurityLogic, getConfig, getLikeDefaultSecurityLogic, isAuthenticated, logout, removeOrRenewExpiredProfiles, retrieveAll, retrieveClientName, retrieveLoadProfilesFromSession, save, setConfig, setSessionStore
      • Methods inherited from class java.lang.Object

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

      • saveAll

        protected void saveAll​(java.util.LinkedHashMap<java.lang.String,​org.pac4j.core.profile.CommonProfile> profiles,
                               boolean saveInSession)
        Overrides:
        saveAll 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>