Madhan Neethiraj created RANGER-5755:
----------------------------------------

             Summary: add convenience constructers to authz-api model classes
                 Key: RANGER-5755
                 URL: https://issues.apache.org/jira/browse/RANGER-5755
             Project: Ranger
          Issue Type: Improvement
          Components: authz-api
            Reporter: Madhan Neethiraj
            Assignee: Madhan Neethiraj


Authz API model classes are used by applications/services to authorize access 
to their resources. To make integration easier, it will help to update 
following classes with constructors that take simple string values:
{noformat}
RangerAccessInfo(String resource, String action, String permission)
RangerResourceInfo(String name)
RangerUserInfo(String name, Set<String> groups)

RangerAuthzRequest(String userName, String resource, String permission, String 
serviceType, String serviceName)
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to