Uses of Interface
java.security.Guard
Packages that use Guard
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.
Java™ Smart Card I/O API.
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 Guard in com.sun.jdiClasses in com.sun.jdi that implement GuardModifier and TypeClassDescriptionclassTheJDIPermissionclass represents access rights to theVirtualMachineManager.
- 
Uses of Guard in com.sun.security.jgssClasses in com.sun.security.jgss that implement GuardModifier and TypeClassDescriptionclassThis 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 Guard in com.sun.tools.attachClasses in com.sun.tools.attach that implement GuardModifier and TypeClassDescriptionclassWhen aSecurityManagerset, this is the permission which will be checked when code invokesVirtualMachine.attachto attach to a target virtual machine.
- 
Uses of Guard in java.awt
- 
Uses of Guard in java.ioModifier and TypeClassDescriptionclassThis class represents access to a file or directory.classThis class is for Serializable permissions.
- 
Uses of Guard in java.lang
- 
Uses of Guard in java.lang.managementClasses in java.lang.management that implement GuardModifier and TypeClassDescriptionclassThe 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 Guard in java.lang.reflectClasses in java.lang.reflect that implement GuardModifier and TypeClassDescriptionclassThe Permission class for reflective operations.
- 
Uses of Guard in java.netModifier and TypeClassDescriptionclassThis class is for various network permissions.classThis class represents access to a network via sockets.classRepresents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods and request headers.
- 
Uses of Guard in java.nio.fileClasses in java.nio.file that implement GuardModifier and TypeClassDescriptionclassThePermissionclass for link creation operations.
- 
Uses of Guard in java.securityClasses in java.security that implement GuardModifier and TypeClassDescriptionclassThe AllPermission is a permission that implies all other permissions.classThe BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.classAbstract class for representing access to a system resource.classThis class is for security permissions.classThe UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.Constructors in java.security with parameters of type GuardModifierConstructorDescriptionGuardedObject(Object object, Guard guard)Constructs a GuardedObject using the specified object and guard.
- 
Uses of Guard in java.sqlModifier and TypeClassDescriptionclassThe permission for which theSecurityManagerwill check when code that is running an application with aSecurityManagerenabled, calls theDriverManager.deregisterDrivermethod,DriverManager.setLogWritermethod,DriverManager.setLogStream(deprecated) method,SyncFactory.setJNDIContextmethod,SyncFactory.setLoggermethod,Connection.setNetworkTimeoutmethod, or theConnection.abortmethod.
- 
Uses of Guard in java.utilModifier and TypeClassDescriptionclassThis class is for property permissions.
- 
Uses of Guard in java.util.loggingClasses in java.util.logging that implement GuardModifier and TypeClassDescriptionclassThe 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 Guard in javax.managementClasses in javax.management that implement GuardModifier and TypeClassDescriptionclassPermission controlling access to MBeanServer operations.classA Permission to perform actions related to MBeanServers.classThis permission represents "trust" in a signer or codebase.
- 
Uses of Guard in javax.management.remoteClasses in javax.management.remote that implement GuardModifier and TypeClassDescriptionclassPermission required by an authentication identity to perform operations on behalf of an authorization identity.
- 
Uses of Guard in javax.net.sslClasses in javax.net.ssl that implement GuardModifier and TypeClassDescriptionclassThis class is for various network permissions.
- 
Uses of Guard in javax.security.authClasses in javax.security.auth that implement GuardModifier and TypeClassDescriptionclassThis class is for authentication permissions.classThis class is used to protect access to private Credentials belonging to a particularSubject.
- 
Uses of Guard in javax.security.auth.kerberosClasses in javax.security.auth.kerberos that implement GuardModifier and TypeClassDescriptionclassThis class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.classThis class is used to protect Kerberos services and the credentials necessary to access those services.
- 
Uses of Guard in javax.smartcardioClasses in javax.smartcardio that implement Guard
- 
Uses of Guard in javax.sound.sampledClasses in javax.sound.sampled that implement GuardModifier and TypeClassDescriptionclassTheAudioPermissionclass represents access rights to the audio system resources.
- 
Uses of Guard in jdk.jfrModifier and TypeClassDescriptionclassPermission for controlling access to Flight Recorder.
- 
Uses of Guard in jdk.netModifier and TypeClassDescriptionclassRepresents permission to access the extended networking capabilities defined in the jdk.net package.