Uses of Class
eu.tneitzel.rmg.internal.RMIComponent
-
Packages that use RMIComponent Package Description eu.tneitzel.rmg.internal eu.tneitzel.rmg.utils -
-
Uses of RMIComponent in eu.tneitzel.rmg.internal
Methods in eu.tneitzel.rmg.internal that return RMIComponent Modifier and Type Method Description static RMIComponentRMIComponent. getByShortName(String shortName)Get the corresponding RMIComponent by specifying its short name.RMIComponentArgumentHandler. getComponent()Parse the user specified --component value.static RMIComponentRMIComponent. valueOf(String name)Returns the enum constant of this type with the specified name.static RMIComponent[]RMIComponent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.tneitzel.rmg.internal with parameters of type RMIComponent Modifier and Type Method Description static voidExceptionHandler. handleCodebaseException(Exception exception, String className, RMIComponent component, String method)Handle an Exception that is thrown during codebase attacks.static voidExceptionHandler. handleCodebaseException(Exception exception, String className, RMIComponent component, String method, String randomClassName)Handle an Exception that is thrown during codebase attacks.static voidExceptionHandler. handleGadgetCallException(Exception exception, RMIComponent component, String method)Handle an Exception that is thrown during gadget call attacks.static voidExceptionHandler. handleGadgetCallException(Exception exception, RMIComponent component, String method, String randomClassName)Handle an Exception that is thrown during gadget call attacks. -
Uses of RMIComponent in eu.tneitzel.rmg.utils
Methods in eu.tneitzel.rmg.utils with parameters of type RMIComponent Modifier and Type Method Description static ObjIDRMGUtils. getObjIDByComponent(RMIComponent component)Returns the ObjID for the user specified RMI component,
-