[
https://issues.apache.org/jira/browse/AMBARI-13916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009914#comment-15009914
]
Hudson commented on AMBARI-13916:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #3855 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3855/])
AMBARI-13916. Create API entry points for getting authorization (rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=09c9134793dcb1ec1691f2ca38147519b28f61f0])
*
ambari-server/src/main/java/org/apache/ambari/server/controller/spi/Resource.java
*
ambari-server/src/test/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImplTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/RoleAuthorizationService.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/UserService.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UserAuthorizationResourceProvider.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/PermissionService.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RoleAuthorizationResourceProvider.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/UserAuthorizationService.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImpl.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/resources/PermissionResourceDefinition.java
*
ambari-server/src/test/java/org/apache/ambari/server/api/resources/PermissionResourceDefinitionTest.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AbstractControllerResourceProviderTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractControllerResourceProvider.java
> Create API entry points for getting authorization information
> -------------------------------------------------------------
>
> Key: AMBARI-13916
> URL: https://issues.apache.org/jira/browse/AMBARI-13916
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.2.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: rbac
> Fix For: 2.2.0
>
> Attachments: AMBARI-13916_trunk_01.patch,
> AMBARI-13916_trunk_02.patch, AMBARI-13916_trunk_03.patch,
> AMBARI-13916_trunk_04.patch
>
>
> Create API entry points for getting authorization information.
> The following entry points need to be created:
> {noformat}
> GET /api/v1/authorizations
> GET /api/v1/permissions/:PERMISSION_ID/authorizations
> GET /api/v1/users/:USERNAME/authorizations
> {noformat}
> The following entry points need to be updated to supply more information:
> {noformat}
> GET /api/v1/permissions/:PERMISSION_ID
> {noformat}
> *Note: The data layer is stubbed out and left for implementation in
> AMBARI-13865*
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)