Package com.day.cq.security
Interface AccountManagerFactory
-
public interface AccountManagerFactoryDeprecated.since CQ 6.2 Use com.adobe.cq.account.api.AccountManagementService instead.Create anAccountManagerfor a given session- See Also:
AccountManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AccountManagercreateAccountManager(Session session)Deprecated.
-
-
-
Method Detail
-
createAccountManager
AccountManager createAccountManager(Session session) throws AccessDeniedException
Deprecated.- Parameters:
session- to create the AccountManager for- Returns:
- AccountManger
- Throws:
AccessDeniedException- in case the Session has not enough privileges to create an AccountManger
-
-