Class PentahoUserManagerImpl

  • All Implemented Interfaces:
    org.apache.jackrabbit.api.security.user.UserManager, org.apache.jackrabbit.core.SessionListener

    public class PentahoUserManagerImpl
    extends org.apache.jackrabbit.core.security.user.UserManagerImpl
    • Method Summary

      • Methods inherited from class org.apache.jackrabbit.core.security.user.UserManagerImpl

        autoSave, createGroup, createGroup, createGroup, createGroup, createSystemUser, createUser, createUser, doCreateGroup, doCreateUser, findAuthorizables, findAuthorizables, findAuthorizables, getAuthorizable, getAuthorizable, getAuthorizable, getAuthorizableByPath, getGroupsPath, getMembershipCache, getMemberSplitSize, getUsersPath, hasMemberSplitSize, isAutoSave, loggedOut, loggingOut, setAuthorizableActions
      • Methods inherited from class org.apache.jackrabbit.core.ProtectedItemModifier

        addNode, addNode, markModified, performProtected, removeItem, setProperty, setProperty, setProperty, setProperty
    • Field Detail

      • NF

        public static final org.apache.jackrabbit.spi.NameFactory NF
      • P_PRINCIPAL_NAME

        public static final org.apache.jackrabbit.spi.Name P_PRINCIPAL_NAME
      • P_USERID

        public static final org.apache.jackrabbit.spi.Name P_USERID
        Deprecated.
      • P_PASSWORD

        public static final org.apache.jackrabbit.spi.Name P_PASSWORD
      • P_DISABLED

        public static final org.apache.jackrabbit.spi.Name P_DISABLED
      • P_GROUPS

        public static final org.apache.jackrabbit.spi.Name P_GROUPS
        Deprecated.
      • P_MEMBERS

        public static final org.apache.jackrabbit.spi.Name P_MEMBERS
      • N_MEMBERS

        public static final org.apache.jackrabbit.spi.Name N_MEMBERS
      • P_IMPERSONATORS

        public static final org.apache.jackrabbit.spi.Name P_IMPERSONATORS
      • NT_REP_AUTHORIZABLE

        public static final org.apache.jackrabbit.spi.Name NT_REP_AUTHORIZABLE
      • NT_REP_AUTHORIZABLE_FOLDER

        public static final org.apache.jackrabbit.spi.Name NT_REP_AUTHORIZABLE_FOLDER
      • NT_REP_USER

        public static final org.apache.jackrabbit.spi.Name NT_REP_USER
      • NT_REP_GROUP

        public static final org.apache.jackrabbit.spi.Name NT_REP_GROUP
      • NT_REP_MEMBERS

        public static final org.apache.jackrabbit.spi.Name NT_REP_MEMBERS
      • MIX_REP_IMPERSONATABLE

        public static final org.apache.jackrabbit.spi.Name MIX_REP_IMPERSONATABLE
    • Constructor Detail

      • PentahoUserManagerImpl

        public PentahoUserManagerImpl​(org.apache.jackrabbit.core.SessionImpl session,
                                      String adminId,
                                      Properties config)
                               throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException