Uses of Class
eu.tneitzel.rmg.operations.Operation
-
Packages that use Operation Package Description eu.tneitzel.rmg.internal eu.tneitzel.rmg.operations eu.tneitzel.rmg.plugin -
-
Uses of Operation in eu.tneitzel.rmg.internal
Methods in eu.tneitzel.rmg.internal that return Operation Modifier and Type Method Description OperationArgumentHandler. getAction()Returns the user specified remote-method-guesser action. -
Uses of Operation in eu.tneitzel.rmg.operations
Methods in eu.tneitzel.rmg.operations that return Operation Modifier and Type Method Description static OperationOperation. getByName(String name)Iterates over the Operation enumeration and returns the operation that equals the specified operation name.static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Operation in eu.tneitzel.rmg.plugin
Methods in eu.tneitzel.rmg.plugin with parameters of type Operation Modifier and Type Method Description ObjectDefaultProvider. getPayloadObject(Operation action, String name, String args)Return an RMIServerImpl object as used by JMX endpoints when invoked from the bind, rebind or unbind actions.ObjectIPayloadProvider. getPayloadObject(Operation action, String name, String args)Provide a payload object for deserialization attacks.static ObjectPluginSystem. getPayloadObject(Operation action, String name, String args)Is called from each action that requires a payload object.
-