Package com.day.cq.security.profile
Interface ProfileManager
-
public interface ProfileManagerDeprecated.cq 5.5Provide access to Profiles ofAuthorizables. A Profile may be associated with a given application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProfilegetProfile(java.lang.String authorizableId, Session session)Deprecated.ProfilegetProfile(java.lang.String authorizableId, Session session, java.lang.String appName)Deprecated.
-
-
-
Method Detail
-
getProfile
Profile getProfile(java.lang.String authorizableId, Session session) throws RepositoryException
Deprecated.- 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(java.lang.String authorizableId, Session session, java.lang.String appName) throws RepositoryException
Deprecated.- 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
-
-