[
https://issues.jboss.org/browse/FORGEPLUGINS-161?page=com.atlassian.jira....
]
Burr Sutter commented on FORGEPLUGINS-161:
------------------------------------------
Integration with the JAX-RS CRUD endpoint scaffold/generation to add
import org.jboss.quickstarts.wfk.contacts.security.ApplicationRole;
import org.picketlink.authorization.annotations.LoggedIn;
import org.picketlink.authorization.annotations.RolesAllowed;
@POST
@RolesAllowed({ApplicationRole.MAINTAINER, ApplicationRole.ADMIN})
public Response createContact(Contact contact) {
Create a PicketLink addon
-------------------------
Key: FORGEPLUGINS-161
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-161
Project: Forge Plugins/Addons
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Shane Bryzak
Assignee: Shane Bryzak
George has currently implemented this:
https://github.com/forge/plugin-picketlink
We need a Forge plugin that will create a working security configuration for PicketLink.
It should allow the developer to configure one or more identity stores, and optionally
create the entity beans for a simple database schema.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)