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.jdiSubclasses of BasicPermission in com.sun.jdiModifier and TypeClassDescriptionfinal classAJDIPermissionobject contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't.
- 
Uses of BasicPermission in com.sun.security.jgssSubclasses of BasicPermission in com.sun.security.jgssModifier and TypeClassDescriptionfinal classThis class is for GSS security context permissions.
- 
Uses of BasicPermission in com.sun.tools.attachSubclasses of BasicPermission in com.sun.tools.attachModifier and TypeClassDescriptionfinal classAnAttachPermissionobject contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't.
- 
Uses of BasicPermission in java.awtSubclasses of BasicPermission in java.awtModifier and TypeClassDescriptionfinal classDeprecated, for removal: This API element is subject to removal in a future version.There is no replacement for this class.
- 
Uses of BasicPermission in java.ioSubclasses of BasicPermission in java.ioModifier and TypeClassDescriptionfinal classThis class is for Serializable permissions.
- 
Uses of BasicPermission in java.langSubclasses of BasicPermission in java.langModifier and TypeClassDescriptionfinal classThis class is for runtime permissions.
- 
Uses of BasicPermission in java.lang.managementSubclasses of BasicPermission in java.lang.managementModifier and TypeClassDescriptionfinal classThis class is for management permissions.
- 
Uses of BasicPermission in java.lang.reflectSubclasses of BasicPermission in java.lang.reflectModifier and TypeClassDescriptionfinal classThe Permission class for reflective operations.
- 
Uses of BasicPermission in java.netSubclasses of BasicPermission in java.netModifier and TypeClassDescriptionfinal classThis class is for various network permissions.
- 
Uses of BasicPermission in java.nio.fileSubclasses of BasicPermission in java.nio.fileModifier and TypeClassDescriptionfinal classThePermissionclass for link creation operations.
- 
Uses of BasicPermission in java.securitySubclasses of BasicPermission in java.securityModifier and TypeClassDescriptionfinal classThis class is for security permissions.
- 
Uses of BasicPermission in java.sqlSubclasses of BasicPermission in java.sqlModifier and TypeClassDescriptionfinal classASQLPermissionobject contains a name (also referred to as a "target name") but no actions list; there is either a named permission or there is not.
- 
Uses of BasicPermission in java.utilSubclasses of BasicPermission in java.utilModifier and TypeClassDescriptionfinal classThis class is for property permissions.
- 
Uses of BasicPermission in java.util.loggingSubclasses of BasicPermission in java.util.loggingModifier and TypeClassDescriptionfinal classThis class is for logging permissions.
- 
Uses of BasicPermission in javax.managementSubclasses of BasicPermission in javax.managementModifier and TypeClassDescriptionclassA Permission to perform actions related to MBeanServers.classThis permission represents "trust" in a signer or codebase.
- 
Uses of BasicPermission in javax.management.remoteSubclasses of BasicPermission in javax.management.remoteModifier and TypeClassDescriptionfinal classPermission required by an authentication identity to perform operations on behalf of an authorization identity.
- 
Uses of BasicPermission in javax.net.sslSubclasses of BasicPermission in javax.net.sslModifier and TypeClassDescriptionfinal classThis class is for various network permissions.
- 
Uses of BasicPermission in javax.security.authSubclasses of BasicPermission in javax.security.authModifier and TypeClassDescriptionfinal classThis class is for authentication permissions.
- 
Uses of BasicPermission in javax.security.auth.kerberosSubclasses of BasicPermission in javax.security.auth.kerberosModifier and TypeClassDescriptionfinal classThis class is for Kerberos delegation permissions.
- 
Uses of BasicPermission in javax.sound.sampledSubclasses of BasicPermission in javax.sound.sampledModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.There is no replacement for this class.
- 
Uses of BasicPermission in jdk.jfrSubclasses of BasicPermission in jdk.jfrModifier and TypeClassDescriptionfinal classPermission for controlling access to Flight Recorder.
- 
Uses of BasicPermission in jdk.netSubclasses of BasicPermission in jdk.netModifier and TypeClassDescriptionfinal classRepresents permission to access the extended networking capabilities defined in the jdk.net package.