[JBoss JIRA] (FORGE-1892) REST endpoint should also consume/produce JSon
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1892?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1892.
----------------------------------
Fix Version/s: 2.7.1.Final
(was: 2.x Future)
Resolution: Done
> REST endpoint should also consume/produce JSon
> ----------------------------------------------
>
> Key: FORGE-1892
> URL: https://issues.jboss.org/browse/FORGE-1892
> Project: Forge
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Scaffold
> Affects Versions: 2.6.0.Final
> Reporter: Antonio Goncalves
> Assignee: Vineet Reynolds
> Fix For: 2.7.1.Final
>
>
> When a REST endoint is generated, there is only support for XML MIMETYPE
> {code}
> @GET
> @Produces("application/xml")
> public List<Book> listAll(@QueryParam("start") Integer startPosition, @QueryParam("max") Integer maxResult)
> {code}
> It would be good to have both XML and JSON
> {code}
> @GET
> @Produces({"application/xml","application/json"})
> public List<Book> listAll(@QueryParam("start") Integer startPosition, @QueryParam("max") Integer maxResult)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (FORGE-1930) Create an API for producing String representations of Roaster model objects
by Vineet Reynolds (JIRA)
Vineet Reynolds created FORGE-1930:
--------------------------------------
Summary: Create an API for producing String representations of Roaster model objects
Key: FORGE-1930
URL: https://issues.jboss.org/browse/FORGE-1930
Project: Forge
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Parsers / File Manipulation
Reporter: Vineet Reynolds
Based on the [discussion here|https://github.com/forge/core/pull/484/files#r14695944] it would be a good idea to create a Roaster based API where snippets of code could be created as String objects to be embedded in templates.
The snippets could be created with Roaster model objects. The new API would be responsible for exporting the model as a String. The existing Roaster model may not be good enough and require extension, since it assumes/expects the presence of a target or a source to begin with (like a JavaClassSource or a Method or a Field all of which may not be convenient to create).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (FORGEPLUGINS-161) Create a PicketLink addon
by Pedro Igor (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-161?page=com.atlassian.jira.... ]
Pedro Igor commented on FORGEPLUGINS-161:
-----------------------------------------
Some ideas regarding authentication configuration:
- Configure password-based authentication;
- Configure TOTP-based authentication;
- Configure HTTP authentication schemes: BASIC+SSL, DIGEST, CERT, FORM
- Configure Token-based authentication. For instance, combining HTTP BASIC to issue tokens and propagate them in every request.
- Configure an authentication bean using the Identity bean directly to authenticate. Useful for JSF-based apps.
> 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)
10 years, 6 months
[JBoss JIRA] (FORGEPLUGINS-161) Create a PicketLink addon
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-161?page=com.atlassian.jira.... ]
Lincoln Baxter III edited comment on FORGEPLUGINS-161 at 7/10/14 8:49 AM:
--------------------------------------------------------------------------
It would be nice to support configuration/generation of OAuth or OpenID authentication support.
was (Author: lincolnthree):
It would be nice to support OAuth or OpenID logins
> 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)
10 years, 6 months