Package com.axelor.auth.pac4j
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
-
-
Constructor Summary
Constructors Constructor Description AxelorProfileManager(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
saveAll(LinkedHashMap<String,org.pac4j.core.profile.UserProfile> profiles, boolean saveInSession)
-
-
-
Method Detail
-
saveAll
protected void saveAll(LinkedHashMap<String,org.pac4j.core.profile.UserProfile> profiles, boolean saveInSession)
- Overrides:
saveAll
in classio.buji.pac4j.profile.ShiroProfileManager
-
-