Class AxelorProfileManager

java.lang.Object
org.pac4j.core.profile.ProfileManager
io.buji.pac4j.profile.ShiroProfileManager
com.axelor.auth.pac4j.AxelorProfileManager

public class AxelorProfileManager extends io.buji.pac4j.profile.ShiroProfileManager
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     

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

    config, context, logger, sessionStore
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected void
    saveAll(LinkedHashMap<String,org.pac4j.core.profile.UserProfile> profiles, boolean saveInSession)
     

    Methods inherited from class io.buji.pac4j.profile.ShiroProfileManager

    removeProfiles

    Methods inherited from class org.pac4j.core.profile.ProfileManager

    getConfig, getProfile, getProfile, getProfiles, isAuthenticated, removeOrRenewExpiredProfiles, retrieveAll, retrieveClientName, save, setConfig

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AxelorProfileManager

      public AxelorProfileManager(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
  • Method Details

    • saveAll

      protected void saveAll(LinkedHashMap<String,org.pac4j.core.profile.UserProfile> profiles, boolean saveInSession)
      Overrides:
      saveAll in class io.buji.pac4j.profile.ShiroProfileManager