Jump to content
We've recently updated our Privacy Statement, available here ×

lordhades

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by lordhades

  1. The problem maybe is that in v4.1 there isn't a /fileview/ property in flowVoter.

    Could sb copy his working flowVoter bean?

    My is:

        <bean id="flowVoter" class="com.jaspersoft.jasperserver.war.security.FlowRoleAccessVoter">
            <property name="flowAccessAttribute" value="FLOW_ACCESS"/>
            <property name="flowDefinitionSource">
                <value>
                    repoAdminFlow=ROLE_ADMINISTRATOR
                    userListFlow=ROLE_ADMINISTRATOR
                    roleListFlow=ROLE_ADMINISTRATOR
                    <!--reportUnitFlow=ROLE_ADMINISTRATOR-->
                    olapUnitFlow=ROLE_ADMINISTRATOR
                    olapClientConnectionFlow=ROLE_ADMINISTRATOR
                    mondrianXmlaSourceFlow=ROLE_ADMINISTRATOR
                    editFolderFlow=ROLE_ADMINISTRATOR
                    fileResourceFlow=ROLE_ADMINISTRATOR
                    dataTypeFlow=ROLE_ADMINISTRATOR
                    listOfValuesFlow=ROLE_ADMINISTRATOR
                    queryFlow=ROLE_ADMINISTRATOR
                    reportDataSourceFlow=ROLE_ADMINISTRATOR
                    inputControlsFlow=ROLE_ADMINISTRATOR
                    <!--objectPermissionToRoleFlow=ROLE_ADMINISTRATOR-->
                    userEditFlow=ROLE_ADMINISTRATOR
                    roleEditFlow=ROLE_ADMINISTRATOR
                    queryReferenceFlow=ROLE_ADMINISTRATOR
                    <!--objectPermissionToUserFlow=ROLE_ADMINISTRATOR-->
                    searchFlow=ROLE_USER,ROLE_ADMINISTRATOR
                    *=ROLE_USER,ROLE_ADMINISTRATOR,ROLE_ANONYMOUS
                </value>
      

    What exacly  *=  means?

    I also have logging with ActiveDirectory, but AD accounts and local accounts working fine. Also I have a problem with execute permisson.. It's seems not working for all users. (it's another problem, but solutions appreciated).

     

     

×
×
  • Create New...