This article covers a Bloomreach Experience Manager version 11. There's an updated version available that covers our most recent release.

Roles

A role is a set of JCR permissions.

Roles Configuration

The roles are stored in the repository as children of the node /hippo:configuration/hippo:roles. The following JCR permissions exist in the repository: READ, WRITE and REMOVE. The roles are also used for assigning workflows to users and groups.

The roles are referenced by the domains auth roles and can be assigned to workflows.

Structure

+ hippo:configuration
    + hippo:roles
        + editor
            - hipposys:privileges = { hippo:editor }
        + myrole
            - hipposys:roles = { editor }
            - hipposys:privileges = { hippo:rest, jcr:read }

Nodes

hipposys:role

Name

Type

Required

Description

node name

String

yes

the name of the role

hippo:jcrread

Boolean

yes

grant JCR " READ" to the role

hippo:jcrwrite

Boolean

yes

grant JCR " WRITE" to the role

hippo:jcrremove

Boolean

yes

grant JCR " REMOVE" to the role

The name of the node is used as the role name. The boolean properties hippo:jcrread, hippo:jcrwrite and hippo:jcrremove can be set to assign the JCR READWRITE and REMOVE properties to a role.

Did you find this page helpful?
How could this documentation serve you better?
On this page
    Did you find this page helpful?
    How could this documentation serve you better?

    We rely on cookies

    to optimize our communication and to enhance your customer experience. By clicking on the Accept and Close button, you agree to the collection of cookies. You can also adjust your preferences by clicking on Manage Preferences. For more information please see our Privacy policy.

    Manage cookies
    Accept & close

    Cookies preferences

    Accept & close
    Back