CallSiteDescriptorpublic class SecureLookupSupplier extends Object
MethodHandles.Lookup object.MethodHandles.Lookup object when running with a security manager set.| Modifier and Type | Field | Description |
|---|---|---|
static final String |
GET_LOOKUP_PERMISSION_NAME |
The name of a runtime permission required to successfully invoke the getLookup() method. |
| Constructor | Description |
|---|---|
SecureLookupSupplier |
Creates a new secure lookup supplier for the given lookup. |
| Modifier and Type | Method | Description |
|---|---|---|
final MethodHandles.Lookup |
getLookup() |
Returns the lookup secured by this SecureLookupSupplier. |
protected final MethodHandles.Lookup |
getLookupPrivileged() |
Returns the lookup secured by this SecureLookupSupplier. |
public static final String GET_LOOKUP_PERMISSION_NAME
getLookup() method.public SecureLookupSupplier(MethodHandles.Lookup lookup)
lookup - the lookup to secure. Can not be null.NullPointerException - if null is passed.public final MethodHandles.Lookup getLookup()
SecureLookupSupplier.SecureLookupSupplier.protected final MethodHandles.Lookup getLookupPrivileged()
SecureLookupSupplier.getLookup().
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/jdk.dynalink/jdk/dynalink/SecureLookupSupplier.html