public interface ProfileManager
Authorizables
.
A Profile may be associated with a given application.Modifier and Type | Method and Description |
---|---|
Profile |
getProfile(java.lang.String authorizableId,
Session session)
Deprecated.
|
Profile |
getProfile(java.lang.String authorizableId,
Session session,
java.lang.String appName)
Deprecated.
|
Profile getProfile(java.lang.String authorizableId, Session session) throws RepositoryException
authorizableId
- ID of the
Authorizable
to access
the Profile forsession
- to use to access the
Profile
withnull
if none defined or accessibleRepositoryException
- in case of error accessing the RepositoryProfile getProfile(java.lang.String authorizableId, Session session, java.lang.String appName) throws RepositoryException
authorizableId
- ID of the
Authorizable
to access
the Profile forsession
- to use to access the
Profile
withappName
- identifier of the application the profile is dedicated tonull
if none defined or accessibleRepositoryException
- in case of error accessing the RepositoryCopyright © 2010 - 2020 Adobe. All Rights Reserved