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, javax.jcr.Session session)Deprecated.getProfile.ProfilegetProfile(java.lang.String authorizableId, javax.jcr.Session session, java.lang.String appName)Deprecated.getProfile.
-
-
-
Method Detail
-
getProfile
Profile getProfile(java.lang.String authorizableId, javax.jcr.Session session) throws javax.jcr.RepositoryException
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:
javax.jcr.RepositoryException- in case of error accessing the Repository
-
getProfile
Profile getProfile(java.lang.String authorizableId, javax.jcr.Session session, java.lang.String appName) throws javax.jcr.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:
javax.jcr.RepositoryException- in case of error accessing the Repository
-
-