Uses of Class
com.h3xstream.findsecbugs.injection.InjectionPoint

Packages that use InjectionPoint
com.h3xstream.findsecbugs.injection   
com.h3xstream.findsecbugs.injection.command   
com.h3xstream.findsecbugs.injection.custom   
com.h3xstream.findsecbugs.injection.ldap   
com.h3xstream.findsecbugs.injection.redirect   
com.h3xstream.findsecbugs.injection.script   
com.h3xstream.findsecbugs.injection.sql   
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection
 

Fields in com.h3xstream.findsecbugs.injection declared as InjectionPoint
static InjectionPoint InjectionPoint.NONE
           
 

Methods in com.h3xstream.findsecbugs.injection that return InjectionPoint
 InjectionPoint InjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
          The implementation should identify method that are susceptible to injection and return parameters index that can injected.
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.command
 

Methods in com.h3xstream.findsecbugs.injection.command that return InjectionPoint
 InjectionPoint CommandInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.custom
 

Methods in com.h3xstream.findsecbugs.injection.custom that return InjectionPoint
 InjectionPoint CustomInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 

Constructor parameters in com.h3xstream.findsecbugs.injection.custom with type arguments of type InjectionPoint
CustomInjectionSource(Map<CustomInjectionSource.InvokeIdentifier,InjectionPoint> injectableParametersMap)
           
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.ldap
 

Methods in com.h3xstream.findsecbugs.injection.ldap that return InjectionPoint
 InjectionPoint UnboundIdLdapInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 InjectionPoint JndiLdapInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.redirect
 

Methods in com.h3xstream.findsecbugs.injection.redirect that return InjectionPoint
 InjectionPoint RedirectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.script
 

Methods in com.h3xstream.findsecbugs.injection.script that return InjectionPoint
 InjectionPoint SpelSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 InjectionPoint ScriptEngineSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 

Uses of InjectionPoint in com.h3xstream.findsecbugs.injection.sql
 

Methods in com.h3xstream.findsecbugs.injection.sql that return InjectionPoint
 InjectionPoint JpaInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 InjectionPoint JdoInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 InjectionPoint HibernateInjectionSource.getInjectableParameters(org.apache.bcel.generic.InvokeInstruction ins, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InstructionHandle insHandle)
           
 



Copyright © 2015. All rights reserved.