[
https://issues.apache.org/jira/browse/ISIS-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Keir Haywood resolved ISIS-2714.
---------------------------------------
Resolution: Fixed
> Update helloworld and simpleapp with permissions to allow users to logout (!)
> -----------------------------------------------------------------------------
>
> Key: ISIS-2714
> URL: https://issues.apache.org/jira/browse/ISIS-2714
> Project: Isis
> Issue Type: Bug
> Reporter: Daniel Keir Haywood
> Assignee: Daniel Keir Haywood
> Priority: Minor
> Fix For: 2.0.0-M6
>
>
> helloworld jpa SNAPSHOT, 'bob' login cannot log out
> I guess this might be a permissions problem?
> {code:java}
> sven = pass, admin_role
> dick = pass, user_role, self-install_role
> bob = pass, user_role, self-install_role, conf_role, sudo_role,
> features_role, metamodel_role, jdo_role, h2_role, swagger_role
> joe = pass, user_role, self-install_role
> guest = guest, user_role
> #
> -----------------------------------------------------------------------------
> # Roles with assigned permissions
> #
> # Each line conforms to the format defined in the
> # org.apache.shiro.realm.text.TextConfigurationRealm#setRoleDefinitions
> JavaDoc
> #
> -----------------------------------------------------------------------------
> [roles]
> # role = perm1, perm2, perm3, ...
> # perm in format: packageName:className:memberName:r,w
> user_role = organisation:*:*:*,\
> currency:*:*:*,\
> isis.applib:*:*:*,\
> isis.security:*:*:*
> conf_role = isis.conf:*:*:*
> sudo_role = isis.sudo:*:*:*
> features_role = isis.feat:*:*:*
> metamodel_role = isis.metamodel:*:*:*
> h2_role = isis.ext.h2Console:*:*:*
> jdo_role = isis.persistence.jdo:*:*:*
> swagger_role = isis.viewer.restfulobjects:*:*:*
> self-install_role = *:FixtureScripts:*:*
> admin_role = *
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)