U - profile typepublic class ClientIdAwareProfileManager<U extends org.pac4j.core.profile.CommonProfile>
extends org.pac4j.core.profile.ProfileManager<U>
It saves returns a profile based on client_id from the request.
| Constructor and Description |
|---|
ClientIdAwareProfileManager(org.pac4j.core.context.WebContext context,
org.pac4j.core.context.session.SessionStore sessionStore,
org.apereo.cas.services.ServicesManager servicesManager) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.LinkedHashMap<java.lang.String,U> |
retrieveAll(boolean readFromSession) |
void |
save(boolean saveInSession,
U profile,
boolean multiProfile) |
public ClientIdAwareProfileManager(org.pac4j.core.context.WebContext context,
org.pac4j.core.context.session.SessionStore sessionStore,
org.apereo.cas.services.ServicesManager servicesManager)