Uses of Annotation Interface
net.bytebuddy.build.AccessControllerPlugin.Enhance
Packages that use AccessControllerPlugin.Enhance
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
An agent builder is used to easily implement load-time class-transformations using a Java agent.
Contains descriptions of annotations and annotation values.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
The implementation package contains any logic for intercepting method calls.
This package contains utility classes for common use within any Byte Buddy logic.
A package to handle dispatching of classes.
A package containing visitor classes for ASM.
-
Uses of AccessControllerPlugin.Enhance in net.bytebuddy
Methods in net.bytebuddy with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
ByteBuddy.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassFileVersion.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
AgentBuilder.Default.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
AgentBuilder.Default.ExecutingTransformer.doPrivileged
(PrivilegedAction<T> action, Object context) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static Object
AgentBuilder.Default.ExecutingTransformer.getContext()
A proxy forjava.security.AccessController#getContext
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
AnnotationDescription.ForLoadedAnnotation.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
MethodDescription.InDefinedShape.AbstractBase.ForLoadedExecutable.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ParameterDescription.ForLoadedParameter.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ParameterList.ForLoadedExecutable.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
RecordComponentDescription.ForLoadedRecordComponent.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
TypeDefinition.Sort.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
TypeDescription.AbstractBase.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
TypeDescription.ForLoadedType.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.(package private) static <T> T
TypeDescription.Generic.AnnotationReader.Delegator.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.dynamic
Methods in net.bytebuddy.dynamic with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
ClassFileLocator.ForClassLoader.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassFileLocator.ForInstrumentation.ClassLoadingDelegate.ForDelegatingClassLoader.Dispatcher.Resolved.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassFileLocator.ForInstrumentation.ClassLoadingDelegate.ForDelegatingClassLoader.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassFileLocator.ForInstrumentation.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassFileLocator.ForUrl.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
NexusAccessor.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
ByteArrayClassLoader.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ByteArrayClassLoader.doPrivileged
(PrivilegedAction<T> action, Object context) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassInjector.UsingInstrumentation.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassInjector.UsingJna.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassInjector.UsingLookup.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassInjector.UsingReflection.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassInjector.UsingUnsafe.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
ClassReloadingStrategy.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static Object
ByteArrayClassLoader.getContext()
A proxy forjava.security.AccessController#getContext
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
TypeWriter.Default.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
TypeWriter.Default.doPrivileged
(PrivilegedExceptionAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
LoadedTypeInitializer.ForStaticField.doPrivileged
(PrivilegedAction<T> action, Object context) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static Object
LoadedTypeInitializer.ForStaticField.getContext()
A proxy forjava.security.AccessController#getContext
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
FileSystem.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
GraalImageCode.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
JavaConstant.MethodHandle.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
JavaConstant.MethodType.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
JavaConstant.Simple.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
JavaModule.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
OpenedClassReader.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.private static <T> T
QueueFactory.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.utility.dispatcher
Methods in net.bytebuddy.utility.dispatcher with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
JavaDispatcher.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available. -
Uses of AccessControllerPlugin.Enhance in net.bytebuddy.utility.visitor
Methods in net.bytebuddy.utility.visitor with annotations of type AccessControllerPlugin.EnhanceModifier and TypeMethodDescriptionprivate static <T> T
StackAwareMethodVisitor.doPrivileged
(PrivilegedAction<T> action) A proxy forjava.security.AccessController#doPrivileged
that is activated if available.