Uses of Class
org.sonar.iac.common.checks.PrivilegeEscalationVector
-
Packages that use PrivilegeEscalationVector Package Description org.sonar.iac.common.checks -
-
Uses of PrivilegeEscalationVector in org.sonar.iac.common.checks
Methods in org.sonar.iac.common.checks that return PrivilegeEscalationVector Modifier and Type Method Description static PrivilegeEscalationVectorPrivilegeEscalationVector. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivilegeEscalationVector[]PrivilegeEscalationVector. values()Returns an array containing the constants of this enum type, in the order they are declared.
-