Uses of Record Class
org.sonar.python.checks.HardcodedCredentialsCallCheck.MethodArgument
Packages that use HardcodedCredentialsCallCheck.MethodArgument
-
Uses of HardcodedCredentialsCallCheck.MethodArgument in org.sonar.python.checks
Methods in org.sonar.python.checks that return types with arguments of type HardcodedCredentialsCallCheck.MethodArgumentModifier and TypeMethodDescriptionHardcodedCredentialsCallCheck.CredentialMethod.sensitiveArguments()Returns the value of thesensitiveArgumentsrecord component.Constructor parameters in org.sonar.python.checks with type arguments of type HardcodedCredentialsCallCheck.MethodArgumentModifierConstructorDescriptionCredentialMethod(String name, List<HardcodedCredentialsCallCheck.MethodArgument> sensitiveArguments) Creates an instance of aCredentialMethodrecord class.