Package com.day.cq.security.profile
Interface ProfileManager
public interface ProfileManager
Deprecated.
cq 5.5
Provide access to Profiles of
Authorizables.
A Profile may be associated with a given application.-
Method Summary
Modifier and TypeMethodDescriptiongetProfile(String authorizableId, Session session) Deprecated.getProfile.getProfile(String authorizableId, Session session, String appName) Deprecated.getProfile.
-
Method Details
-
getProfile
Deprecated.getProfile.
- Parameters:
authorizableId- ID of theAuthorizableto access the Profile forsession- to use to access theProfilewith- Returns:
- Profile or
nullif none defined or accessible - Throws:
RepositoryException- in case of error accessing the Repository
-
getProfile
Profile getProfile(String authorizableId, Session session, String appName) throws RepositoryException Deprecated.getProfile.
- Parameters:
authorizableId- ID of theAuthorizableto access the Profile forsession- to use to access theProfilewithappName- identifier of the application the profile is dedicated to- Returns:
- Profile or
nullif none defined or accessible - Throws:
RepositoryException- in case of error accessing the Repository
-