[
https://issues.apache.org/jira/browse/EAGLE-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hao Chen updated EAGLE-918:
---------------------------
Description:
* Improve eagle auth framework to support annotations under Jersey 1.9 and
Dropwizard 0.7.1
{code}
@PermitAll
@DenyAll
@RolesAllowed
@Auth
{code}
* Add Authentication API
{code}
GET /auth/principal
GET /auth/validate
GET /auth/login
{code}
* Add password encryption and EncrytTool
{code}
java ServerMain encrypt [text to encrypt]
{code}
was:
* Improve eagle auth framework to support annotations under Jersey 1.9 and
Dropwizard 0.7.1
{code}
@PermitAll
@DenyAll
@RolesAllowed
@Auth
{code}
* Add Authentication API
{code}
GET /auth/principal
GET /auth/validate
GET /auth/login
{code}
> Improve eagle auth framework to support @PermitAll/DenyAll/RolesAllowed/Auth
> ----------------------------------------------------------------------------
>
> Key: EAGLE-918
> URL: https://issues.apache.org/jira/browse/EAGLE-918
> Project: Eagle
> Issue Type: New Feature
> Components: Core::Eagle Server
> Affects Versions: v0.5.0
> Reporter: Hao Chen
> Assignee: Hao Chen
> Fix For: v0.5.0
>
>
> * Improve eagle auth framework to support annotations under Jersey 1.9 and
> Dropwizard 0.7.1
> {code}
> @PermitAll
> @DenyAll
> @RolesAllowed
> @Auth
> {code}
> * Add Authentication API
> {code}
> GET /auth/principal
> GET /auth/validate
> GET /auth/login
> {code}
> * Add password encryption and EncrytTool
> {code}
> java ServerMain encrypt [text to encrypt]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)