-
Enhancement
-
Resolution: Fixed
-
P4
-
1.0, 1.4.0
-
None
-
beta
-
generic
-
generic
It would be useful if the JAAS policy file allowed keystore aliases to be used in grants, for example:
grant principal "alias" { ... };
If the alias resolves to an X509Certificate, treat the above as equivalent to
grant com.sun.security.auth.X500Principal "<SubjectDN>"
grant principal "alias" { ... };
If the alias resolves to an X509Certificate, treat the above as equivalent to
grant com.sun.security.auth.X500Principal "<SubjectDN>"
- duplicates
-
JDK-4402288 PolicyFile incorrectly implements grants with AND of principals
-
- Closed
-