JDK-4765281 : provide accessor methods for UnresolvedPermission
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-10-18
  • Updated: 2017-05-16
  • Resolved: 2003-06-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Description
UnresolvedPermission currently does not provide accessor methods for the
type, name, actions or signer certificates of the permission it describes.
Access to these values could be useful for code that wants to instantiate
the contained permission itself, save the values to reconstitute the
UnresolvedPermission later, compare UnresolvedPermissions based on
some (but not all) of the values, etc.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b10
14-06-2004

EVALUATION will fix
11-06-2004

SUGGESTED FIX Add accessor methods for the type, target string, action string and signer certificates of the permission described by the UnresolvedPermission.
11-06-2004

PUBLIC COMMENTS UnresolvedPermission currently does not provide accessor methods for the type, name, actions or signer certificates of the permission it describes. Access to these values could be useful for code that wants to instantiate the contained permission itself, save the values to reconstitute the UnresolvedPermission later, compare UnresolvedPermissions based on some (but not all) of the values, etc.
10-06-2004