Interface UserManagerFactory


  • public interface UserManagerFactory
    Deprecated.
    cq 5.5 Use JackrabbitSession#getUserManager() instead.
    Creates a UserManager for a given Session. Implementations have to return a UserManager, that respects the access rights of the given Session.
    • Method Detail

      • createUserManager

        UserManager createUserManager​(Session session)
                               throws AccessDeniedException
        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