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.jdi

    Classes in com.sun.jdi that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
  • Uses of Guard in com.sun.security.jgss

    Classes in com.sun.security.jgss that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in com.sun.tools.attach

    Classes in com.sun.tools.attach that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
  • Uses of Guard in java.awt

    Classes in java.awt that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    There is no replacement for this class.
  • Uses of Guard in java.io

    Classes in java.io that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in java.lang

    Classes in java.lang that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in java.lang.management

    Classes in java.lang.management that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
  • Uses of Guard in java.lang.reflect

    Classes in java.lang.reflect that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in java.net

    Classes in java.net that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    This class is for various network permissions.
    final class 
    This class represents access to a network via sockets.
    final class 
    Represents 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.file

    Classes in java.nio.file that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in java.security

    Classes in java.security that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    The AllPermission is a permission that implies all other permissions.
    class 
    The 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.
    class 
    Abstract class for representing access to a system resource.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
    Constructors in java.security with parameters of type Guard
    Modifier
    Constructor
    Description
     
    GuardedObject(Object object, Guard guard)
    Constructs a GuardedObject using the specified object and guard.
  • Uses of Guard in java.sql

    Classes in java.sql that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    A SQLPermission object 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 Guard in java.util

    Classes in java.util that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in java.util.logging

    Classes in java.util.logging that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in javax.management

    Classes in javax.management that implement Guard
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
  • Uses of Guard in javax.management.remote

    Classes in javax.management.remote that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
  • Uses of Guard in javax.net.ssl

    Classes in javax.net.ssl that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in javax.security.auth

    Classes in javax.security.auth that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in javax.security.auth.kerberos

    Classes in javax.security.auth.kerberos that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in javax.smartcardio

    Classes in javax.smartcardio that implement Guard
    Modifier and Type
    Class
    Description
    class 
    A permission for Smart Card operations.
  • Uses of Guard in javax.sound.sampled

    Classes in javax.sound.sampled that implement Guard
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    There is no replacement for this class.
  • Uses of Guard in jdk.jfr

    Classes in jdk.jfr that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
  • Uses of Guard in jdk.net

    Classes in jdk.net that implement Guard
    Modifier and Type
    Class
    Description
    final class 
    Represents permission to access the extended networking capabilities defined in the jdk.net package.