Package com.day.cq.security
Interface UserManagerFactory
public interface UserManagerFactory
Deprecated.
Creates a
UserManager for a given
Session.
Implementations have to return a UserManager, that respects the access rights
of the given Session.-
Method Summary
Modifier and TypeMethodDescriptioncreateUserManager(Session session) Deprecated.NOTE: the Manager will be invalid if session is closed.
-
Method Details
-
createUserManager
Deprecated.NOTE: the Manager will be invalid if session is closed.- Parameters:
session- to access a UserManager for- Returns:
- the user manager
- Throws:
AccessDeniedException- in case the session is not allowed to access a UserManager
-
JackrabbitSession#getUserManager()instead.