-
Enhancement
-
Resolution: Fixed
-
P3
-
12
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216233 | 13 | Weijun Wang | P3 | Resolved | Fixed | team |
Various security-related classes define system properties:
com.sun.security.auth.login.ConfigFile
java.security.auth.login.config
com.sun.security.auth.login.ConfigFile.Krb5LoginModule
sun.security.krb5.principal
java.security.jgss/javax/security/auth/kerberos/package-summary.html
java.security.krb5.realm,java.security.krb5.kdc
java.security.jgss/org/ietf/jgss/package-summary.html
javax.security.auth.useSubjectCredsOnly
The names of these properties are candidates to use the recently-new javadoc tag `{@systemProperty <name>}`, which will cause the names to appear in the main search index.
com.sun.security.auth.login.ConfigFile
java.security.auth.login.config
com.sun.security.auth.login.ConfigFile.Krb5LoginModule
sun.security.krb5.principal
java.security.jgss/javax/security/auth/kerberos/package-summary.html
java.security.krb5.realm,java.security.krb5.kdc
java.security.jgss/org/ietf/jgss/package-summary.html
javax.security.auth.useSubjectCredsOnly
The names of these properties are candidates to use the recently-new javadoc tag `{@systemProperty <name>}`, which will cause the names to appear in the main search index.
- backported by
-
JDK-8216233 Use {@systemProperty} for definitions of system properties
- Resolved
- relates to
-
JDK-8211132 Support {@systemProperty <name>} tag
- Closed