You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Fred Oliver (JIRA)" <ji...@apache.org> on 2007/08/17 15:44:30 UTC

[jira] Created: (RIVER-251) Security.grant methods could be specified more precisely

Security.grant methods could be specified more precisely
--------------------------------------------------------

                 Key: RIVER-251
                 URL: https://issues.apache.org/jira/browse/RIVER-251
             Project: River
          Issue Type: Bug
          Components: net_jini_security
    Affects Versions: jtsk_2.0
            Reporter: Fred Oliver
            Priority: Minor


Bugtraq ID [4832729|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4832729]

The various Security.grant methods could be more precise in specifying the
methods used to perform certain operations.  In particular:

- Security.grant(Class, Permission[]) should specify the method called on
  the policy provider to grant the permissions.  It could also specify
  how the current policy provider and the principals of the current subject
  are determined.
  
- Security.grant(Class, Principal[], Permission[]) should specify the
  method called on the policy provider to grant the permissions, and could
  also specify how the current policy provider is determined.

- Security.grant(Class, Class) could specify how the current policy provider
  and the principals of the current subject are determined.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.