Interface InvocationHandlerAdapter.WithoutPrivilegeConfiguration

All Superinterfaces:
Implementation, Implementation.Composable, InstrumentedType.Prepareable, InvocationHandlerAdapter.AssignerConfigurable
All Known Implementing Classes:
InvocationHandlerAdapter.ForField, InvocationHandlerAdapter.ForInstance
Enclosing class:
InvocationHandlerAdapter

public static interface InvocationHandlerAdapter.WithoutPrivilegeConfiguration extends InvocationHandlerAdapter.AssignerConfigurable
Allows the configuration of privileged lookup for the resolution of Method constants that are provided to the invocation handler.
  • Method Details

    • withPrivilegedLookup

      Configures that the method constants supplied to the invocation handler adapter are resolved using an java.security.AccessController.
      Returns:
      This instrumentation with a privileged lookup configured.