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