Class MembershipCache

    • Field Detail

      • NF

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

        public static final String SECURITY_ROOT_PATH
        root-path to security related content e.g. principals
        See Also:
        Constant Field Values
      • USER_ADMIN_GROUP_NAME

        public static final String USER_ADMIN_GROUP_NAME
        Configuration key and default value for the the name of the 'UserAdmin' group-principal.
        See Also:
        Constant Field Values
      • GROUP_ADMIN_GROUP_NAME

        public static final String GROUP_ADMIN_GROUP_NAME
        Configuration key and default value for the the name of the 'GroupAdmin' group-principal
        See Also:
        Constant Field Values
      • 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.
        As of 2.0 the id-hash is stored with the jcr:uuid making the rep:userId property redundant. It has been removed from the node type definition.
      • 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.
        As of 2.0 group membership is stored with the group node.
        See Also:
        P_MEMBERS
      • 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
        Name of the user property containing the principal names of those allowed to impersonate.
      • 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