Package com.day.cq.security.profile
Interface ProfileManager
-
public interface ProfileManager
Deprecated.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 Profile
getProfile(java.lang.String authorizableId, Session session)
Deprecated.Profile
getProfile(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 theAuthorizable
to access the Profile forsession
- to use to access theProfile
with- Returns:
- Profile or
null
if 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 theAuthorizable
to access the Profile forsession
- to use to access theProfile
withappName
- identifier of the application the profile is dedicated to- Returns:
- Profile or
null
if none defined or accessible - Throws:
RepositoryException
- in case of error accessing the Repository
-
-