[
https://issues.apache.org/jira/browse/EAGLE-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877709#comment-15877709
]
ASF GitHub Bot commented on EAGLE-918:
--------------------------------------
Github user haoch commented on the issue:
https://github.com/apache/eagle/pull/831
Building failure is caused by checkstyle problem, fixed in
43827444eb0e8fcd46ce6983bf456b920eb5b8b1
> 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)