Back to Intellij Community

CustomSecurityManager

java/java-impl/resources/inspectionDescriptions/CustomSecurityManager.html

2025.3-rc-2290 B
Original Source

Reports user-defined subclasses of java.lang.SecurityManager.

While not necessarily representing a security hole, such classes should be thoroughly and professionally inspected for possible security issues.

Example:

class CustomSecurityManager extends SecurityManager {
  }