Questions tagged [java.security]

16 questions
0
votes
0 answers

Should I really replace java.security.PrivilegedAction in a migration from jdk 7 to jdk 8?

I'm reviewing what it involves to migrate a code previously compiled in Java 7 to Java 8, I found that on page https://java.com/en/download/faq/release_changes.xml it mentions that "No methods can be called on the following classes: java.security. *…
1
2