此规则会检测是否使用了 WebLogic ServletAuthentication 类。会标记对类 weblogic.servlet.security.ServletAuthentication 的所有引用。
WebLogic ServletAuthentication 是专有 API,因此不能用在 WebSphere Traditional 或 Liberty 中。使用 Java 平台中的 HttpServletRequest.login() 和 HttpServletRequest.logout() 方法来处理认证。
请参阅 Interface HttpServletRequest Java 文档。