Uses of Class
java.security.BasicPermission
Packages that use BasicPermission
Package
Description
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
This package defines classes and interfaces for the JDK extensions
to the GSS-API.
Provides the API to attach to a Java virtual machine.
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides for system input and output through data streams,
serialization and the file system.
Provides classes that are fundamental to the design of the Java
programming language.
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
Provides the classes for implementing networking applications.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Provides the classes and interfaces for the security framework.
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
Provides the core classes for the Java Management Extensions.
Interfaces for remote access to
JMX MBean servers.
Provides classes for the secure socket package.
This package provides a framework for authentication and
authorization.
This package contains utility classes related to the Kerberos network
authentication protocol.
Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
This package provides classes to create events and control Flight Recorder.
Platform specific socket options for the
java.net
and java.nio.channels
socket classes.-
Uses of BasicPermission in com.sun.jdi
Subclasses of BasicPermission in com.sun.jdiModifier and TypeClassDescriptionfinal class
TheJDIPermission
class represents access rights to theVirtualMachineManager
. -
Uses of BasicPermission in com.sun.security.jgss
Subclasses of BasicPermission in com.sun.security.jgssModifier and TypeClassDescriptionfinal class
This class is used to protect various attributes of an established GSS security context that can be accessed using theExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType)
method. -
Uses of BasicPermission in com.sun.tools.attach
Subclasses of BasicPermission in com.sun.tools.attachModifier and TypeClassDescriptionfinal class
When aSecurityManager
set, this is the permission which will be checked when code invokesVirtualMachine.attach
to attach to a target virtual machine. -
Uses of BasicPermission in java.awt
Subclasses of BasicPermission in java.awt -
Uses of BasicPermission in java.io
Subclasses of BasicPermission in java.ioModifier and TypeClassDescriptionfinal class
This class is for Serializable permissions. -
Uses of BasicPermission in java.lang
Subclasses of BasicPermission in java.langModifier and TypeClassDescriptionfinal class
This class is for runtime permissions. -
Uses of BasicPermission in java.lang.management
Subclasses of BasicPermission in java.lang.managementModifier and TypeClassDescriptionfinal class
The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform. -
Uses of BasicPermission in java.lang.reflect
Subclasses of BasicPermission in java.lang.reflectModifier and TypeClassDescriptionfinal class
The Permission class for reflective operations. -
Uses of BasicPermission in java.net
Subclasses of BasicPermission in java.netModifier and TypeClassDescriptionfinal class
This class is for various network permissions. -
Uses of BasicPermission in java.nio.file
Subclasses of BasicPermission in java.nio.fileModifier and TypeClassDescriptionfinal class
ThePermission
class for link creation operations. -
Uses of BasicPermission in java.security
Subclasses of BasicPermission in java.securityModifier and TypeClassDescriptionfinal class
This class is for security permissions. -
Uses of BasicPermission in java.sql
Subclasses of BasicPermission in java.sqlModifier and TypeClassDescriptionfinal class
The permission for which theSecurityManager
will check when code that is running an application with aSecurityManager
enabled, calls theDriverManager.deregisterDriver
method,DriverManager.setLogWriter
method,DriverManager.setLogStream
(deprecated) method,SyncFactory.setJNDIContext
method,SyncFactory.setLogger
method,Connection.setNetworkTimeout
method, or theConnection.abort
method. -
Uses of BasicPermission in java.util
Subclasses of BasicPermission in java.utilModifier and TypeClassDescriptionfinal class
This class is for property permissions. -
Uses of BasicPermission in java.util.logging
Subclasses of BasicPermission in java.util.loggingModifier and TypeClassDescriptionfinal class
The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel). -
Uses of BasicPermission in javax.management
Subclasses of BasicPermission in javax.managementModifier and TypeClassDescriptionclass
A Permission to perform actions related to MBeanServers.class
This permission represents "trust" in a signer or codebase. -
Uses of BasicPermission in javax.management.remote
Subclasses of BasicPermission in javax.management.remoteModifier and TypeClassDescriptionfinal class
Permission required by an authentication identity to perform operations on behalf of an authorization identity. -
Uses of BasicPermission in javax.net.ssl
Subclasses of BasicPermission in javax.net.sslModifier and TypeClassDescriptionfinal class
This class is for various network permissions. -
Uses of BasicPermission in javax.security.auth
Subclasses of BasicPermission in javax.security.authModifier and TypeClassDescriptionfinal class
This class is for authentication permissions. -
Uses of BasicPermission in javax.security.auth.kerberos
Subclasses of BasicPermission in javax.security.auth.kerberosModifier and TypeClassDescriptionfinal class
This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets. -
Uses of BasicPermission in javax.sound.sampled
Subclasses of BasicPermission in javax.sound.sampledModifier and TypeClassDescriptionclass
TheAudioPermission
class represents access rights to the audio system resources. -
Uses of BasicPermission in jdk.jfr
Subclasses of BasicPermission in jdk.jfrModifier and TypeClassDescriptionfinal class
Permission for controlling access to Flight Recorder. -
Uses of BasicPermission in jdk.net
Subclasses of BasicPermission in jdk.netModifier and TypeClassDescriptionfinal class
Represents permission to access the extended networking capabilities defined in the jdk.net package.