Package io.jenkins.security
Class Security39113930Workaround
java.lang.Object
io.jenkins.security.Security39113930Workaround
- All Implemented Interfaces:
ClassFileTransformer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidpremain(String args, Instrumentation instrumentation) byte[]transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.instrument.ClassFileTransformer
transform
-
Field Details
-
TRANSFORMED_CLASS_NAMES
-
DISABLE_PROPERTY_NAME
-
-
Constructor Details
-
Security39113930Workaround
public Security39113930Workaround()
-
-
Method Details
-
transform
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException - Specified by:
transformin interfaceClassFileTransformer- Throws:
IllegalClassFormatException
-
premain
-
main
- Throws:
IOException
-