Class ElasticsearchEntitlementChecker
java.lang.Object
org.elasticsearch.entitlement.runtime.policy.ElasticsearchEntitlementChecker
- All Implemented Interfaces:
EntitlementChecker
ElasticsearchEntitlementChecker relies on preview features of the Java platform:
ElasticsearchEntitlementCheckerrefers to one or more preview APIs:AddressLayout,Arena,FunctionDescriptor,Linker,MemoryLayout,MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Implementation of the
EntitlementChecker interface
with each method implemented as a one-liner call into PolicyChecker.
In effect, for each instrumented, this indicates the kind of check to perform;
the actual checking logic is in PolicyChecker.
The bridge module loads this object via SPI.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcheck$java_io_File$$createTempFile(Class<?> callerClass, String prefix, String suffix) voidcheck$java_io_File$$createTempFile(Class<?> callerClass, String prefix, String suffix, File directory) voidcheck$java_io_File$canExecute(Class<?> callerClass, File file) voidcheck$java_io_File$canRead(Class<?> callerClass, File file) voidcheck$java_io_File$canWrite(Class<?> callerClass, File file) voidcheck$java_io_File$createNewFile(Class<?> callerClass, File file) voidcheck$java_io_File$delete(Class<?> callerClass, File file) voidcheck$java_io_File$deleteOnExit(Class<?> callerClass, File file) voidcheck$java_io_File$exists(Class<?> callerClass, File file) voidcheck$java_io_File$isDirectory(Class<?> callerClass, File file) voidcheck$java_io_File$isFile(Class<?> callerClass, File file) voidcheck$java_io_File$isHidden(Class<?> callerClass, File file) voidcheck$java_io_File$lastModified(Class<?> callerClass, File file) voidcheck$java_io_File$length(Class<?> callerClass, File file) voidcheck$java_io_File$list(Class<?> callerClass, File file) voidcheck$java_io_File$list(Class<?> callerClass, File file, FilenameFilter filter) voidcheck$java_io_File$listFiles(Class<?> callerClass, File file) voidcheck$java_io_File$listFiles(Class<?> callerClass, File file, FileFilter filter) voidcheck$java_io_File$listFiles(Class<?> callerClass, File file, FilenameFilter filter) voidcheck$java_io_File$mkdir(Class<?> callerClass, File file) voidcheck$java_io_File$mkdirs(Class<?> callerClass, File file) voidcheck$java_io_File$renameTo(Class<?> callerClass, File file, File dest) voidcheck$java_io_File$setExecutable(Class<?> callerClass, File file, boolean executable) voidcheck$java_io_File$setExecutable(Class<?> callerClass, File file, boolean executable, boolean ownerOnly) voidcheck$java_io_File$setLastModified(Class<?> callerClass, File file, long time) voidcheck$java_io_File$setReadable(Class<?> callerClass, File file, boolean readable) voidcheck$java_io_File$setReadable(Class<?> callerClass, File file, boolean readable, boolean ownerOnly) voidcheck$java_io_File$setReadOnly(Class<?> callerClass, File file) voidcheck$java_io_File$setWritable(Class<?> callerClass, File file, boolean writable) voidcheck$java_io_File$setWritable(Class<?> callerClass, File file, boolean writable, boolean ownerOnly) voidcheck$java_io_FileInputStream$(Class<?> callerClass, File file) voidcheck$java_io_FileInputStream$(Class<?> callerClass, FileDescriptor fd) voidcheck$java_io_FileInputStream$(Class<?> callerClass, String name) voidcheck$java_io_FileOutputStream$(Class<?> callerClass, File file) voidcheck$java_io_FileOutputStream$(Class<?> callerClass, FileDescriptor fd) voidcheck$java_io_FileOutputStream$(Class<?> callerClass, File file, boolean append) voidcheck$java_io_FileOutputStream$(Class<?> callerClass, String name) voidcheck$java_io_FileOutputStream$(Class<?> callerClass, String name, boolean append) voidcheck$java_io_FileReader$(Class<?> callerClass, File file) voidcheck$java_io_FileReader$(Class<?> callerClass, FileDescriptor fd) voidcheck$java_io_FileReader$(Class<?> callerClass, File file, Charset charset) voidcheck$java_io_FileReader$(Class<?> callerClass, String name) voidcheck$java_io_FileReader$(Class<?> callerClass, String name, Charset charset) voidcheck$java_io_FileWriter$(Class<?> callerClass, File file) voidcheck$java_io_FileWriter$(Class<?> callerClass, FileDescriptor fd) voidcheck$java_io_FileWriter$(Class<?> callerClass, File file, boolean append) voidcheck$java_io_FileWriter$(Class<?> callerClass, File file, Charset charset) voidcheck$java_io_FileWriter$(Class<?> callerClass, File file, Charset charset, boolean append) voidcheck$java_io_FileWriter$(Class<?> callerClass, String name) voidcheck$java_io_FileWriter$(Class<?> callerClass, String name, boolean append) voidcheck$java_io_FileWriter$(Class<?> callerClass, String name, Charset charset) voidcheck$java_io_FileWriter$(Class<?> callerClass, String name, Charset charset, boolean append) voidcheck$java_io_RandomAccessFile$(Class<?> callerClass, File file, String mode) voidcheck$java_io_RandomAccessFile$(Class<?> callerClass, String name, String mode) voidcheck$java_lang_ClassLoader$(Class<?> callerClass) voidcheck$java_lang_ClassLoader$(Class<?> callerClass, ClassLoader parent) voidcheck$java_lang_ClassLoader$(Class<?> callerClass, String name, ClassLoader parent) voidcheck$java_lang_foreign_SymbolLookup$$libraryLookup(Class<?> callerClass, String name, ArenaPREVIEW arena) voidcheck$java_lang_foreign_SymbolLookup$$libraryLookup(Class<?> callerClass, Path path, ArenaPREVIEW arena) voidcheck$java_lang_ModuleLayer$Controller$enableNativeAccess(Class<?> callerClass, ModuleLayer.Controller that, Module target) voidcheck$java_lang_ProcessBuilder$$startPipeline(Class<?> callerClass, List<ProcessBuilder> builders) voidcheck$java_lang_ProcessBuilder$start(Class<?> callerClass, ProcessBuilder processBuilder) voidcheck$java_lang_Runtime$addShutdownHook(Class<?> callerClass, Runtime runtime, Thread hook) voidcheck$java_lang_Runtime$exit(Class<?> callerClass, Runtime runtime, int status) voidcheck$java_lang_Runtime$halt(Class<?> callerClass, Runtime runtime, int status) voidcheck$java_lang_Runtime$load(Class<?> callerClass, Runtime that, String filename) voidcheck$java_lang_Runtime$loadLibrary(Class<?> callerClass, Runtime that, String libname) voidcheck$java_lang_Runtime$removeShutdownHook(Class<?> callerClass, Runtime runtime, Thread hook) voidcheck$java_lang_System$$clearProperty(Class<?> callerClass, String key) voidcheck$java_lang_System$$exit(Class<?> callerClass, int status) voidcheck$java_lang_System$$load(Class<?> callerClass, String filename) voidcheck$java_lang_System$$loadLibrary(Class<?> callerClass, String libname) voidcheck$java_lang_System$$setErr(Class<?> callerClass, PrintStream err) voidcheck$java_lang_System$$setIn(Class<?> callerClass, InputStream in) voidcheck$java_lang_System$$setOut(Class<?> callerClass, PrintStream out) voidcheck$java_lang_System$$setProperties(Class<?> callerClass, Properties props) voidcheck$java_lang_System$$setProperty(Class<?> callerClass, String key, String value) voidcheck$java_lang_Thread$$setDefaultUncaughtExceptionHandler(Class<?> callerClass, Thread.UncaughtExceptionHandler ueh) voidcheck$java_lang_Thread$setDaemon(Class<?> callerClass, Thread thread, boolean on) voidcheck$java_lang_Thread$setName(Class<?> callerClass, Thread thread, String name) voidcheck$java_lang_Thread$setPriority(Class<?> callerClass, Thread thread, int newPriority) voidcheck$java_lang_Thread$setUncaughtExceptionHandler(Class<?> callerClass, Thread thread, Thread.UncaughtExceptionHandler ueh) voidcheck$java_lang_Thread$start(Class<?> callerClass, Thread thread) voidcheck$java_lang_ThreadGroup$setDaemon(Class<?> callerClass, ThreadGroup threadGroup, boolean daemon) voidcheck$java_lang_ThreadGroup$setMaxPriority(Class<?> callerClass, ThreadGroup threadGroup, int pri) voidcheck$java_net_DatagramSocket$$setDatagramSocketImplFactory(Class<?> callerClass, DatagramSocketImplFactory fac) voidcheck$java_net_DatagramSocket$bind(Class<?> callerClass, DatagramSocket that, SocketAddress addr) voidcheck$java_net_DatagramSocket$connect(Class<?> callerClass, DatagramSocket that, InetAddress addr) voidcheck$java_net_DatagramSocket$connect(Class<?> callerClass, DatagramSocket that, SocketAddress addr) voidcheck$java_net_DatagramSocket$joinGroup(Class<?> caller, DatagramSocket that, SocketAddress addr, NetworkInterface ni) voidcheck$java_net_DatagramSocket$leaveGroup(Class<?> caller, DatagramSocket that, SocketAddress addr, NetworkInterface ni) voidcheck$java_net_DatagramSocket$receive(Class<?> callerClass, DatagramSocket that, DatagramPacket p) voidcheck$java_net_DatagramSocket$send(Class<?> callerClass, DatagramSocket that, DatagramPacket p) voidcheck$java_net_http_HttpRequest$BodyPublishers$$ofFile(Class<?> callerClass, Path path) voidcheck$java_net_http_HttpResponse$BodyHandlers$$ofFile(Class<?> callerClass, Path path) voidcheck$java_net_http_HttpResponse$BodyHandlers$$ofFile(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_net_http_HttpResponse$BodyHandlers$$ofFileDownload(Class<?> callerClass, Path directory, OpenOption... openOptions) voidcheck$java_net_http_HttpResponse$BodySubscribers$$ofFile(Class<?> callerClass, Path directory) voidcheck$java_net_http_HttpResponse$BodySubscribers$$ofFile(Class<?> callerClass, Path directory, OpenOption... openOptions) voidcheck$java_net_HttpURLConnection$$setFollowRedirects(Class<?> callerClass, boolean set) voidcheck$java_net_HttpURLConnection$getHeaderFieldDate(Class<?> callerClass, HttpURLConnection that, String name, long defaultValue) voidcheck$java_net_HttpURLConnection$getResponseCode(Class<?> callerClass, HttpURLConnection that) voidcheck$java_net_HttpURLConnection$getResponseMessage(Class<?> callerClass, HttpURLConnection that) voidcheck$java_net_JarURLConnection$getAttributes(Class<?> callerClass, JarURLConnection that) voidcheck$java_net_JarURLConnection$getCertificates(Class<?> callerClass, JarURLConnection that) voidcheck$java_net_JarURLConnection$getJarEntry(Class<?> callerClass, JarURLConnection that) voidcheck$java_net_JarURLConnection$getMainAttributes(Class<?> callerClass, JarURLConnection that) voidcheck$java_net_JarURLConnection$getManifest(Class<?> callerClass, JarURLConnection that) voidcheck$java_net_MulticastSocket$joinGroup(Class<?> caller, MulticastSocket that, InetAddress addr) voidcheck$java_net_MulticastSocket$joinGroup(Class<?> caller, MulticastSocket that, SocketAddress addr, NetworkInterface ni) voidcheck$java_net_MulticastSocket$leaveGroup(Class<?> caller, MulticastSocket that, InetAddress addr) voidcheck$java_net_MulticastSocket$leaveGroup(Class<?> caller, MulticastSocket that, SocketAddress addr, NetworkInterface ni) voidcheck$java_net_MulticastSocket$send(Class<?> callerClass, MulticastSocket that, DatagramPacket p, byte ttl) voidcheck$java_net_ProxySelector$$setDefault(Class<?> callerClass, ProxySelector ps) voidcheck$java_net_ResponseCache$$setDefault(Class<?> callerClass, ResponseCache rc) voidcheck$java_net_ServerSocket$(Class<?> callerClass, int port) voidcheck$java_net_ServerSocket$(Class<?> callerClass, int port, int backlog) voidcheck$java_net_ServerSocket$(Class<?> callerClass, int port, int backlog, InetAddress bindAddr) voidcheck$java_net_ServerSocket$$setSocketFactory(Class<?> callerClass, SocketImplFactory fac) voidcheck$java_net_ServerSocket$accept(Class<?> callerClass, ServerSocket that) voidcheck$java_net_ServerSocket$bind(Class<?> callerClass, ServerSocket that, SocketAddress endpoint) voidcheck$java_net_ServerSocket$bind(Class<?> callerClass, ServerSocket that, SocketAddress endpoint, int backlog) voidcheck$java_net_ServerSocket$implAccept(Class<?> callerClass, ServerSocket that, Socket s) voidcheck$java_net_Socket$(Class<?> callerClass, String host, int port) voidcheck$java_net_Socket$(Class<?> callerClass, String host, int port, boolean stream) voidcheck$java_net_Socket$(Class<?> callerClass, String host, int port, InetAddress localAddr, int localPort) voidcheck$java_net_Socket$(Class<?> callerClass, InetAddress address, int port) voidcheck$java_net_Socket$(Class<?> callerClass, InetAddress host, int port, boolean stream) voidcheck$java_net_Socket$(Class<?> callerClass, InetAddress address, int port, InetAddress localAddr, int localPort) voidcheck$java_net_Socket$(Class<?> callerClass, Proxy proxy) voidcheck$java_net_Socket$$setSocketImplFactory(Class<?> callerClass, SocketImplFactory fac) voidcheck$java_net_Socket$bind(Class<?> callerClass, Socket that, SocketAddress endpoint) voidcheck$java_net_Socket$connect(Class<?> callerClass, Socket that, SocketAddress endpoint) voidcheck$java_net_Socket$connect(Class<?> callerClass, Socket that, SocketAddress endpoint, int backlog) voidcheck$java_net_spi_InetAddressResolverProvider$(Class<?> callerClass) voidcheck$java_net_spi_URLStreamHandlerProvider$(Class<?> callerClass) voidcheck$java_net_URL$(Class<?> callerClass, String protocol, String host, int port, String file, URLStreamHandler handler) voidcheck$java_net_URL$(Class<?> callerClass, URL context, String spec, URLStreamHandler handler) voidcheck$java_net_URL$$setURLStreamHandlerFactory(Class<?> callerClass, URLStreamHandlerFactory fac) voidcheck$java_net_URL$getContent(Class<?> callerClass, URL that) voidcheck$java_net_URL$getContent(Class<?> callerClass, URL that, Class<?>[] classes) voidcheck$java_net_URL$openConnection(Class<?> callerClass, URL that) voidcheck$java_net_URL$openConnection(Class<?> callerClass, URL that, Proxy proxy) voidcheck$java_net_URL$openStream(Class<?> callerClass, URL that) voidcheck$java_net_URLClassLoader$(Class<?> callerClass, String name, URL[] urls, ClassLoader parent) voidcheck$java_net_URLClassLoader$(Class<?> callerClass, String name, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory) voidcheck$java_net_URLClassLoader$(Class<?> callerClass, URL[] urls) voidcheck$java_net_URLClassLoader$(Class<?> callerClass, URL[] urls, ClassLoader parent) voidcheck$java_net_URLClassLoader$(Class<?> callerClass, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory) voidcheck$java_net_URLConnection$$setContentHandlerFactory(Class<?> callerClass, ContentHandlerFactory fac) voidcheck$java_net_URLConnection$$setFileNameMap(Class<?> callerClass, FileNameMap map) voidcheck$java_net_URLConnection$getContent(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getContent(Class<?> callerClass, URLConnection that, Class<?>[] classes) voidcheck$java_net_URLConnection$getContentEncoding(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getContentLength(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getContentLengthLong(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getContentType(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getDate(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getExpiration(Class<?> callerClass, URLConnection that) voidcheck$java_net_URLConnection$getHeaderFieldDate(Class<?> callerClass, URLConnection that, String name, long defaultValue) voidcheck$java_net_URLConnection$getHeaderFieldInt(Class<?> callerClass, URLConnection that, String name, int defaultValue) voidcheck$java_net_URLConnection$getHeaderFieldLong(Class<?> callerClass, URLConnection that, String name, long defaultValue) voidcheck$java_net_URLConnection$getLastModified(Class<?> callerClass, URLConnection that) voidcheck$java_nio_channels_AsynchronousFileChannel$(Class<?> callerClass) voidcheck$java_nio_channels_AsynchronousFileChannel$$open(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_nio_channels_AsynchronousFileChannel$$open(Class<?> callerClass, Path path, Set<? extends OpenOption> options, ExecutorService executor, FileAttribute<?>... attrs) voidcheck$java_nio_channels_AsynchronousServerSocketChannel$bind(Class<?> callerClass, AsynchronousServerSocketChannel that, SocketAddress local) voidcheck$java_nio_channels_FileChannel$(Class<?> callerClass) voidcheck$java_nio_channels_FileChannel$$open(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_nio_channels_FileChannel$$open(Class<?> callerClass, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) voidcheck$java_nio_channels_SelectableChannel$register(Class<?> callerClass, SelectableChannel that, Selector sel, int ops) voidcheck$java_nio_channels_ServerSocketChannel$bind(Class<?> callerClass, ServerSocketChannel that, SocketAddress local) voidcheck$java_nio_channels_SocketChannel$$open(Class<?> callerClass) voidcheck$java_nio_channels_SocketChannel$$open(Class<?> callerClass, ProtocolFamily family) voidcheck$java_nio_channels_SocketChannel$$open(Class<?> callerClass, SocketAddress remote) voidcheck$java_nio_channels_spi_AbstractSelectableChannel$register(Class<?> callerClass, SelectableChannel that, Selector sel, int ops, Object att) voidcheck$java_nio_channels_spi_AsynchronousChannelProvider$(Class<?> callerClass) voidcheck$java_nio_channels_spi_SelectorProvider$(Class<?> callerClass) voidcheck$java_nio_charset_spi_CharsetProvider$(Class<?> callerClass) voidcheck$java_nio_file_Files$$copy(Class<?> callerClass, InputStream in, Path target, CopyOption... options) voidcheck$java_nio_file_Files$$copy(Class<?> callerClass, Path source, OutputStream out) voidcheck$java_nio_file_Files$$copy(Class<?> callerClass, Path source, Path target, CopyOption... options) voidcheck$java_nio_file_Files$$createDirectories(Class<?> callerClass, Path dir, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createDirectory(Class<?> callerClass, Path dir, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createFile(Class<?> callerClass, Path path, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createLink(Class<?> callerClass, Path link, Path existing) voidcheck$java_nio_file_Files$$createSymbolicLink(Class<?> callerClass, Path link, Path target, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createTempDirectory(Class<?> callerClass, String prefix, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createTempDirectory(Class<?> callerClass, Path dir, String prefix, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createTempFile(Class<?> callerClass, String prefix, String suffix, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$createTempFile(Class<?> callerClass, Path dir, String prefix, String suffix, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$delete(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$deleteIfExists(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$exists(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$find(Class<?> callerClass, Path start, int maxDepth, BiPredicate<Path, BasicFileAttributes> matcher, FileVisitOption... options) voidcheck$java_nio_file_Files$$getAttribute(Class<?> callerClass, Path path, String attribute, LinkOption... options) voidcheck$java_nio_file_Files$$getFileAttributeView(Class<?> callerClass, Path path, Class<? extends FileAttributeView> type, LinkOption... options) voidcheck$java_nio_file_Files$$getFileStore(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$getLastModifiedTime(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$getOwner(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$getPosixFilePermissions(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$isDirectory(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$isExecutable(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$isHidden(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$isReadable(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$isRegularFile(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$isSameFile(Class<?> callerClass, Path path, Path path2) voidcheck$java_nio_file_Files$$isSymbolicLink(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$isWritable(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$lines(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$lines(Class<?> callerClass, Path path, Charset cs) voidcheck$java_nio_file_Files$$list(Class<?> callerClass, Path dir) voidcheck$java_nio_file_Files$$mismatch(Class<?> callerClass, Path path, Path path2) voidcheck$java_nio_file_Files$$move(Class<?> callerClass, Path source, Path target, CopyOption... options) voidcheck$java_nio_file_Files$$newBufferedReader(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$newBufferedReader(Class<?> callerClass, Path path, Charset cs) voidcheck$java_nio_file_Files$$newBufferedWriter(Class<?> callerClass, Path path, Charset cs, OpenOption... options) voidcheck$java_nio_file_Files$$newBufferedWriter(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_nio_file_Files$$newByteChannel(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_nio_file_Files$$newByteChannel(Class<?> callerClass, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) voidcheck$java_nio_file_Files$$newDirectoryStream(Class<?> callerClass, Path dir) voidcheck$java_nio_file_Files$$newDirectoryStream(Class<?> callerClass, Path dir, String glob) voidcheck$java_nio_file_Files$$newDirectoryStream(Class<?> callerClass, Path dir, DirectoryStream.Filter<? super Path> filter) voidcheck$java_nio_file_Files$$newInputStream(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_nio_file_Files$$newOutputStream(Class<?> callerClass, Path path, OpenOption... options) voidcheck$java_nio_file_Files$$notExists(Class<?> callerClass, Path path, LinkOption... options) voidcheck$java_nio_file_Files$$probeContentType(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$readAllBytes(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$readAllLines(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$readAllLines(Class<?> callerClass, Path path, Charset cs) voidcheck$java_nio_file_Files$$readAttributes(Class<?> callerClass, Path path, Class<? extends BasicFileAttributes> type, LinkOption... options) voidcheck$java_nio_file_Files$$readAttributes(Class<?> callerClass, Path path, String attributes, LinkOption... options) voidcheck$java_nio_file_Files$$readString(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$readString(Class<?> callerClass, Path path, Charset cs) voidcheck$java_nio_file_Files$$readSymbolicLink(Class<?> callerClass, Path link) voidcheck$java_nio_file_Files$$setAttribute(Class<?> callerClass, Path path, String attribute, Object value, LinkOption... options) voidcheck$java_nio_file_Files$$setLastModifiedTime(Class<?> callerClass, Path path, FileTime time) voidcheck$java_nio_file_Files$$setOwner(Class<?> callerClass, Path path, UserPrincipal principal) voidcheck$java_nio_file_Files$$setPosixFilePermissions(Class<?> callerClass, Path path, Set<PosixFilePermission> perms) voidcheck$java_nio_file_Files$$size(Class<?> callerClass, Path path) voidcheck$java_nio_file_Files$$walk(Class<?> callerClass, Path start, int maxDepth, FileVisitOption... options) voidcheck$java_nio_file_Files$$walk(Class<?> callerClass, Path start, FileVisitOption... options) voidcheck$java_nio_file_Files$$walkFileTree(Class<?> callerClass, Path start, FileVisitor<? super Path> visitor) voidcheck$java_nio_file_Files$$walkFileTree(Class<?> callerClass, Path start, Set<FileVisitOption> options, int maxDepth, FileVisitor<? super Path> visitor) voidcheck$java_nio_file_Files$$write(Class<?> callerClass, Path path, byte[] bytes, OpenOption... options) voidcheck$java_nio_file_Files$$write(Class<?> callerClass, Path path, Iterable<? extends CharSequence> lines, Charset cs, OpenOption... options) voidcheck$java_nio_file_Files$$write(Class<?> callerClass, Path path, Iterable<? extends CharSequence> lines, OpenOption... options) voidcheck$java_nio_file_Files$$writeString(Class<?> callerClass, Path path, CharSequence csq, Charset cs, OpenOption... options) voidcheck$java_nio_file_Files$$writeString(Class<?> callerClass, Path path, CharSequence csq, OpenOption... options) voidcheck$java_nio_file_spi_FileSystemProvider$(Class<?> callerClass) voidcheck$java_security_cert_CertStore$$getInstance(Class<?> callerClass, String type, CertStoreParameters params) voidcheck$java_security_KeyStore$$getInstance(Class<?> callerClass, File file, char[] password) voidcheck$java_security_KeyStore$$getInstance(Class<?> callerClass, File file, KeyStore.LoadStoreParameter param) voidcheck$java_security_KeyStore$Builder$$newInstance(Class<?> callerClass, File file, KeyStore.ProtectionParameter protection) voidcheck$java_security_KeyStore$Builder$$newInstance(Class<?> callerClass, String type, Provider provider, File file, KeyStore.ProtectionParameter protection) voidcheck$java_security_SecureClassLoader$(Class<?> callerClass) voidcheck$java_security_SecureClassLoader$(Class<?> callerClass, ClassLoader parent) voidcheck$java_security_SecureClassLoader$(Class<?> callerClass, String name, ClassLoader parent) voidcheck$java_text_spi_BreakIteratorProvider$(Class<?> callerClass) voidcheck$java_text_spi_CollatorProvider$(Class<?> callerClass) voidcheck$java_text_spi_DateFormatProvider$(Class<?> callerClass) voidcheck$java_text_spi_DateFormatSymbolsProvider$(Class<?> callerClass) voidcheck$java_text_spi_DecimalFormatSymbolsProvider$(Class<?> callerClass) voidcheck$java_text_spi_NumberFormatProvider$(Class<?> callerClass) voidcheck$java_util_concurrent_ForkJoinPool$setParallelism(Class<?> callerClass, ForkJoinPool forkJoinPool, int size) voidcheck$java_util_jar_JarFile$(Class<?> callerClass, File file) voidcheck$java_util_jar_JarFile$(Class<?> callerClass, File file, boolean verify) voidcheck$java_util_jar_JarFile$(Class<?> callerClass, File file, boolean verify, int mode) voidcheck$java_util_jar_JarFile$(Class<?> callerClass, File file, boolean verify, int mode, Runtime.Version version) voidcheck$java_util_jar_JarFile$(Class<?> callerClass, String name) voidcheck$java_util_jar_JarFile$(Class<?> callerClass, String name, boolean verify) voidcheck$java_util_Locale$$setDefault(Class<?> callerClass, Locale locale) voidcheck$java_util_Locale$$setDefault(Class<?> callerClass, Locale.Category category, Locale locale) voidcheck$java_util_logging_FileHandler$(Class<?> callerClass) voidcheck$java_util_logging_FileHandler$(Class<?> callerClass, String pattern) voidcheck$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, boolean append) voidcheck$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, int limit, int count) voidcheck$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, int limit, int count, boolean append) voidcheck$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, long limit, int count, boolean append) voidcheck$java_util_logging_FileHandler$close(Class<?> callerClass, FileHandler that) voidcheck$java_util_logging_LogManager$(Class<?> callerClass) voidcheck$java_util_Scanner$(Class<?> callerClass, File source) voidcheck$java_util_Scanner$(Class<?> callerClass, File source, String charsetName) voidcheck$java_util_Scanner$(Class<?> callerClass, File source, Charset charset) voidcheck$java_util_spi_CalendarDataProvider$(Class<?> callerClass) voidcheck$java_util_spi_CalendarNameProvider$(Class<?> callerClass) voidcheck$java_util_spi_CurrencyNameProvider$(Class<?> callerClass) voidcheck$java_util_spi_LocaleNameProvider$(Class<?> callerClass) voidcheck$java_util_spi_LocaleServiceProvider$(Class<?> callerClass) voidcheck$java_util_spi_TimeZoneNameProvider$(Class<?> callerClass) voidcheck$java_util_TimeZone$$setDefault(Class<?> callerClass, TimeZone zone) voidcheck$java_util_zip_ZipFile$(Class<?> callerClass, File file) voidcheck$java_util_zip_ZipFile$(Class<?> callerClass, File file, int mode) voidcheck$java_util_zip_ZipFile$(Class<?> callerClass, File file, int mode, Charset charset) voidcheck$java_util_zip_ZipFile$(Class<?> callerClass, File file, Charset charset) voidcheck$java_util_zip_ZipFile$(Class<?> callerClass, String name) voidcheck$java_util_zip_ZipFile$(Class<?> callerClass, String name, Charset charset) voidcheck$javax_net_ssl_HttpsURLConnection$$setDefaultHostnameVerifier(Class<?> callerClass, HostnameVerifier hv) voidcheck$javax_net_ssl_HttpsURLConnection$$setDefaultSSLSocketFactory(Class<?> callerClass, SSLSocketFactory sf) voidcheck$javax_net_ssl_HttpsURLConnection$setSSLSocketFactory(Class<?> callerClass, HttpsURLConnection connection, SSLSocketFactory sf) voidcheck$javax_net_ssl_SSLContext$$setDefault(Class<?> callerClass, SSLContext context) voidcheck$jdk_internal_foreign_abi_AbstractLinker$downcallHandle(Class<?> callerClass, LinkerPREVIEW that, FunctionDescriptorPREVIEW function, Linker.OptionPREVIEW... options) voidcheck$jdk_internal_foreign_abi_AbstractLinker$downcallHandle(Class<?> callerClass, LinkerPREVIEW that, MemorySegmentPREVIEW address, FunctionDescriptorPREVIEW function, Linker.OptionPREVIEW... options) voidcheck$jdk_internal_foreign_abi_AbstractLinker$upcallStub(Class<?> callerClass, LinkerPREVIEW that, MethodHandle target, FunctionDescriptorPREVIEW function, ArenaPREVIEW arena, Linker.OptionPREVIEW... options) voidcheck$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret(Class<?> callerClass, MemorySegmentPREVIEW that, long newSize) voidcheck$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret(Class<?> callerClass, MemorySegmentPREVIEW that, long newSize, ArenaPREVIEW arena, Consumer<MemorySegmentPREVIEW> cleanup) voidcheck$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret(Class<?> callerClass, MemorySegmentPREVIEW that, ArenaPREVIEW arena, Consumer<MemorySegmentPREVIEW> cleanup) voidcheck$jdk_internal_foreign_layout_ValueLayouts$OfAddressImpl$withTargetLayout(Class<?> callerClass, AddressLayoutPREVIEW that, MemoryLayoutPREVIEW memoryLayout) voidcheck$jdk_internal_net_http_HttpClientFacade$send(Class<?> callerClass, HttpClient that, HttpRequest request, HttpResponse.BodyHandler<?> responseBodyHandler) voidcheck$jdk_internal_net_http_HttpClientFacade$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler) voidcheck$jdk_internal_net_http_HttpClientFacade$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler, HttpResponse.PushPromiseHandler<?> pushPromiseHandler) voidcheck$jdk_internal_net_http_HttpClientImpl$send(Class<?> callerClass, HttpClient that, HttpRequest request, HttpResponse.BodyHandler<?> responseBodyHandler) voidcheck$jdk_internal_net_http_HttpClientImpl$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler) voidcheck$jdk_internal_net_http_HttpClientImpl$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler, HttpResponse.PushPromiseHandler<?> pushPromiseHandler) voidcheck$jdk_nio_Channels$$readWriteSelectableChannel(Class<?> callerClass, FileDescriptor fd, Channels.SelectableChannelCloser closer) voidcheck$jdk_tools_jlink_internal_Jlink$(Class<?> callerClass) voidcheck$jdk_tools_jlink_internal_Main$$run(Class<?> callerClass, PrintWriter out, PrintWriter err, String... args) voidcheck$jdk_vm_ci_services_JVMCIServiceLocator$$getProviders(Class<?> callerClass, Class<?> service) voidcheck$jdk_vm_ci_services_Services$$load(Class<?> callerClass, Class<?> service) voidcheck$jdk_vm_ci_services_Services$$loadSingle(Class<?> callerClass, Class<?> service, boolean required) voidcheck$sun_net_www_protocol_file_FileURLConnection$connect(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_file_FileURLConnection$getContentLength(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_file_FileURLConnection$getContentLengthLong(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_file_FileURLConnection$getHeaderField(Class<?> callerClass, URLConnection that, int n) voidcheck$sun_net_www_protocol_file_FileURLConnection$getHeaderField(Class<?> callerClass, URLConnection that, String name) voidcheck$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldKey(Class<?> callerClass, URLConnection that, int n) voidcheck$sun_net_www_protocol_file_FileURLConnection$getHeaderFields(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_file_FileURLConnection$getInputStream(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_file_FileURLConnection$getLastModified(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_ftp_FtpURLConnection$connect(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_ftp_FtpURLConnection$getInputStream(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_ftp_FtpURLConnection$getOutputStream(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_http_HttpURLConnection$$openConnectionCheckRedirects(Class<?> callerClass, URLConnection c) voidcheck$sun_net_www_protocol_http_HttpURLConnection$connect(Class<?> callerClass, HttpURLConnection that) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getErrorStream(Class<?> callerClass, HttpURLConnection that) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getHeaderField(Class<?> callerClass, HttpURLConnection that, int n) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getHeaderField(Class<?> callerClass, HttpURLConnection that, String name) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldKey(Class<?> callerClass, HttpURLConnection that, int n) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getHeaderFields(Class<?> callerClass, HttpURLConnection that) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getInputStream(Class<?> callerClass, HttpURLConnection that) voidcheck$sun_net_www_protocol_http_HttpURLConnection$getOutputStream(Class<?> callerClass, HttpURLConnection that) voidcheck$sun_net_www_protocol_https_AbstractDelegateHttpsURLConnection$connect(Class<?> callerClass, HttpURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$connect(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContent(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContent(Class<?> callerClass, HttpsURLConnection that, Class<?>[] classes) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentEncoding(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLength(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLengthLong(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentType(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getDate(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getErrorStream(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getExpiration(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderField(Class<?> callerClass, HttpsURLConnection that, int n) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderField(Class<?> callerClass, HttpsURLConnection that, String name) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldDate(Class<?> callerClass, HttpsURLConnection that, String name, long defaultValue) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldInt(Class<?> callerClass, HttpsURLConnection that, String name, int defaultValue) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldKey(Class<?> callerClass, HttpsURLConnection that, int n) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldLong(Class<?> callerClass, HttpsURLConnection that, String name, long defaultValue) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFields(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getInputStream(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getLastModified(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getOutputStream(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseCode(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseMessage(Class<?> callerClass, HttpsURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$connect(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getContent(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getContentLength(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getContentLengthLong(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getContentType(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getHeaderField(Class<?> callerClass, JarURLConnection that, String name) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getInputStream(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getJarEntry(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_jar_JarURLConnection$getJarFile(Class<?> callerClass, JarURLConnection that) voidcheck$sun_net_www_protocol_mailto_MailToURLConnection$connect(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_protocol_mailto_MailToURLConnection$getOutputStream(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_URLConnection$getContentLength(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_URLConnection$getContentType(Class<?> callerClass, URLConnection that) voidcheck$sun_net_www_URLConnection$getHeaderField(Class<?> callerClass, URLConnection that, int n) voidcheck$sun_net_www_URLConnection$getHeaderField(Class<?> callerClass, URLConnection that, String name) voidcheck$sun_net_www_URLConnection$getHeaderFieldKey(Class<?> callerClass, URLConnection that, int n) voidcheck$sun_net_www_URLConnection$getHeaderFields(Class<?> callerClass, URLConnection that) voidcheck$sun_nio_ch_AsynchronousServerSocketChannelImpl$accept(Class<?> callerClass, AsynchronousServerSocketChannel that) voidcheck$sun_nio_ch_AsynchronousServerSocketChannelImpl$accept(Class<?> callerClass, AsynchronousServerSocketChannel that, Object attachment, CompletionHandler<AsynchronousSocketChannel, Object> handler) voidcheck$sun_nio_ch_AsynchronousServerSocketChannelImpl$bind(Class<?> callerClass, AsynchronousServerSocketChannel that, SocketAddress local, int backlog) voidcheck$sun_nio_ch_AsynchronousSocketChannelImpl$bind(Class<?> callerClass, AsynchronousSocketChannel that, SocketAddress local) voidcheck$sun_nio_ch_AsynchronousSocketChannelImpl$connect(Class<?> callerClass, AsynchronousSocketChannel that, SocketAddress remote) voidcheck$sun_nio_ch_AsynchronousSocketChannelImpl$connect(Class<?> callerClass, AsynchronousSocketChannel that, SocketAddress remote, Object attachment, CompletionHandler<Void, Object> handler) voidcheck$sun_nio_ch_DatagramChannelImpl$bind(Class<?> callerClass, DatagramChannel that, SocketAddress local) voidcheck$sun_nio_ch_DatagramChannelImpl$connect(Class<?> callerClass, DatagramChannel that, SocketAddress remote) voidcheck$sun_nio_ch_DatagramChannelImpl$receive(Class<?> callerClass, DatagramChannel that, ByteBuffer dst) voidcheck$sun_nio_ch_DatagramChannelImpl$send(Class<?> callerClass, DatagramChannel that, ByteBuffer src, SocketAddress target) voidcheck$sun_nio_ch_ServerSocketChannelImpl$accept(Class<?> callerClass, ServerSocketChannel that) voidcheck$sun_nio_ch_ServerSocketChannelImpl$bind(Class<?> callerClass, ServerSocketChannel that, SocketAddress local, int backlog) voidcheck$sun_nio_ch_SocketChannelImpl$bind(Class<?> callerClass, SocketChannel that, SocketAddress local) voidcheck$sun_nio_ch_SocketChannelImpl$connect(Class<?> callerClass, SocketChannel that, SocketAddress remote) voidcheckCheckAccess(Class<?> callerClass, FileSystemProvider that, Path path, AccessMode... modes) voidcheckCopy(Class<?> callerClass, FileSystemProvider that, Path source, Path target, CopyOption... options) voidcheckCreateDirectory(Class<?> callerClass, FileSystemProvider that, Path dir, FileAttribute<?>... attrs) voidcheckCreateLink(Class<?> callerClass, FileSystemProvider that, Path link, Path existing) voidcheckCreateSymbolicLink(Class<?> callerClass, FileSystemProvider that, Path link, Path target, FileAttribute<?>... attrs) voidcheckDelete(Class<?> callerClass, FileSystemProvider that, Path path) voidcheckDeleteIfExists(Class<?> callerClass, FileSystemProvider that, Path path) voidcheckExists(Class<?> callerClass, FileSystemProvider that, Path path, LinkOption... options) voidcheckGetAttribute(Class<?> callerClass, FileStore that, String attribute) voidcheckGetBlockSize(Class<?> callerClass, FileStore that) voidcheckGetFileAttributeView(Class<?> callerClass, FileSystemProvider that, Path path, Class<?> type, LinkOption... options) voidcheckGetFileStore(Class<?> callerClass, FileSystemProvider that, Path path) voidcheckGetFileStoreAttributeView(Class<?> callerClass, FileStore that, Class<?> type) voidcheckGetTotalSpace(Class<?> callerClass, FileStore that) voidcheckGetUnallocatedSpace(Class<?> callerClass, FileStore that) voidcheckGetUsableSpace(Class<?> callerClass, FileStore that) voidcheckIsHidden(Class<?> callerClass, FileSystemProvider that, Path path) voidcheckIsReadOnly(Class<?> callerClass, FileStore that) voidcheckIsSameFile(Class<?> callerClass, FileSystemProvider that, Path path, Path path2) voidcheckMove(Class<?> callerClass, FileSystemProvider that, Path source, Path target, CopyOption... options) voidvoidcheckNewAsynchronousFileChannel(Class<?> callerClass, FileSystemProvider that, Path path, Set<? extends OpenOption> options, ExecutorService executor, FileAttribute<?>... attrs) voidcheckNewByteChannel(Class<?> callerClass, FileSystemProvider that, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) voidcheckNewDirectoryStream(Class<?> callerClass, FileSystemProvider that, Path dir, DirectoryStream.Filter<? super Path> filter) voidcheckNewFileChannel(Class<?> callerClass, FileSystemProvider that, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) voidcheckNewFileSystem(Class<?> callerClass, FileSystemProvider that, URI uri, Map<String, ?> env) voidcheckNewFileSystem(Class<?> callerClass, FileSystemProvider that, Path path, Map<String, ?> env) voidcheckNewInputStream(Class<?> callerClass, FileSystemProvider that, Path path, OpenOption... options) voidcheckNewOutputStream(Class<?> callerClass, FileSystemProvider that, Path path, OpenOption... options) voidcheckPathRegister(Class<?> callerClass, Path that, WatchService watcher, WatchEvent.Kind<?>... events) voidcheckPathRegister(Class<?> callerClass, Path that, WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) voidcheckPathToRealPath(Class<?> callerClass, Path that, LinkOption... options) voidcheckReadAttributes(Class<?> callerClass, FileSystemProvider that, Path path, Class<?> type, LinkOption... options) voidcheckReadAttributes(Class<?> callerClass, FileSystemProvider that, Path path, String attributes, LinkOption... options) voidcheckReadAttributesIfExists(Class<?> callerClass, FileSystemProvider that, Path path, Class<?> type, LinkOption... options) voidcheckReadSymbolicLink(Class<?> callerClass, FileSystemProvider that, Path link) voidcheckSelectorProviderInheritedChannel(Class<?> callerClass, SelectorProvider that) voidcheckSelectorProviderOpenDatagramChannel(Class<?> callerClass, SelectorProvider that) voidcheckSelectorProviderOpenDatagramChannel(Class<?> callerClass, SelectorProvider that, ProtocolFamily family) voidcheckSelectorProviderOpenServerSocketChannel(Class<?> callerClass, SelectorProvider that) voidcheckSelectorProviderOpenServerSocketChannel(Class<?> callerClass, SelectorProvider that, ProtocolFamily family) voidcheckSelectorProviderOpenSocketChannel(Class<?> callerClass, SelectorProvider that) voidcheckSelectorProviderOpenSocketChannel(Class<?> callerClass, SelectorProvider that, ProtocolFamily family) voidcheckSetAttribute(Class<?> callerClass, FileSystemProvider that, Path path, String attribute, Object value, LinkOption... options) void
-
Constructor Details
-
ElasticsearchEntitlementChecker
-
-
Method Details
-
check$java_lang_Runtime$exit
- Specified by:
check$java_lang_Runtime$exitin interfaceEntitlementChecker
-
check$java_lang_Runtime$halt
- Specified by:
check$java_lang_Runtime$haltin interfaceEntitlementChecker
-
check$java_lang_System$$exit
- Specified by:
check$java_lang_System$$exitin interfaceEntitlementChecker
-
check$java_lang_ClassLoader$
- Specified by:
check$java_lang_ClassLoader$in interfaceEntitlementChecker
-
check$java_lang_ClassLoader$
- Specified by:
check$java_lang_ClassLoader$in interfaceEntitlementChecker
-
check$java_lang_ClassLoader$
- Specified by:
check$java_lang_ClassLoader$in interfaceEntitlementChecker
-
check$java_net_URLClassLoader$
- Specified by:
check$java_net_URLClassLoader$in interfaceEntitlementChecker
-
check$java_net_URLClassLoader$
- Specified by:
check$java_net_URLClassLoader$in interfaceEntitlementChecker
-
check$java_net_URLClassLoader$
public void check$java_net_URLClassLoader$(Class<?> callerClass, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory) - Specified by:
check$java_net_URLClassLoader$in interfaceEntitlementChecker
-
check$java_net_URLClassLoader$
public void check$java_net_URLClassLoader$(Class<?> callerClass, String name, URL[] urls, ClassLoader parent) - Specified by:
check$java_net_URLClassLoader$in interfaceEntitlementChecker
-
check$java_net_URLClassLoader$
public void check$java_net_URLClassLoader$(Class<?> callerClass, String name, URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory) - Specified by:
check$java_net_URLClassLoader$in interfaceEntitlementChecker
-
check$java_security_SecureClassLoader$
- Specified by:
check$java_security_SecureClassLoader$in interfaceEntitlementChecker
-
check$java_security_SecureClassLoader$
- Specified by:
check$java_security_SecureClassLoader$in interfaceEntitlementChecker
-
check$java_security_SecureClassLoader$
public void check$java_security_SecureClassLoader$(Class<?> callerClass, String name, ClassLoader parent) - Specified by:
check$java_security_SecureClassLoader$in interfaceEntitlementChecker
-
check$javax_net_ssl_HttpsURLConnection$setSSLSocketFactory
public void check$javax_net_ssl_HttpsURLConnection$setSSLSocketFactory(Class<?> callerClass, HttpsURLConnection connection, SSLSocketFactory sf) - Specified by:
check$javax_net_ssl_HttpsURLConnection$setSSLSocketFactoryin interfaceEntitlementChecker
-
check$javax_net_ssl_HttpsURLConnection$$setDefaultSSLSocketFactory
public void check$javax_net_ssl_HttpsURLConnection$$setDefaultSSLSocketFactory(Class<?> callerClass, SSLSocketFactory sf) - Specified by:
check$javax_net_ssl_HttpsURLConnection$$setDefaultSSLSocketFactoryin interfaceEntitlementChecker
-
check$javax_net_ssl_HttpsURLConnection$$setDefaultHostnameVerifier
public void check$javax_net_ssl_HttpsURLConnection$$setDefaultHostnameVerifier(Class<?> callerClass, HostnameVerifier hv) - Specified by:
check$javax_net_ssl_HttpsURLConnection$$setDefaultHostnameVerifierin interfaceEntitlementChecker
-
check$javax_net_ssl_SSLContext$$setDefault
- Specified by:
check$javax_net_ssl_SSLContext$$setDefaultin interfaceEntitlementChecker
-
check$java_lang_ProcessBuilder$start
public void check$java_lang_ProcessBuilder$start(Class<?> callerClass, ProcessBuilder processBuilder) - Specified by:
check$java_lang_ProcessBuilder$startin interfaceEntitlementChecker
-
check$java_lang_ProcessBuilder$$startPipeline
public void check$java_lang_ProcessBuilder$$startPipeline(Class<?> callerClass, List<ProcessBuilder> builders) - Specified by:
check$java_lang_ProcessBuilder$$startPipelinein interfaceEntitlementChecker
-
check$java_lang_System$$clearProperty
- Specified by:
check$java_lang_System$$clearPropertyin interfaceEntitlementChecker
-
check$java_lang_System$$setProperties
- Specified by:
check$java_lang_System$$setPropertiesin interfaceEntitlementChecker
-
check$java_lang_System$$setProperty
- Specified by:
check$java_lang_System$$setPropertyin interfaceEntitlementChecker
-
check$java_lang_System$$setIn
- Specified by:
check$java_lang_System$$setInin interfaceEntitlementChecker
-
check$java_lang_System$$setOut
- Specified by:
check$java_lang_System$$setOutin interfaceEntitlementChecker
-
check$java_lang_System$$setErr
- Specified by:
check$java_lang_System$$setErrin interfaceEntitlementChecker
-
check$java_lang_Runtime$addShutdownHook
public void check$java_lang_Runtime$addShutdownHook(Class<?> callerClass, Runtime runtime, Thread hook) - Specified by:
check$java_lang_Runtime$addShutdownHookin interfaceEntitlementChecker
-
check$java_lang_Runtime$removeShutdownHook
public void check$java_lang_Runtime$removeShutdownHook(Class<?> callerClass, Runtime runtime, Thread hook) - Specified by:
check$java_lang_Runtime$removeShutdownHookin interfaceEntitlementChecker
-
check$jdk_tools_jlink_internal_Jlink$
- Specified by:
check$jdk_tools_jlink_internal_Jlink$in interfaceEntitlementChecker
-
check$jdk_tools_jlink_internal_Main$$run
public void check$jdk_tools_jlink_internal_Main$$run(Class<?> callerClass, PrintWriter out, PrintWriter err, String... args) - Specified by:
check$jdk_tools_jlink_internal_Main$$runin interfaceEntitlementChecker
-
check$jdk_vm_ci_services_JVMCIServiceLocator$$getProviders
public void check$jdk_vm_ci_services_JVMCIServiceLocator$$getProviders(Class<?> callerClass, Class<?> service) - Specified by:
check$jdk_vm_ci_services_JVMCIServiceLocator$$getProvidersin interfaceEntitlementChecker
-
check$jdk_vm_ci_services_Services$$load
- Specified by:
check$jdk_vm_ci_services_Services$$loadin interfaceEntitlementChecker
-
check$jdk_vm_ci_services_Services$$loadSingle
public void check$jdk_vm_ci_services_Services$$loadSingle(Class<?> callerClass, Class<?> service, boolean required) - Specified by:
check$jdk_vm_ci_services_Services$$loadSinglein interfaceEntitlementChecker
-
check$java_nio_charset_spi_CharsetProvider$
- Specified by:
check$java_nio_charset_spi_CharsetProvider$in interfaceEntitlementChecker
-
check$com_sun_tools_jdi_VirtualMachineManagerImpl$$virtualMachineManager
public void check$com_sun_tools_jdi_VirtualMachineManagerImpl$$virtualMachineManager(Class<?> callerClass) - Specified by:
check$com_sun_tools_jdi_VirtualMachineManagerImpl$$virtualMachineManagerin interfaceEntitlementChecker
-
check$java_lang_Thread$$setDefaultUncaughtExceptionHandler
public void check$java_lang_Thread$$setDefaultUncaughtExceptionHandler(Class<?> callerClass, Thread.UncaughtExceptionHandler ueh) - Specified by:
check$java_lang_Thread$$setDefaultUncaughtExceptionHandlerin interfaceEntitlementChecker
-
check$java_util_spi_LocaleServiceProvider$
- Specified by:
check$java_util_spi_LocaleServiceProvider$in interfaceEntitlementChecker
-
check$java_text_spi_BreakIteratorProvider$
- Specified by:
check$java_text_spi_BreakIteratorProvider$in interfaceEntitlementChecker
-
check$java_text_spi_CollatorProvider$
- Specified by:
check$java_text_spi_CollatorProvider$in interfaceEntitlementChecker
-
check$java_text_spi_DateFormatProvider$
- Specified by:
check$java_text_spi_DateFormatProvider$in interfaceEntitlementChecker
-
check$java_text_spi_DateFormatSymbolsProvider$
- Specified by:
check$java_text_spi_DateFormatSymbolsProvider$in interfaceEntitlementChecker
-
check$java_text_spi_DecimalFormatSymbolsProvider$
- Specified by:
check$java_text_spi_DecimalFormatSymbolsProvider$in interfaceEntitlementChecker
-
check$java_text_spi_NumberFormatProvider$
- Specified by:
check$java_text_spi_NumberFormatProvider$in interfaceEntitlementChecker
-
check$java_util_spi_CalendarDataProvider$
- Specified by:
check$java_util_spi_CalendarDataProvider$in interfaceEntitlementChecker
-
check$java_util_spi_CalendarNameProvider$
- Specified by:
check$java_util_spi_CalendarNameProvider$in interfaceEntitlementChecker
-
check$java_util_spi_CurrencyNameProvider$
- Specified by:
check$java_util_spi_CurrencyNameProvider$in interfaceEntitlementChecker
-
check$java_util_spi_LocaleNameProvider$
- Specified by:
check$java_util_spi_LocaleNameProvider$in interfaceEntitlementChecker
-
check$java_util_spi_TimeZoneNameProvider$
- Specified by:
check$java_util_spi_TimeZoneNameProvider$in interfaceEntitlementChecker
-
check$java_util_logging_LogManager$
- Specified by:
check$java_util_logging_LogManager$in interfaceEntitlementChecker
-
check$java_util_Locale$$setDefault
public void check$java_util_Locale$$setDefault(Class<?> callerClass, Locale.Category category, Locale locale) - Specified by:
check$java_util_Locale$$setDefaultin interfaceEntitlementChecker
-
check$java_util_Locale$$setDefault
- Specified by:
check$java_util_Locale$$setDefaultin interfaceEntitlementChecker
-
check$java_util_TimeZone$$setDefault
- Specified by:
check$java_util_TimeZone$$setDefaultin interfaceEntitlementChecker
-
check$java_net_DatagramSocket$$setDatagramSocketImplFactory
public void check$java_net_DatagramSocket$$setDatagramSocketImplFactory(Class<?> callerClass, DatagramSocketImplFactory fac) - Specified by:
check$java_net_DatagramSocket$$setDatagramSocketImplFactoryin interfaceEntitlementChecker
-
check$java_net_HttpURLConnection$$setFollowRedirects
- Specified by:
check$java_net_HttpURLConnection$$setFollowRedirectsin interfaceEntitlementChecker
-
check$java_net_ServerSocket$$setSocketFactory
public void check$java_net_ServerSocket$$setSocketFactory(Class<?> callerClass, SocketImplFactory fac) - Specified by:
check$java_net_ServerSocket$$setSocketFactoryin interfaceEntitlementChecker
-
check$java_net_Socket$$setSocketImplFactory
public void check$java_net_Socket$$setSocketImplFactory(Class<?> callerClass, SocketImplFactory fac) - Specified by:
check$java_net_Socket$$setSocketImplFactoryin interfaceEntitlementChecker
-
check$java_net_URL$$setURLStreamHandlerFactory
public void check$java_net_URL$$setURLStreamHandlerFactory(Class<?> callerClass, URLStreamHandlerFactory fac) - Specified by:
check$java_net_URL$$setURLStreamHandlerFactoryin interfaceEntitlementChecker
-
check$java_net_URLConnection$$setFileNameMap
- Specified by:
check$java_net_URLConnection$$setFileNameMapin interfaceEntitlementChecker
-
check$java_net_URLConnection$$setContentHandlerFactory
public void check$java_net_URLConnection$$setContentHandlerFactory(Class<?> callerClass, ContentHandlerFactory fac) - Specified by:
check$java_net_URLConnection$$setContentHandlerFactoryin interfaceEntitlementChecker
-
check$java_net_ProxySelector$$setDefault
- Specified by:
check$java_net_ProxySelector$$setDefaultin interfaceEntitlementChecker
-
check$java_net_ResponseCache$$setDefault
- Specified by:
check$java_net_ResponseCache$$setDefaultin interfaceEntitlementChecker
-
check$java_net_spi_InetAddressResolverProvider$
- Specified by:
check$java_net_spi_InetAddressResolverProvider$in interfaceEntitlementChecker
-
check$java_net_spi_URLStreamHandlerProvider$
- Specified by:
check$java_net_spi_URLStreamHandlerProvider$in interfaceEntitlementChecker
-
check$java_net_URL$
public void check$java_net_URL$(Class<?> callerClass, String protocol, String host, int port, String file, URLStreamHandler handler) - Specified by:
check$java_net_URL$in interfaceEntitlementChecker
-
check$java_net_URL$
public void check$java_net_URL$(Class<?> callerClass, URL context, String spec, URLStreamHandler handler) - Specified by:
check$java_net_URL$in interfaceEntitlementChecker
-
check$java_net_DatagramSocket$bind
public void check$java_net_DatagramSocket$bind(Class<?> callerClass, DatagramSocket that, SocketAddress addr) - Specified by:
check$java_net_DatagramSocket$bindin interfaceEntitlementChecker
-
check$java_net_DatagramSocket$connect
public void check$java_net_DatagramSocket$connect(Class<?> callerClass, DatagramSocket that, InetAddress addr) - Specified by:
check$java_net_DatagramSocket$connectin interfaceEntitlementChecker
-
check$java_net_DatagramSocket$connect
public void check$java_net_DatagramSocket$connect(Class<?> callerClass, DatagramSocket that, SocketAddress addr) - Specified by:
check$java_net_DatagramSocket$connectin interfaceEntitlementChecker
-
check$java_net_DatagramSocket$send
public void check$java_net_DatagramSocket$send(Class<?> callerClass, DatagramSocket that, DatagramPacket p) - Specified by:
check$java_net_DatagramSocket$sendin interfaceEntitlementChecker
-
check$java_net_DatagramSocket$receive
public void check$java_net_DatagramSocket$receive(Class<?> callerClass, DatagramSocket that, DatagramPacket p) - Specified by:
check$java_net_DatagramSocket$receivein interfaceEntitlementChecker
-
check$java_net_DatagramSocket$joinGroup
public void check$java_net_DatagramSocket$joinGroup(Class<?> caller, DatagramSocket that, SocketAddress addr, NetworkInterface ni) - Specified by:
check$java_net_DatagramSocket$joinGroupin interfaceEntitlementChecker
-
check$java_net_DatagramSocket$leaveGroup
public void check$java_net_DatagramSocket$leaveGroup(Class<?> caller, DatagramSocket that, SocketAddress addr, NetworkInterface ni) - Specified by:
check$java_net_DatagramSocket$leaveGroupin interfaceEntitlementChecker
-
check$java_net_MulticastSocket$joinGroup
public void check$java_net_MulticastSocket$joinGroup(Class<?> caller, MulticastSocket that, InetAddress addr) - Specified by:
check$java_net_MulticastSocket$joinGroupin interfaceEntitlementChecker
-
check$java_net_MulticastSocket$joinGroup
public void check$java_net_MulticastSocket$joinGroup(Class<?> caller, MulticastSocket that, SocketAddress addr, NetworkInterface ni) - Specified by:
check$java_net_MulticastSocket$joinGroupin interfaceEntitlementChecker
-
check$java_net_MulticastSocket$leaveGroup
public void check$java_net_MulticastSocket$leaveGroup(Class<?> caller, MulticastSocket that, InetAddress addr) - Specified by:
check$java_net_MulticastSocket$leaveGroupin interfaceEntitlementChecker
-
check$java_net_MulticastSocket$leaveGroup
public void check$java_net_MulticastSocket$leaveGroup(Class<?> caller, MulticastSocket that, SocketAddress addr, NetworkInterface ni) - Specified by:
check$java_net_MulticastSocket$leaveGroupin interfaceEntitlementChecker
-
check$java_net_MulticastSocket$send
public void check$java_net_MulticastSocket$send(Class<?> callerClass, MulticastSocket that, DatagramPacket p, byte ttl) - Specified by:
check$java_net_MulticastSocket$sendin interfaceEntitlementChecker
-
check$java_net_ServerSocket$
- Specified by:
check$java_net_ServerSocket$in interfaceEntitlementChecker
-
check$java_net_ServerSocket$
- Specified by:
check$java_net_ServerSocket$in interfaceEntitlementChecker
-
check$java_net_ServerSocket$
public void check$java_net_ServerSocket$(Class<?> callerClass, int port, int backlog, InetAddress bindAddr) - Specified by:
check$java_net_ServerSocket$in interfaceEntitlementChecker
-
check$java_net_ServerSocket$accept
- Specified by:
check$java_net_ServerSocket$acceptin interfaceEntitlementChecker
-
check$java_net_ServerSocket$implAccept
public void check$java_net_ServerSocket$implAccept(Class<?> callerClass, ServerSocket that, Socket s) - Specified by:
check$java_net_ServerSocket$implAcceptin interfaceEntitlementChecker
-
check$java_net_ServerSocket$bind
public void check$java_net_ServerSocket$bind(Class<?> callerClass, ServerSocket that, SocketAddress endpoint) - Specified by:
check$java_net_ServerSocket$bindin interfaceEntitlementChecker
-
check$java_net_ServerSocket$bind
public void check$java_net_ServerSocket$bind(Class<?> callerClass, ServerSocket that, SocketAddress endpoint, int backlog) - Specified by:
check$java_net_ServerSocket$bindin interfaceEntitlementChecker
-
check$java_net_Socket$
- Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$
- Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$
- Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$
public void check$java_net_Socket$(Class<?> callerClass, String host, int port, InetAddress localAddr, int localPort) - Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$
public void check$java_net_Socket$(Class<?> callerClass, InetAddress address, int port, InetAddress localAddr, int localPort) - Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$
- Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$
public void check$java_net_Socket$(Class<?> callerClass, InetAddress host, int port, boolean stream) - Specified by:
check$java_net_Socket$in interfaceEntitlementChecker
-
check$java_net_Socket$bind
- Specified by:
check$java_net_Socket$bindin interfaceEntitlementChecker
-
check$java_net_Socket$connect
public void check$java_net_Socket$connect(Class<?> callerClass, Socket that, SocketAddress endpoint) - Specified by:
check$java_net_Socket$connectin interfaceEntitlementChecker
-
check$java_net_Socket$connect
public void check$java_net_Socket$connect(Class<?> callerClass, Socket that, SocketAddress endpoint, int backlog) - Specified by:
check$java_net_Socket$connectin interfaceEntitlementChecker
-
check$java_net_URL$openConnection
- Specified by:
check$java_net_URL$openConnectionin interfaceEntitlementChecker
-
check$java_net_URL$openConnection
- Specified by:
check$java_net_URL$openConnectionin interfaceEntitlementChecker
-
check$java_net_URL$openStream
- Specified by:
check$java_net_URL$openStreamin interfaceEntitlementChecker
-
check$java_net_URL$getContent
- Specified by:
check$java_net_URL$getContentin interfaceEntitlementChecker
-
check$java_net_URL$getContent
- Specified by:
check$java_net_URL$getContentin interfaceEntitlementChecker
-
check$java_net_URLConnection$getContentLength
- Specified by:
check$java_net_URLConnection$getContentLengthin interfaceEntitlementChecker
-
check$java_net_URLConnection$getContentLengthLong
public void check$java_net_URLConnection$getContentLengthLong(Class<?> callerClass, URLConnection that) - Specified by:
check$java_net_URLConnection$getContentLengthLongin interfaceEntitlementChecker
-
check$java_net_URLConnection$getContentType
- Specified by:
check$java_net_URLConnection$getContentTypein interfaceEntitlementChecker
-
check$java_net_URLConnection$getContentEncoding
public void check$java_net_URLConnection$getContentEncoding(Class<?> callerClass, URLConnection that) - Specified by:
check$java_net_URLConnection$getContentEncodingin interfaceEntitlementChecker
-
check$java_net_URLConnection$getExpiration
- Specified by:
check$java_net_URLConnection$getExpirationin interfaceEntitlementChecker
-
check$java_net_URLConnection$getDate
- Specified by:
check$java_net_URLConnection$getDatein interfaceEntitlementChecker
-
check$java_net_URLConnection$getLastModified
- Specified by:
check$java_net_URLConnection$getLastModifiedin interfaceEntitlementChecker
-
check$java_net_URLConnection$getHeaderFieldInt
public void check$java_net_URLConnection$getHeaderFieldInt(Class<?> callerClass, URLConnection that, String name, int defaultValue) - Specified by:
check$java_net_URLConnection$getHeaderFieldIntin interfaceEntitlementChecker
-
check$java_net_URLConnection$getHeaderFieldLong
public void check$java_net_URLConnection$getHeaderFieldLong(Class<?> callerClass, URLConnection that, String name, long defaultValue) - Specified by:
check$java_net_URLConnection$getHeaderFieldLongin interfaceEntitlementChecker
-
check$java_net_URLConnection$getHeaderFieldDate
public void check$java_net_URLConnection$getHeaderFieldDate(Class<?> callerClass, URLConnection that, String name, long defaultValue) - Specified by:
check$java_net_URLConnection$getHeaderFieldDatein interfaceEntitlementChecker
-
check$java_net_URLConnection$getContent
- Specified by:
check$java_net_URLConnection$getContentin interfaceEntitlementChecker
-
check$java_net_URLConnection$getContent
public void check$java_net_URLConnection$getContent(Class<?> callerClass, URLConnection that, Class<?>[] classes) - Specified by:
check$java_net_URLConnection$getContentin interfaceEntitlementChecker
-
check$java_net_HttpURLConnection$getResponseCode
public void check$java_net_HttpURLConnection$getResponseCode(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$java_net_HttpURLConnection$getResponseCodein interfaceEntitlementChecker
-
check$java_net_HttpURLConnection$getResponseMessage
public void check$java_net_HttpURLConnection$getResponseMessage(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$java_net_HttpURLConnection$getResponseMessagein interfaceEntitlementChecker
-
check$java_net_HttpURLConnection$getHeaderFieldDate
public void check$java_net_HttpURLConnection$getHeaderFieldDate(Class<?> callerClass, HttpURLConnection that, String name, long defaultValue) - Specified by:
check$java_net_HttpURLConnection$getHeaderFieldDatein interfaceEntitlementChecker
-
check$sun_net_www_URLConnection$getHeaderField
public void check$sun_net_www_URLConnection$getHeaderField(Class<?> callerClass, URLConnection that, String name) - Specified by:
check$sun_net_www_URLConnection$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_URLConnection$getHeaderFields
public void check$sun_net_www_URLConnection$getHeaderFields(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_URLConnection$getHeaderFieldsin interfaceEntitlementChecker
-
check$sun_net_www_URLConnection$getHeaderFieldKey
public void check$sun_net_www_URLConnection$getHeaderFieldKey(Class<?> callerClass, URLConnection that, int n) - Specified by:
check$sun_net_www_URLConnection$getHeaderFieldKeyin interfaceEntitlementChecker
-
check$sun_net_www_URLConnection$getHeaderField
public void check$sun_net_www_URLConnection$getHeaderField(Class<?> callerClass, URLConnection that, int n) - Specified by:
check$sun_net_www_URLConnection$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_URLConnection$getContentType
public void check$sun_net_www_URLConnection$getContentType(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_URLConnection$getContentTypein interfaceEntitlementChecker
-
check$sun_net_www_URLConnection$getContentLength
public void check$sun_net_www_URLConnection$getContentLength(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_URLConnection$getContentLengthin interfaceEntitlementChecker
-
check$sun_net_www_protocol_ftp_FtpURLConnection$connect
public void check$sun_net_www_protocol_ftp_FtpURLConnection$connect(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_ftp_FtpURLConnection$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_ftp_FtpURLConnection$getInputStream
public void check$sun_net_www_protocol_ftp_FtpURLConnection$getInputStream(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_ftp_FtpURLConnection$getInputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_ftp_FtpURLConnection$getOutputStream
public void check$sun_net_www_protocol_ftp_FtpURLConnection$getOutputStream(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_ftp_FtpURLConnection$getOutputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$$openConnectionCheckRedirects
public void check$sun_net_www_protocol_http_HttpURLConnection$$openConnectionCheckRedirects(Class<?> callerClass, URLConnection c) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$$openConnectionCheckRedirectsin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$connect
public void check$sun_net_www_protocol_http_HttpURLConnection$connect(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getOutputStream
public void check$sun_net_www_protocol_http_HttpURLConnection$getOutputStream(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getOutputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getInputStream
public void check$sun_net_www_protocol_http_HttpURLConnection$getInputStream(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getInputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getErrorStream
public void check$sun_net_www_protocol_http_HttpURLConnection$getErrorStream(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getErrorStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderField
public void check$sun_net_www_protocol_http_HttpURLConnection$getHeaderField(Class<?> callerClass, HttpURLConnection that, String name) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFields
public void check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFields(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldsin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderField
public void check$sun_net_www_protocol_http_HttpURLConnection$getHeaderField(Class<?> callerClass, HttpURLConnection that, int n) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldKey
public void check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldKey(Class<?> callerClass, HttpURLConnection that, int n) - Specified by:
check$sun_net_www_protocol_http_HttpURLConnection$getHeaderFieldKeyin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$connect
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$connect(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getOutputStream
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getOutputStream(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getOutputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getInputStream
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getInputStream(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getInputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getErrorStream
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getErrorStream(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getErrorStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderField
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderField(Class<?> callerClass, HttpsURLConnection that, String name) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFields
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFields(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldsin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderField
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderField(Class<?> callerClass, HttpsURLConnection that, int n) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldKey
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldKey(Class<?> callerClass, HttpsURLConnection that, int n) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldKeyin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseCode
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseCode(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseCodein interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseMessage
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseMessage(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getResponseMessagein interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLength
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLength(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLengthin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLengthLong
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLengthLong(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentLengthLongin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentType
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentType(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentTypein interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentEncoding
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentEncoding(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentEncodingin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getExpiration
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getExpiration(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getExpirationin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getDate
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getDate(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getDatein interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getLastModified
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getLastModified(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getLastModifiedin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldInt
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldInt(Class<?> callerClass, HttpsURLConnection that, String name, int defaultValue) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldIntin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldLong
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldLong(Class<?> callerClass, HttpsURLConnection that, String name, long defaultValue) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldLongin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldDate
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldDate(Class<?> callerClass, HttpsURLConnection that, String name, long defaultValue) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getHeaderFieldDatein interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContent
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContent(Class<?> callerClass, HttpsURLConnection that) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContent
public void check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContent(Class<?> callerClass, HttpsURLConnection that, Class<?>[] classes) - Specified by:
check$sun_net_www_protocol_https_HttpsURLConnectionImpl$getContentin interfaceEntitlementChecker
-
check$sun_net_www_protocol_https_AbstractDelegateHttpsURLConnection$connect
public void check$sun_net_www_protocol_https_AbstractDelegateHttpsURLConnection$connect(Class<?> callerClass, HttpURLConnection that) - Specified by:
check$sun_net_www_protocol_https_AbstractDelegateHttpsURLConnection$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_mailto_MailToURLConnection$connect
public void check$sun_net_www_protocol_mailto_MailToURLConnection$connect(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_mailto_MailToURLConnection$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_mailto_MailToURLConnection$getOutputStream
public void check$sun_net_www_protocol_mailto_MailToURLConnection$getOutputStream(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_mailto_MailToURLConnection$getOutputStreamin interfaceEntitlementChecker
-
check$jdk_internal_net_http_HttpClientImpl$send
public void check$jdk_internal_net_http_HttpClientImpl$send(Class<?> callerClass, HttpClient that, HttpRequest request, HttpResponse.BodyHandler<?> responseBodyHandler) - Specified by:
check$jdk_internal_net_http_HttpClientImpl$sendin interfaceEntitlementChecker
-
check$jdk_internal_net_http_HttpClientImpl$sendAsync
public void check$jdk_internal_net_http_HttpClientImpl$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler) - Specified by:
check$jdk_internal_net_http_HttpClientImpl$sendAsyncin interfaceEntitlementChecker
-
check$jdk_internal_net_http_HttpClientImpl$sendAsync
public void check$jdk_internal_net_http_HttpClientImpl$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler, HttpResponse.PushPromiseHandler<?> pushPromiseHandler) - Specified by:
check$jdk_internal_net_http_HttpClientImpl$sendAsyncin interfaceEntitlementChecker
-
check$jdk_internal_net_http_HttpClientFacade$send
public void check$jdk_internal_net_http_HttpClientFacade$send(Class<?> callerClass, HttpClient that, HttpRequest request, HttpResponse.BodyHandler<?> responseBodyHandler) - Specified by:
check$jdk_internal_net_http_HttpClientFacade$sendin interfaceEntitlementChecker
-
check$jdk_internal_net_http_HttpClientFacade$sendAsync
public void check$jdk_internal_net_http_HttpClientFacade$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler) - Specified by:
check$jdk_internal_net_http_HttpClientFacade$sendAsyncin interfaceEntitlementChecker
-
check$jdk_internal_net_http_HttpClientFacade$sendAsync
public void check$jdk_internal_net_http_HttpClientFacade$sendAsync(Class<?> callerClass, HttpClient that, HttpRequest userRequest, HttpResponse.BodyHandler<?> responseHandler, HttpResponse.PushPromiseHandler<?> pushPromiseHandler) - Specified by:
check$jdk_internal_net_http_HttpClientFacade$sendAsyncin interfaceEntitlementChecker
-
check$java_security_cert_CertStore$$getInstance
public void check$java_security_cert_CertStore$$getInstance(Class<?> callerClass, String type, CertStoreParameters params) - Specified by:
check$java_security_cert_CertStore$$getInstancein interfaceEntitlementChecker
-
check$java_nio_channels_spi_AbstractSelectableChannel$register
public void check$java_nio_channels_spi_AbstractSelectableChannel$register(Class<?> callerClass, SelectableChannel that, Selector sel, int ops, Object att) - Specified by:
check$java_nio_channels_spi_AbstractSelectableChannel$registerin interfaceEntitlementChecker
-
check$java_nio_channels_SelectableChannel$register
public void check$java_nio_channels_SelectableChannel$register(Class<?> callerClass, SelectableChannel that, Selector sel, int ops) - Specified by:
check$java_nio_channels_SelectableChannel$registerin interfaceEntitlementChecker
-
check$java_nio_channels_AsynchronousServerSocketChannel$bind
public void check$java_nio_channels_AsynchronousServerSocketChannel$bind(Class<?> callerClass, AsynchronousServerSocketChannel that, SocketAddress local) - Specified by:
check$java_nio_channels_AsynchronousServerSocketChannel$bindin interfaceEntitlementChecker
-
check$sun_nio_ch_AsynchronousServerSocketChannelImpl$bind
public void check$sun_nio_ch_AsynchronousServerSocketChannelImpl$bind(Class<?> callerClass, AsynchronousServerSocketChannel that, SocketAddress local, int backlog) - Specified by:
check$sun_nio_ch_AsynchronousServerSocketChannelImpl$bindin interfaceEntitlementChecker
-
check$sun_nio_ch_AsynchronousSocketChannelImpl$bind
public void check$sun_nio_ch_AsynchronousSocketChannelImpl$bind(Class<?> callerClass, AsynchronousSocketChannel that, SocketAddress local) - Specified by:
check$sun_nio_ch_AsynchronousSocketChannelImpl$bindin interfaceEntitlementChecker
-
check$sun_nio_ch_DatagramChannelImpl$bind
public void check$sun_nio_ch_DatagramChannelImpl$bind(Class<?> callerClass, DatagramChannel that, SocketAddress local) - Specified by:
check$sun_nio_ch_DatagramChannelImpl$bindin interfaceEntitlementChecker
-
check$java_nio_channels_ServerSocketChannel$bind
public void check$java_nio_channels_ServerSocketChannel$bind(Class<?> callerClass, ServerSocketChannel that, SocketAddress local) - Specified by:
check$java_nio_channels_ServerSocketChannel$bindin interfaceEntitlementChecker
-
check$sun_nio_ch_ServerSocketChannelImpl$bind
public void check$sun_nio_ch_ServerSocketChannelImpl$bind(Class<?> callerClass, ServerSocketChannel that, SocketAddress local, int backlog) - Specified by:
check$sun_nio_ch_ServerSocketChannelImpl$bindin interfaceEntitlementChecker
-
check$java_nio_channels_SocketChannel$$open
- Specified by:
check$java_nio_channels_SocketChannel$$openin interfaceEntitlementChecker
-
check$java_nio_channels_SocketChannel$$open
public void check$java_nio_channels_SocketChannel$$open(Class<?> callerClass, ProtocolFamily family) - Specified by:
check$java_nio_channels_SocketChannel$$openin interfaceEntitlementChecker
-
check$java_nio_channels_SocketChannel$$open
- Specified by:
check$java_nio_channels_SocketChannel$$openin interfaceEntitlementChecker
-
check$sun_nio_ch_SocketChannelImpl$bind
public void check$sun_nio_ch_SocketChannelImpl$bind(Class<?> callerClass, SocketChannel that, SocketAddress local) - Specified by:
check$sun_nio_ch_SocketChannelImpl$bindin interfaceEntitlementChecker
-
check$sun_nio_ch_SocketChannelImpl$connect
public void check$sun_nio_ch_SocketChannelImpl$connect(Class<?> callerClass, SocketChannel that, SocketAddress remote) - Specified by:
check$sun_nio_ch_SocketChannelImpl$connectin interfaceEntitlementChecker
-
check$sun_nio_ch_AsynchronousSocketChannelImpl$connect
public void check$sun_nio_ch_AsynchronousSocketChannelImpl$connect(Class<?> callerClass, AsynchronousSocketChannel that, SocketAddress remote) - Specified by:
check$sun_nio_ch_AsynchronousSocketChannelImpl$connectin interfaceEntitlementChecker
-
check$sun_nio_ch_AsynchronousSocketChannelImpl$connect
public void check$sun_nio_ch_AsynchronousSocketChannelImpl$connect(Class<?> callerClass, AsynchronousSocketChannel that, SocketAddress remote, Object attachment, CompletionHandler<Void, Object> handler) - Specified by:
check$sun_nio_ch_AsynchronousSocketChannelImpl$connectin interfaceEntitlementChecker
-
check$sun_nio_ch_DatagramChannelImpl$connect
public void check$sun_nio_ch_DatagramChannelImpl$connect(Class<?> callerClass, DatagramChannel that, SocketAddress remote) - Specified by:
check$sun_nio_ch_DatagramChannelImpl$connectin interfaceEntitlementChecker
-
check$sun_nio_ch_ServerSocketChannelImpl$accept
public void check$sun_nio_ch_ServerSocketChannelImpl$accept(Class<?> callerClass, ServerSocketChannel that) - Specified by:
check$sun_nio_ch_ServerSocketChannelImpl$acceptin interfaceEntitlementChecker
-
check$sun_nio_ch_AsynchronousServerSocketChannelImpl$accept
public void check$sun_nio_ch_AsynchronousServerSocketChannelImpl$accept(Class<?> callerClass, AsynchronousServerSocketChannel that) - Specified by:
check$sun_nio_ch_AsynchronousServerSocketChannelImpl$acceptin interfaceEntitlementChecker
-
check$sun_nio_ch_AsynchronousServerSocketChannelImpl$accept
public void check$sun_nio_ch_AsynchronousServerSocketChannelImpl$accept(Class<?> callerClass, AsynchronousServerSocketChannel that, Object attachment, CompletionHandler<AsynchronousSocketChannel, Object> handler) - Specified by:
check$sun_nio_ch_AsynchronousServerSocketChannelImpl$acceptin interfaceEntitlementChecker
-
check$sun_nio_ch_DatagramChannelImpl$send
public void check$sun_nio_ch_DatagramChannelImpl$send(Class<?> callerClass, DatagramChannel that, ByteBuffer src, SocketAddress target) - Specified by:
check$sun_nio_ch_DatagramChannelImpl$sendin interfaceEntitlementChecker
-
check$sun_nio_ch_DatagramChannelImpl$receive
public void check$sun_nio_ch_DatagramChannelImpl$receive(Class<?> callerClass, DatagramChannel that, ByteBuffer dst) - Specified by:
check$sun_nio_ch_DatagramChannelImpl$receivein interfaceEntitlementChecker
-
check$java_nio_channels_spi_SelectorProvider$
- Specified by:
check$java_nio_channels_spi_SelectorProvider$in interfaceEntitlementChecker
-
check$java_nio_channels_spi_AsynchronousChannelProvider$
- Specified by:
check$java_nio_channels_spi_AsynchronousChannelProvider$in interfaceEntitlementChecker
-
checkSelectorProviderInheritedChannel
- Specified by:
checkSelectorProviderInheritedChannelin interfaceEntitlementChecker
-
checkSelectorProviderOpenDatagramChannel
- Specified by:
checkSelectorProviderOpenDatagramChannelin interfaceEntitlementChecker
-
checkSelectorProviderOpenDatagramChannel
public void checkSelectorProviderOpenDatagramChannel(Class<?> callerClass, SelectorProvider that, ProtocolFamily family) - Specified by:
checkSelectorProviderOpenDatagramChannelin interfaceEntitlementChecker
-
checkSelectorProviderOpenServerSocketChannel
public void checkSelectorProviderOpenServerSocketChannel(Class<?> callerClass, SelectorProvider that) - Specified by:
checkSelectorProviderOpenServerSocketChannelin interfaceEntitlementChecker
-
checkSelectorProviderOpenServerSocketChannel
public void checkSelectorProviderOpenServerSocketChannel(Class<?> callerClass, SelectorProvider that, ProtocolFamily family) - Specified by:
checkSelectorProviderOpenServerSocketChannelin interfaceEntitlementChecker
-
checkSelectorProviderOpenSocketChannel
- Specified by:
checkSelectorProviderOpenSocketChannelin interfaceEntitlementChecker
-
checkSelectorProviderOpenSocketChannel
public void checkSelectorProviderOpenSocketChannel(Class<?> callerClass, SelectorProvider that, ProtocolFamily family) - Specified by:
checkSelectorProviderOpenSocketChannelin interfaceEntitlementChecker
-
check$java_lang_Runtime$load
- Specified by:
check$java_lang_Runtime$loadin interfaceEntitlementChecker
-
check$java_lang_Runtime$loadLibrary
- Specified by:
check$java_lang_Runtime$loadLibraryin interfaceEntitlementChecker
-
check$java_lang_System$$load
- Specified by:
check$java_lang_System$$loadin interfaceEntitlementChecker
-
check$java_lang_System$$loadLibrary
- Specified by:
check$java_lang_System$$loadLibraryin interfaceEntitlementChecker
-
check$jdk_internal_foreign_layout_ValueLayouts$OfAddressImpl$withTargetLayout
public void check$jdk_internal_foreign_layout_ValueLayouts$OfAddressImpl$withTargetLayout(Class<?> callerClass, AddressLayoutPREVIEW that, MemoryLayoutPREVIEW memoryLayout) - Specified by:
check$jdk_internal_foreign_layout_ValueLayouts$OfAddressImpl$withTargetLayoutin interfaceEntitlementChecker
-
check$jdk_internal_foreign_abi_AbstractLinker$downcallHandle
public void check$jdk_internal_foreign_abi_AbstractLinker$downcallHandle(Class<?> callerClass, LinkerPREVIEW that, FunctionDescriptorPREVIEW function, Linker.OptionPREVIEW... options) - Specified by:
check$jdk_internal_foreign_abi_AbstractLinker$downcallHandlein interfaceEntitlementChecker
-
check$jdk_internal_foreign_abi_AbstractLinker$downcallHandle
public void check$jdk_internal_foreign_abi_AbstractLinker$downcallHandle(Class<?> callerClass, LinkerPREVIEW that, MemorySegmentPREVIEW address, FunctionDescriptorPREVIEW function, Linker.OptionPREVIEW... options) - Specified by:
check$jdk_internal_foreign_abi_AbstractLinker$downcallHandlein interfaceEntitlementChecker
-
check$jdk_internal_foreign_abi_AbstractLinker$upcallStub
public void check$jdk_internal_foreign_abi_AbstractLinker$upcallStub(Class<?> callerClass, LinkerPREVIEW that, MethodHandle target, FunctionDescriptorPREVIEW function, ArenaPREVIEW arena, Linker.OptionPREVIEW... options) - Specified by:
check$jdk_internal_foreign_abi_AbstractLinker$upcallStubin interfaceEntitlementChecker
-
check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret
public void check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret(Class<?> callerClass, MemorySegmentPREVIEW that, long newSize) - Specified by:
check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpretin interfaceEntitlementChecker
-
check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret
public void check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret(Class<?> callerClass, MemorySegmentPREVIEW that, long newSize, ArenaPREVIEW arena, Consumer<MemorySegmentPREVIEW> cleanup) - Specified by:
check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpretin interfaceEntitlementChecker
-
check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret
public void check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpret(Class<?> callerClass, MemorySegmentPREVIEW that, ArenaPREVIEW arena, Consumer<MemorySegmentPREVIEW> cleanup) - Specified by:
check$jdk_internal_foreign_AbstractMemorySegmentImpl$reinterpretin interfaceEntitlementChecker
-
check$java_lang_foreign_SymbolLookup$$libraryLookup
public void check$java_lang_foreign_SymbolLookup$$libraryLookup(Class<?> callerClass, String name, ArenaPREVIEW arena) - Specified by:
check$java_lang_foreign_SymbolLookup$$libraryLookupin interfaceEntitlementChecker
-
check$java_lang_foreign_SymbolLookup$$libraryLookup
public void check$java_lang_foreign_SymbolLookup$$libraryLookup(Class<?> callerClass, Path path, ArenaPREVIEW arena) - Specified by:
check$java_lang_foreign_SymbolLookup$$libraryLookupin interfaceEntitlementChecker
-
check$java_lang_ModuleLayer$Controller$enableNativeAccess
public void check$java_lang_ModuleLayer$Controller$enableNativeAccess(Class<?> callerClass, ModuleLayer.Controller that, Module target) - Specified by:
check$java_lang_ModuleLayer$Controller$enableNativeAccessin interfaceEntitlementChecker
-
check$java_io_File$canExecute
- Specified by:
check$java_io_File$canExecutein interfaceEntitlementChecker
-
check$java_io_File$canRead
- Specified by:
check$java_io_File$canReadin interfaceEntitlementChecker
-
check$java_io_File$canWrite
- Specified by:
check$java_io_File$canWritein interfaceEntitlementChecker
-
check$java_io_File$createNewFile
- Specified by:
check$java_io_File$createNewFilein interfaceEntitlementChecker
-
check$java_io_File$$createTempFile
- Specified by:
check$java_io_File$$createTempFilein interfaceEntitlementChecker
-
check$java_io_File$$createTempFile
public void check$java_io_File$$createTempFile(Class<?> callerClass, String prefix, String suffix, File directory) - Specified by:
check$java_io_File$$createTempFilein interfaceEntitlementChecker
-
check$java_io_File$delete
- Specified by:
check$java_io_File$deletein interfaceEntitlementChecker
-
check$java_io_File$deleteOnExit
- Specified by:
check$java_io_File$deleteOnExitin interfaceEntitlementChecker
-
check$java_io_File$exists
- Specified by:
check$java_io_File$existsin interfaceEntitlementChecker
-
check$java_io_File$isDirectory
- Specified by:
check$java_io_File$isDirectoryin interfaceEntitlementChecker
-
check$java_io_File$isFile
- Specified by:
check$java_io_File$isFilein interfaceEntitlementChecker
-
check$java_io_File$isHidden
- Specified by:
check$java_io_File$isHiddenin interfaceEntitlementChecker
-
check$java_io_File$lastModified
- Specified by:
check$java_io_File$lastModifiedin interfaceEntitlementChecker
-
check$java_io_File$length
- Specified by:
check$java_io_File$lengthin interfaceEntitlementChecker
-
check$java_io_File$list
- Specified by:
check$java_io_File$listin interfaceEntitlementChecker
-
check$java_io_File$list
- Specified by:
check$java_io_File$listin interfaceEntitlementChecker
-
check$java_io_File$listFiles
- Specified by:
check$java_io_File$listFilesin interfaceEntitlementChecker
-
check$java_io_File$listFiles
- Specified by:
check$java_io_File$listFilesin interfaceEntitlementChecker
-
check$java_io_File$listFiles
- Specified by:
check$java_io_File$listFilesin interfaceEntitlementChecker
-
check$java_io_File$mkdir
- Specified by:
check$java_io_File$mkdirin interfaceEntitlementChecker
-
check$java_io_File$mkdirs
- Specified by:
check$java_io_File$mkdirsin interfaceEntitlementChecker
-
check$java_io_File$renameTo
- Specified by:
check$java_io_File$renameToin interfaceEntitlementChecker
-
check$java_io_File$setExecutable
- Specified by:
check$java_io_File$setExecutablein interfaceEntitlementChecker
-
check$java_io_File$setExecutable
public void check$java_io_File$setExecutable(Class<?> callerClass, File file, boolean executable, boolean ownerOnly) - Specified by:
check$java_io_File$setExecutablein interfaceEntitlementChecker
-
check$java_io_File$setLastModified
- Specified by:
check$java_io_File$setLastModifiedin interfaceEntitlementChecker
-
check$java_io_File$setReadable
- Specified by:
check$java_io_File$setReadablein interfaceEntitlementChecker
-
check$java_io_File$setReadable
public void check$java_io_File$setReadable(Class<?> callerClass, File file, boolean readable, boolean ownerOnly) - Specified by:
check$java_io_File$setReadablein interfaceEntitlementChecker
-
check$java_io_File$setReadOnly
- Specified by:
check$java_io_File$setReadOnlyin interfaceEntitlementChecker
-
check$java_io_File$setWritable
- Specified by:
check$java_io_File$setWritablein interfaceEntitlementChecker
-
check$java_io_File$setWritable
public void check$java_io_File$setWritable(Class<?> callerClass, File file, boolean writable, boolean ownerOnly) - Specified by:
check$java_io_File$setWritablein interfaceEntitlementChecker
-
check$java_io_FileInputStream$
- Specified by:
check$java_io_FileInputStream$in interfaceEntitlementChecker
-
check$java_io_FileInputStream$
- Specified by:
check$java_io_FileInputStream$in interfaceEntitlementChecker
-
check$java_io_FileInputStream$
- Specified by:
check$java_io_FileInputStream$in interfaceEntitlementChecker
-
check$java_io_FileOutputStream$
- Specified by:
check$java_io_FileOutputStream$in interfaceEntitlementChecker
-
check$java_io_FileOutputStream$
- Specified by:
check$java_io_FileOutputStream$in interfaceEntitlementChecker
-
check$java_io_FileOutputStream$
- Specified by:
check$java_io_FileOutputStream$in interfaceEntitlementChecker
-
check$java_io_FileOutputStream$
- Specified by:
check$java_io_FileOutputStream$in interfaceEntitlementChecker
-
check$java_io_FileOutputStream$
- Specified by:
check$java_io_FileOutputStream$in interfaceEntitlementChecker
-
check$java_io_FileReader$
- Specified by:
check$java_io_FileReader$in interfaceEntitlementChecker
-
check$java_io_FileReader$
- Specified by:
check$java_io_FileReader$in interfaceEntitlementChecker
-
check$java_io_FileReader$
- Specified by:
check$java_io_FileReader$in interfaceEntitlementChecker
-
check$java_io_FileReader$
- Specified by:
check$java_io_FileReader$in interfaceEntitlementChecker
-
check$java_io_FileReader$
- Specified by:
check$java_io_FileReader$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
public void check$java_io_FileWriter$(Class<?> callerClass, File file, Charset charset, boolean append) - Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
- Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_FileWriter$
public void check$java_io_FileWriter$(Class<?> callerClass, String name, Charset charset, boolean append) - Specified by:
check$java_io_FileWriter$in interfaceEntitlementChecker
-
check$java_io_RandomAccessFile$
- Specified by:
check$java_io_RandomAccessFile$in interfaceEntitlementChecker
-
check$java_io_RandomAccessFile$
- Specified by:
check$java_io_RandomAccessFile$in interfaceEntitlementChecker
-
check$java_security_KeyStore$$getInstance
public void check$java_security_KeyStore$$getInstance(Class<?> callerClass, File file, char[] password) - Specified by:
check$java_security_KeyStore$$getInstancein interfaceEntitlementChecker
-
check$java_security_KeyStore$$getInstance
public void check$java_security_KeyStore$$getInstance(Class<?> callerClass, File file, KeyStore.LoadStoreParameter param) - Specified by:
check$java_security_KeyStore$$getInstancein interfaceEntitlementChecker
-
check$java_security_KeyStore$Builder$$newInstance
public void check$java_security_KeyStore$Builder$$newInstance(Class<?> callerClass, File file, KeyStore.ProtectionParameter protection) - Specified by:
check$java_security_KeyStore$Builder$$newInstancein interfaceEntitlementChecker
-
check$java_security_KeyStore$Builder$$newInstance
public void check$java_security_KeyStore$Builder$$newInstance(Class<?> callerClass, String type, Provider provider, File file, KeyStore.ProtectionParameter protection) - Specified by:
check$java_security_KeyStore$Builder$$newInstancein interfaceEntitlementChecker
-
check$java_util_Scanner$
- Specified by:
check$java_util_Scanner$in interfaceEntitlementChecker
-
check$java_util_Scanner$
- Specified by:
check$java_util_Scanner$in interfaceEntitlementChecker
-
check$java_util_Scanner$
- Specified by:
check$java_util_Scanner$in interfaceEntitlementChecker
-
check$java_util_jar_JarFile$
- Specified by:
check$java_util_jar_JarFile$in interfaceEntitlementChecker
-
check$java_util_jar_JarFile$
- Specified by:
check$java_util_jar_JarFile$in interfaceEntitlementChecker
-
check$java_util_jar_JarFile$
- Specified by:
check$java_util_jar_JarFile$in interfaceEntitlementChecker
-
check$java_util_jar_JarFile$
- Specified by:
check$java_util_jar_JarFile$in interfaceEntitlementChecker
-
check$java_util_jar_JarFile$
- Specified by:
check$java_util_jar_JarFile$in interfaceEntitlementChecker
-
check$java_util_jar_JarFile$
public void check$java_util_jar_JarFile$(Class<?> callerClass, File file, boolean verify, int mode, Runtime.Version version) - Specified by:
check$java_util_jar_JarFile$in interfaceEntitlementChecker
-
check$java_util_zip_ZipFile$
- Specified by:
check$java_util_zip_ZipFile$in interfaceEntitlementChecker
-
check$java_util_zip_ZipFile$
- Specified by:
check$java_util_zip_ZipFile$in interfaceEntitlementChecker
-
check$java_util_zip_ZipFile$
- Specified by:
check$java_util_zip_ZipFile$in interfaceEntitlementChecker
-
check$java_util_zip_ZipFile$
- Specified by:
check$java_util_zip_ZipFile$in interfaceEntitlementChecker
-
check$java_util_zip_ZipFile$
- Specified by:
check$java_util_zip_ZipFile$in interfaceEntitlementChecker
-
check$java_util_zip_ZipFile$
public void check$java_util_zip_ZipFile$(Class<?> callerClass, File file, int mode, Charset charset) - Specified by:
check$java_util_zip_ZipFile$in interfaceEntitlementChecker
-
check$java_nio_channels_FileChannel$
- Specified by:
check$java_nio_channels_FileChannel$in interfaceEntitlementChecker
-
check$java_nio_channels_FileChannel$$open
public void check$java_nio_channels_FileChannel$$open(Class<?> callerClass, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) - Specified by:
check$java_nio_channels_FileChannel$$openin interfaceEntitlementChecker
-
check$java_nio_channels_FileChannel$$open
public void check$java_nio_channels_FileChannel$$open(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_nio_channels_FileChannel$$openin interfaceEntitlementChecker
-
check$java_nio_channels_AsynchronousFileChannel$
- Specified by:
check$java_nio_channels_AsynchronousFileChannel$in interfaceEntitlementChecker
-
check$java_nio_channels_AsynchronousFileChannel$$open
public void check$java_nio_channels_AsynchronousFileChannel$$open(Class<?> callerClass, Path path, Set<? extends OpenOption> options, ExecutorService executor, FileAttribute<?>... attrs) - Specified by:
check$java_nio_channels_AsynchronousFileChannel$$openin interfaceEntitlementChecker
-
check$java_nio_channels_AsynchronousFileChannel$$open
public void check$java_nio_channels_AsynchronousFileChannel$$open(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_nio_channels_AsynchronousFileChannel$$openin interfaceEntitlementChecker
-
check$jdk_nio_Channels$$readWriteSelectableChannel
public void check$jdk_nio_Channels$$readWriteSelectableChannel(Class<?> callerClass, FileDescriptor fd, Channels.SelectableChannelCloser closer) - Specified by:
check$jdk_nio_Channels$$readWriteSelectableChannelin interfaceEntitlementChecker
-
check$java_nio_file_Files$$getOwner
public void check$java_nio_file_Files$$getOwner(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$getOwnerin interfaceEntitlementChecker
-
check$java_nio_file_Files$$probeContentType
- Specified by:
check$java_nio_file_Files$$probeContentTypein interfaceEntitlementChecker
-
check$java_nio_file_Files$$setOwner
public void check$java_nio_file_Files$$setOwner(Class<?> callerClass, Path path, UserPrincipal principal) - Specified by:
check$java_nio_file_Files$$setOwnerin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newInputStream
public void check$java_nio_file_Files$$newInputStream(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_nio_file_Files$$newInputStreamin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newOutputStream
public void check$java_nio_file_Files$$newOutputStream(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_nio_file_Files$$newOutputStreamin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newByteChannel
public void check$java_nio_file_Files$$newByteChannel(Class<?> callerClass, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$newByteChannelin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newByteChannel
public void check$java_nio_file_Files$$newByteChannel(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_nio_file_Files$$newByteChannelin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newDirectoryStream
- Specified by:
check$java_nio_file_Files$$newDirectoryStreamin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newDirectoryStream
public void check$java_nio_file_Files$$newDirectoryStream(Class<?> callerClass, Path dir, String glob) - Specified by:
check$java_nio_file_Files$$newDirectoryStreamin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newDirectoryStream
public void check$java_nio_file_Files$$newDirectoryStream(Class<?> callerClass, Path dir, DirectoryStream.Filter<? super Path> filter) - Specified by:
check$java_nio_file_Files$$newDirectoryStreamin interfaceEntitlementChecker
-
check$java_nio_file_Files$$createFile
public void check$java_nio_file_Files$$createFile(Class<?> callerClass, Path path, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createFilein interfaceEntitlementChecker
-
check$java_nio_file_Files$$createDirectory
public void check$java_nio_file_Files$$createDirectory(Class<?> callerClass, Path dir, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createDirectoryin interfaceEntitlementChecker
-
check$java_nio_file_Files$$createDirectories
public void check$java_nio_file_Files$$createDirectories(Class<?> callerClass, Path dir, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createDirectoriesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$createTempFile
public void check$java_nio_file_Files$$createTempFile(Class<?> callerClass, Path dir, String prefix, String suffix, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createTempFilein interfaceEntitlementChecker
-
check$java_nio_file_Files$$createTempFile
public void check$java_nio_file_Files$$createTempFile(Class<?> callerClass, String prefix, String suffix, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createTempFilein interfaceEntitlementChecker
-
check$java_nio_file_Files$$createTempDirectory
public void check$java_nio_file_Files$$createTempDirectory(Class<?> callerClass, Path dir, String prefix, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createTempDirectoryin interfaceEntitlementChecker
-
check$java_nio_file_Files$$createTempDirectory
public void check$java_nio_file_Files$$createTempDirectory(Class<?> callerClass, String prefix, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createTempDirectoryin interfaceEntitlementChecker
-
check$java_nio_file_Files$$createSymbolicLink
public void check$java_nio_file_Files$$createSymbolicLink(Class<?> callerClass, Path link, Path target, FileAttribute<?>... attrs) - Specified by:
check$java_nio_file_Files$$createSymbolicLinkin interfaceEntitlementChecker
-
check$java_nio_file_Files$$createLink
- Specified by:
check$java_nio_file_Files$$createLinkin interfaceEntitlementChecker
-
check$java_nio_file_Files$$delete
- Specified by:
check$java_nio_file_Files$$deletein interfaceEntitlementChecker
-
check$java_nio_file_Files$$deleteIfExists
- Specified by:
check$java_nio_file_Files$$deleteIfExistsin interfaceEntitlementChecker
-
check$java_nio_file_Files$$copy
public void check$java_nio_file_Files$$copy(Class<?> callerClass, Path source, Path target, CopyOption... options) - Specified by:
check$java_nio_file_Files$$copyin interfaceEntitlementChecker
-
check$java_nio_file_Files$$move
public void check$java_nio_file_Files$$move(Class<?> callerClass, Path source, Path target, CopyOption... options) - Specified by:
check$java_nio_file_Files$$movein interfaceEntitlementChecker
-
check$java_nio_file_Files$$readSymbolicLink
- Specified by:
check$java_nio_file_Files$$readSymbolicLinkin interfaceEntitlementChecker
-
check$java_nio_file_Files$$getFileStore
- Specified by:
check$java_nio_file_Files$$getFileStorein interfaceEntitlementChecker
-
check$java_nio_file_Files$$isSameFile
- Specified by:
check$java_nio_file_Files$$isSameFilein interfaceEntitlementChecker
-
check$java_nio_file_Files$$mismatch
- Specified by:
check$java_nio_file_Files$$mismatchin interfaceEntitlementChecker
-
check$java_nio_file_Files$$isHidden
- Specified by:
check$java_nio_file_Files$$isHiddenin interfaceEntitlementChecker
-
check$java_nio_file_Files$$getFileAttributeView
public void check$java_nio_file_Files$$getFileAttributeView(Class<?> callerClass, Path path, Class<? extends FileAttributeView> type, LinkOption... options) - Specified by:
check$java_nio_file_Files$$getFileAttributeViewin interfaceEntitlementChecker
-
check$java_nio_file_Files$$readAttributes
public void check$java_nio_file_Files$$readAttributes(Class<?> callerClass, Path path, Class<? extends BasicFileAttributes> type, LinkOption... options) - Specified by:
check$java_nio_file_Files$$readAttributesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$setAttribute
public void check$java_nio_file_Files$$setAttribute(Class<?> callerClass, Path path, String attribute, Object value, LinkOption... options) - Specified by:
check$java_nio_file_Files$$setAttributein interfaceEntitlementChecker
-
check$java_nio_file_Files$$getAttribute
public void check$java_nio_file_Files$$getAttribute(Class<?> callerClass, Path path, String attribute, LinkOption... options) - Specified by:
check$java_nio_file_Files$$getAttributein interfaceEntitlementChecker
-
check$java_nio_file_Files$$readAttributes
public void check$java_nio_file_Files$$readAttributes(Class<?> callerClass, Path path, String attributes, LinkOption... options) - Specified by:
check$java_nio_file_Files$$readAttributesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$getPosixFilePermissions
public void check$java_nio_file_Files$$getPosixFilePermissions(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$getPosixFilePermissionsin interfaceEntitlementChecker
-
check$java_nio_file_Files$$setPosixFilePermissions
public void check$java_nio_file_Files$$setPosixFilePermissions(Class<?> callerClass, Path path, Set<PosixFilePermission> perms) - Specified by:
check$java_nio_file_Files$$setPosixFilePermissionsin interfaceEntitlementChecker
-
check$java_nio_file_Files$$isSymbolicLink
- Specified by:
check$java_nio_file_Files$$isSymbolicLinkin interfaceEntitlementChecker
-
check$java_nio_file_Files$$isDirectory
public void check$java_nio_file_Files$$isDirectory(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$isDirectoryin interfaceEntitlementChecker
-
check$java_nio_file_Files$$isRegularFile
public void check$java_nio_file_Files$$isRegularFile(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$isRegularFilein interfaceEntitlementChecker
-
check$java_nio_file_Files$$getLastModifiedTime
public void check$java_nio_file_Files$$getLastModifiedTime(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$getLastModifiedTimein interfaceEntitlementChecker
-
check$java_nio_file_Files$$setLastModifiedTime
public void check$java_nio_file_Files$$setLastModifiedTime(Class<?> callerClass, Path path, FileTime time) - Specified by:
check$java_nio_file_Files$$setLastModifiedTimein interfaceEntitlementChecker
-
check$java_nio_file_Files$$size
- Specified by:
check$java_nio_file_Files$$sizein interfaceEntitlementChecker
-
check$java_nio_file_Files$$exists
public void check$java_nio_file_Files$$exists(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$existsin interfaceEntitlementChecker
-
check$java_nio_file_Files$$notExists
public void check$java_nio_file_Files$$notExists(Class<?> callerClass, Path path, LinkOption... options) - Specified by:
check$java_nio_file_Files$$notExistsin interfaceEntitlementChecker
-
check$java_nio_file_Files$$isReadable
- Specified by:
check$java_nio_file_Files$$isReadablein interfaceEntitlementChecker
-
check$java_nio_file_Files$$isWritable
- Specified by:
check$java_nio_file_Files$$isWritablein interfaceEntitlementChecker
-
check$java_nio_file_Files$$isExecutable
- Specified by:
check$java_nio_file_Files$$isExecutablein interfaceEntitlementChecker
-
check$java_nio_file_Files$$walkFileTree
public void check$java_nio_file_Files$$walkFileTree(Class<?> callerClass, Path start, Set<FileVisitOption> options, int maxDepth, FileVisitor<? super Path> visitor) - Specified by:
check$java_nio_file_Files$$walkFileTreein interfaceEntitlementChecker
-
check$java_nio_file_Files$$walkFileTree
public void check$java_nio_file_Files$$walkFileTree(Class<?> callerClass, Path start, FileVisitor<? super Path> visitor) - Specified by:
check$java_nio_file_Files$$walkFileTreein interfaceEntitlementChecker
-
check$java_nio_file_Files$$newBufferedReader
public void check$java_nio_file_Files$$newBufferedReader(Class<?> callerClass, Path path, Charset cs) - Specified by:
check$java_nio_file_Files$$newBufferedReaderin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newBufferedReader
- Specified by:
check$java_nio_file_Files$$newBufferedReaderin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newBufferedWriter
public void check$java_nio_file_Files$$newBufferedWriter(Class<?> callerClass, Path path, Charset cs, OpenOption... options) - Specified by:
check$java_nio_file_Files$$newBufferedWriterin interfaceEntitlementChecker
-
check$java_nio_file_Files$$newBufferedWriter
public void check$java_nio_file_Files$$newBufferedWriter(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_nio_file_Files$$newBufferedWriterin interfaceEntitlementChecker
-
check$java_nio_file_Files$$copy
public void check$java_nio_file_Files$$copy(Class<?> callerClass, InputStream in, Path target, CopyOption... options) - Specified by:
check$java_nio_file_Files$$copyin interfaceEntitlementChecker
-
check$java_nio_file_Files$$copy
- Specified by:
check$java_nio_file_Files$$copyin interfaceEntitlementChecker
-
check$java_nio_file_Files$$readAllBytes
- Specified by:
check$java_nio_file_Files$$readAllBytesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$readString
- Specified by:
check$java_nio_file_Files$$readStringin interfaceEntitlementChecker
-
check$java_nio_file_Files$$readString
- Specified by:
check$java_nio_file_Files$$readStringin interfaceEntitlementChecker
-
check$java_nio_file_Files$$readAllLines
- Specified by:
check$java_nio_file_Files$$readAllLinesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$readAllLines
- Specified by:
check$java_nio_file_Files$$readAllLinesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$write
public void check$java_nio_file_Files$$write(Class<?> callerClass, Path path, byte[] bytes, OpenOption... options) - Specified by:
check$java_nio_file_Files$$writein interfaceEntitlementChecker
-
check$java_nio_file_Files$$write
public void check$java_nio_file_Files$$write(Class<?> callerClass, Path path, Iterable<? extends CharSequence> lines, Charset cs, OpenOption... options) - Specified by:
check$java_nio_file_Files$$writein interfaceEntitlementChecker
-
check$java_nio_file_Files$$write
public void check$java_nio_file_Files$$write(Class<?> callerClass, Path path, Iterable<? extends CharSequence> lines, OpenOption... options) - Specified by:
check$java_nio_file_Files$$writein interfaceEntitlementChecker
-
check$java_nio_file_Files$$writeString
public void check$java_nio_file_Files$$writeString(Class<?> callerClass, Path path, CharSequence csq, OpenOption... options) - Specified by:
check$java_nio_file_Files$$writeStringin interfaceEntitlementChecker
-
check$java_nio_file_Files$$writeString
public void check$java_nio_file_Files$$writeString(Class<?> callerClass, Path path, CharSequence csq, Charset cs, OpenOption... options) - Specified by:
check$java_nio_file_Files$$writeStringin interfaceEntitlementChecker
-
check$java_nio_file_Files$$list
- Specified by:
check$java_nio_file_Files$$listin interfaceEntitlementChecker
-
check$java_nio_file_Files$$walk
public void check$java_nio_file_Files$$walk(Class<?> callerClass, Path start, int maxDepth, FileVisitOption... options) - Specified by:
check$java_nio_file_Files$$walkin interfaceEntitlementChecker
-
check$java_nio_file_Files$$walk
public void check$java_nio_file_Files$$walk(Class<?> callerClass, Path start, FileVisitOption... options) - Specified by:
check$java_nio_file_Files$$walkin interfaceEntitlementChecker
-
check$java_nio_file_Files$$find
public void check$java_nio_file_Files$$find(Class<?> callerClass, Path start, int maxDepth, BiPredicate<Path, BasicFileAttributes> matcher, FileVisitOption... options) - Specified by:
check$java_nio_file_Files$$findin interfaceEntitlementChecker
-
check$java_nio_file_Files$$lines
- Specified by:
check$java_nio_file_Files$$linesin interfaceEntitlementChecker
-
check$java_nio_file_Files$$lines
- Specified by:
check$java_nio_file_Files$$linesin interfaceEntitlementChecker
-
check$java_nio_file_spi_FileSystemProvider$
- Specified by:
check$java_nio_file_spi_FileSystemProvider$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$
- Specified by:
check$java_util_logging_FileHandler$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$
- Specified by:
check$java_util_logging_FileHandler$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$
public void check$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, boolean append) - Specified by:
check$java_util_logging_FileHandler$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$
public void check$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, int limit, int count) - Specified by:
check$java_util_logging_FileHandler$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$
public void check$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, int limit, int count, boolean append) - Specified by:
check$java_util_logging_FileHandler$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$
public void check$java_util_logging_FileHandler$(Class<?> callerClass, String pattern, long limit, int count, boolean append) - Specified by:
check$java_util_logging_FileHandler$in interfaceEntitlementChecker
-
check$java_util_logging_FileHandler$close
- Specified by:
check$java_util_logging_FileHandler$closein interfaceEntitlementChecker
-
check$java_net_http_HttpRequest$BodyPublishers$$ofFile
- Specified by:
check$java_net_http_HttpRequest$BodyPublishers$$ofFilein interfaceEntitlementChecker
-
check$java_net_http_HttpResponse$BodyHandlers$$ofFile
- Specified by:
check$java_net_http_HttpResponse$BodyHandlers$$ofFilein interfaceEntitlementChecker
-
check$java_net_http_HttpResponse$BodyHandlers$$ofFile
public void check$java_net_http_HttpResponse$BodyHandlers$$ofFile(Class<?> callerClass, Path path, OpenOption... options) - Specified by:
check$java_net_http_HttpResponse$BodyHandlers$$ofFilein interfaceEntitlementChecker
-
check$java_net_http_HttpResponse$BodyHandlers$$ofFileDownload
public void check$java_net_http_HttpResponse$BodyHandlers$$ofFileDownload(Class<?> callerClass, Path directory, OpenOption... openOptions) - Specified by:
check$java_net_http_HttpResponse$BodyHandlers$$ofFileDownloadin interfaceEntitlementChecker
-
check$java_net_http_HttpResponse$BodySubscribers$$ofFile
public void check$java_net_http_HttpResponse$BodySubscribers$$ofFile(Class<?> callerClass, Path directory) - Specified by:
check$java_net_http_HttpResponse$BodySubscribers$$ofFilein interfaceEntitlementChecker
-
check$java_net_http_HttpResponse$BodySubscribers$$ofFile
public void check$java_net_http_HttpResponse$BodySubscribers$$ofFile(Class<?> callerClass, Path directory, OpenOption... openOptions) - Specified by:
check$java_net_http_HttpResponse$BodySubscribers$$ofFilein interfaceEntitlementChecker
-
checkNewFileSystem
public void checkNewFileSystem(Class<?> callerClass, FileSystemProvider that, URI uri, Map<String, ?> env) - Specified by:
checkNewFileSystemin interfaceEntitlementChecker
-
checkNewFileSystem
public void checkNewFileSystem(Class<?> callerClass, FileSystemProvider that, Path path, Map<String, ?> env) - Specified by:
checkNewFileSystemin interfaceEntitlementChecker
-
checkNewInputStream
public void checkNewInputStream(Class<?> callerClass, FileSystemProvider that, Path path, OpenOption... options) - Specified by:
checkNewInputStreamin interfaceEntitlementChecker
-
checkNewOutputStream
public void checkNewOutputStream(Class<?> callerClass, FileSystemProvider that, Path path, OpenOption... options) - Specified by:
checkNewOutputStreamin interfaceEntitlementChecker
-
checkNewFileChannel
public void checkNewFileChannel(Class<?> callerClass, FileSystemProvider that, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) - Specified by:
checkNewFileChannelin interfaceEntitlementChecker
-
checkNewAsynchronousFileChannel
public void checkNewAsynchronousFileChannel(Class<?> callerClass, FileSystemProvider that, Path path, Set<? extends OpenOption> options, ExecutorService executor, FileAttribute<?>... attrs) - Specified by:
checkNewAsynchronousFileChannelin interfaceEntitlementChecker
-
checkNewByteChannel
public void checkNewByteChannel(Class<?> callerClass, FileSystemProvider that, Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) - Specified by:
checkNewByteChannelin interfaceEntitlementChecker
-
checkNewDirectoryStream
public void checkNewDirectoryStream(Class<?> callerClass, FileSystemProvider that, Path dir, DirectoryStream.Filter<? super Path> filter) - Specified by:
checkNewDirectoryStreamin interfaceEntitlementChecker
-
checkCreateDirectory
public void checkCreateDirectory(Class<?> callerClass, FileSystemProvider that, Path dir, FileAttribute<?>... attrs) - Specified by:
checkCreateDirectoryin interfaceEntitlementChecker
-
checkCreateSymbolicLink
public void checkCreateSymbolicLink(Class<?> callerClass, FileSystemProvider that, Path link, Path target, FileAttribute<?>... attrs) - Specified by:
checkCreateSymbolicLinkin interfaceEntitlementChecker
-
checkCreateLink
public void checkCreateLink(Class<?> callerClass, FileSystemProvider that, Path link, Path existing) - Specified by:
checkCreateLinkin interfaceEntitlementChecker
-
checkDelete
- Specified by:
checkDeletein interfaceEntitlementChecker
-
checkDeleteIfExists
- Specified by:
checkDeleteIfExistsin interfaceEntitlementChecker
-
checkReadSymbolicLink
- Specified by:
checkReadSymbolicLinkin interfaceEntitlementChecker
-
checkCopy
public void checkCopy(Class<?> callerClass, FileSystemProvider that, Path source, Path target, CopyOption... options) - Specified by:
checkCopyin interfaceEntitlementChecker
-
checkMove
public void checkMove(Class<?> callerClass, FileSystemProvider that, Path source, Path target, CopyOption... options) - Specified by:
checkMovein interfaceEntitlementChecker
-
checkIsSameFile
- Specified by:
checkIsSameFilein interfaceEntitlementChecker
-
checkIsHidden
- Specified by:
checkIsHiddenin interfaceEntitlementChecker
-
checkGetFileStore
- Specified by:
checkGetFileStorein interfaceEntitlementChecker
-
checkCheckAccess
public void checkCheckAccess(Class<?> callerClass, FileSystemProvider that, Path path, AccessMode... modes) - Specified by:
checkCheckAccessin interfaceEntitlementChecker
-
checkGetFileAttributeView
public void checkGetFileAttributeView(Class<?> callerClass, FileSystemProvider that, Path path, Class<?> type, LinkOption... options) - Specified by:
checkGetFileAttributeViewin interfaceEntitlementChecker
-
checkReadAttributes
public void checkReadAttributes(Class<?> callerClass, FileSystemProvider that, Path path, Class<?> type, LinkOption... options) - Specified by:
checkReadAttributesin interfaceEntitlementChecker
-
checkReadAttributes
public void checkReadAttributes(Class<?> callerClass, FileSystemProvider that, Path path, String attributes, LinkOption... options) - Specified by:
checkReadAttributesin interfaceEntitlementChecker
-
checkReadAttributesIfExists
public void checkReadAttributesIfExists(Class<?> callerClass, FileSystemProvider that, Path path, Class<?> type, LinkOption... options) - Specified by:
checkReadAttributesIfExistsin interfaceEntitlementChecker
-
checkSetAttribute
public void checkSetAttribute(Class<?> callerClass, FileSystemProvider that, Path path, String attribute, Object value, LinkOption... options) - Specified by:
checkSetAttributein interfaceEntitlementChecker
-
checkExists
public void checkExists(Class<?> callerClass, FileSystemProvider that, Path path, LinkOption... options) - Specified by:
checkExistsin interfaceEntitlementChecker
-
check$java_lang_Thread$start
- Specified by:
check$java_lang_Thread$startin interfaceEntitlementChecker
-
check$java_lang_Thread$setDaemon
- Specified by:
check$java_lang_Thread$setDaemonin interfaceEntitlementChecker
-
check$java_lang_ThreadGroup$setDaemon
public void check$java_lang_ThreadGroup$setDaemon(Class<?> callerClass, ThreadGroup threadGroup, boolean daemon) - Specified by:
check$java_lang_ThreadGroup$setDaemonin interfaceEntitlementChecker
-
check$java_util_concurrent_ForkJoinPool$setParallelism
public void check$java_util_concurrent_ForkJoinPool$setParallelism(Class<?> callerClass, ForkJoinPool forkJoinPool, int size) - Specified by:
check$java_util_concurrent_ForkJoinPool$setParallelismin interfaceEntitlementChecker
-
check$java_lang_Thread$setName
- Specified by:
check$java_lang_Thread$setNamein interfaceEntitlementChecker
-
check$java_lang_Thread$setPriority
public void check$java_lang_Thread$setPriority(Class<?> callerClass, Thread thread, int newPriority) - Specified by:
check$java_lang_Thread$setPriorityin interfaceEntitlementChecker
-
check$java_lang_Thread$setUncaughtExceptionHandler
public void check$java_lang_Thread$setUncaughtExceptionHandler(Class<?> callerClass, Thread thread, Thread.UncaughtExceptionHandler ueh) - Specified by:
check$java_lang_Thread$setUncaughtExceptionHandlerin interfaceEntitlementChecker
-
check$java_lang_ThreadGroup$setMaxPriority
public void check$java_lang_ThreadGroup$setMaxPriority(Class<?> callerClass, ThreadGroup threadGroup, int pri) - Specified by:
check$java_lang_ThreadGroup$setMaxPriorityin interfaceEntitlementChecker
-
checkGetFileStoreAttributeView
- Specified by:
checkGetFileStoreAttributeViewin interfaceEntitlementChecker
-
checkGetAttribute
- Specified by:
checkGetAttributein interfaceEntitlementChecker
-
checkGetBlockSize
- Specified by:
checkGetBlockSizein interfaceEntitlementChecker
-
checkGetTotalSpace
- Specified by:
checkGetTotalSpacein interfaceEntitlementChecker
-
checkGetUnallocatedSpace
- Specified by:
checkGetUnallocatedSpacein interfaceEntitlementChecker
-
checkGetUsableSpace
- Specified by:
checkGetUsableSpacein interfaceEntitlementChecker
-
checkIsReadOnly
- Specified by:
checkIsReadOnlyin interfaceEntitlementChecker
-
checkName
- Specified by:
checkNamein interfaceEntitlementChecker
-
checkType
- Specified by:
checkTypein interfaceEntitlementChecker
-
checkPathToRealPath
public void checkPathToRealPath(Class<?> callerClass, Path that, LinkOption... options) throws NoSuchFileException - Specified by:
checkPathToRealPathin interfaceEntitlementChecker- Throws:
NoSuchFileException
-
checkPathRegister
public void checkPathRegister(Class<?> callerClass, Path that, WatchService watcher, WatchEvent.Kind<?>... events) - Specified by:
checkPathRegisterin interfaceEntitlementChecker
-
checkPathRegister
public void checkPathRegister(Class<?> callerClass, Path that, WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers) - Specified by:
checkPathRegisterin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$connect
public void check$sun_net_www_protocol_file_FileURLConnection$connect(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getHeaderFields
public void check$sun_net_www_protocol_file_FileURLConnection$getHeaderFields(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldsin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getHeaderField
public void check$sun_net_www_protocol_file_FileURLConnection$getHeaderField(Class<?> callerClass, URLConnection that, String name) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getHeaderField
public void check$sun_net_www_protocol_file_FileURLConnection$getHeaderField(Class<?> callerClass, URLConnection that, int n) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getContentLength
public void check$sun_net_www_protocol_file_FileURLConnection$getContentLength(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getContentLengthin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getContentLengthLong
public void check$sun_net_www_protocol_file_FileURLConnection$getContentLengthLong(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getContentLengthLongin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldKey
public void check$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldKey(Class<?> callerClass, URLConnection that, int n) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getHeaderFieldKeyin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getLastModified
public void check$sun_net_www_protocol_file_FileURLConnection$getLastModified(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getLastModifiedin interfaceEntitlementChecker
-
check$sun_net_www_protocol_file_FileURLConnection$getInputStream
public void check$sun_net_www_protocol_file_FileURLConnection$getInputStream(Class<?> callerClass, URLConnection that) - Specified by:
check$sun_net_www_protocol_file_FileURLConnection$getInputStreamin interfaceEntitlementChecker
-
check$java_net_JarURLConnection$getManifest
public void check$java_net_JarURLConnection$getManifest(Class<?> callerClass, JarURLConnection that) - Specified by:
check$java_net_JarURLConnection$getManifestin interfaceEntitlementChecker
-
check$java_net_JarURLConnection$getJarEntry
public void check$java_net_JarURLConnection$getJarEntry(Class<?> callerClass, JarURLConnection that) - Specified by:
check$java_net_JarURLConnection$getJarEntryin interfaceEntitlementChecker
-
check$java_net_JarURLConnection$getAttributes
public void check$java_net_JarURLConnection$getAttributes(Class<?> callerClass, JarURLConnection that) - Specified by:
check$java_net_JarURLConnection$getAttributesin interfaceEntitlementChecker
-
check$java_net_JarURLConnection$getMainAttributes
public void check$java_net_JarURLConnection$getMainAttributes(Class<?> callerClass, JarURLConnection that) - Specified by:
check$java_net_JarURLConnection$getMainAttributesin interfaceEntitlementChecker
-
check$java_net_JarURLConnection$getCertificates
public void check$java_net_JarURLConnection$getCertificates(Class<?> callerClass, JarURLConnection that) - Specified by:
check$java_net_JarURLConnection$getCertificatesin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getJarFile
public void check$sun_net_www_protocol_jar_JarURLConnection$getJarFile(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getJarFilein interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getJarEntry
public void check$sun_net_www_protocol_jar_JarURLConnection$getJarEntry(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getJarEntryin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$connect
public void check$sun_net_www_protocol_jar_JarURLConnection$connect(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$connectin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getInputStream
public void check$sun_net_www_protocol_jar_JarURLConnection$getInputStream(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getInputStreamin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getContentLength
public void check$sun_net_www_protocol_jar_JarURLConnection$getContentLength(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getContentLengthin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getContentLengthLong
public void check$sun_net_www_protocol_jar_JarURLConnection$getContentLengthLong(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getContentLengthLongin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getContent
public void check$sun_net_www_protocol_jar_JarURLConnection$getContent(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getContentin interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getContentType
public void check$sun_net_www_protocol_jar_JarURLConnection$getContentType(Class<?> callerClass, JarURLConnection that) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getContentTypein interfaceEntitlementChecker
-
check$sun_net_www_protocol_jar_JarURLConnection$getHeaderField
public void check$sun_net_www_protocol_jar_JarURLConnection$getHeaderField(Class<?> callerClass, JarURLConnection that, String name) - Specified by:
check$sun_net_www_protocol_jar_JarURLConnection$getHeaderFieldin interfaceEntitlementChecker
-
ElasticsearchEntitlementCheckerwhen preview features are enabled.