Uses of Class
java.security.Permission
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http | |
| java.io | |
| java.lang | |
| java.lang.reflect | |
| java.net | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.sql | |
| java.util | |
| java.util.logging | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.auth | |
| libcore.net.url | |
| org.bouncycastle.jcajce.provider.config |
-
Uses of Permission in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return Permission Modifier and Type Method Description PermissionHttpsURLConnectionImpl. getPermission()PermissionHttpURLConnectionImpl. getPermission() -
Uses of Permission in java.io
Subclasses of Permission in java.io Modifier and Type Class Description classFilePermissionLegacy security code; do not use.classSerializablePermissionLegacy security code; do not use.Methods in java.io with parameters of type Permission Modifier and Type Method Description booleanFilePermission. implies(Permission permission)booleanSerializablePermission. implies(Permission permission) -
Uses of Permission in java.lang
Subclasses of Permission in java.lang Modifier and Type Class Description classRuntimePermissionLegacy security code; do not use.Methods in java.lang with parameters of type Permission Modifier and Type Method Description voidSecurityManager. checkPermission(Permission permission)voidSecurityManager. checkPermission(Permission permission, Object context)booleanRuntimePermission. implies(Permission permission) -
Uses of Permission in java.lang.reflect
Subclasses of Permission in java.lang.reflect Modifier and Type Class Description classReflectPermissionLegacy security code; do not use.Methods in java.lang.reflect with parameters of type Permission Modifier and Type Method Description booleanReflectPermission. implies(Permission permission) -
Uses of Permission in java.net
Subclasses of Permission in java.net Modifier and Type Class Description classNetPermissionLegacy security code; do not use.classSocketPermissionLegacy security code; do not use.Methods in java.net that return Permission Modifier and Type Method Description PermissionHttpURLConnection. getPermission()Returns the permission object (in this caseSocketPermission) with the host and the port number as the target name and"resolve, connect"as the action list.PermissionURLConnection. getPermission()Returns aPermissionobject representing all needed permissions to open this connection.Methods in java.net with parameters of type Permission Modifier and Type Method Description booleanNetPermission. implies(Permission permission)booleanSocketPermission. implies(Permission permission) -
Uses of Permission in java.security
Subclasses of Permission in java.security Modifier and Type Class Description classAllPermissionLegacy security code; do not use.classBasicPermissionLegacy security code; do not use.classSecurityPermissionLegacy security code; do not use.classUnresolvedPermissionLegacy security code; do not use.Methods in java.security that return Permission Modifier and Type Method Description PermissionAccessControlException. getPermission()Returns the requested permission that caused this Exception ornullif there is no correspondingPermission.Methods in java.security that return types with arguments of type Permission Modifier and Type Method Description abstract Enumeration<Permission>PermissionCollection. elements()Enumeration<Permission>Permissions. elements()Methods in java.security with parameters of type Permission Modifier and Type Method Description abstract voidPermissionCollection. add(Permission permission)voidPermissions. add(Permission permission)voidAccessControlContext. checkPermission(Permission perm)static voidAccessController. checkPermission(Permission permission)protected abstract booleanPolicySpi. engineImplies(ProtectionDomain domain, Permission permission)Answers if the policy has granted a Permission to a ProtectionDomain.booleanAllPermission. implies(Permission permission)booleanBasicPermission. implies(Permission permission)abstract booleanPermission. implies(Permission permission)abstract booleanPermissionCollection. implies(Permission permission)booleanPermissions. implies(Permission permission)booleanPolicy. implies(ProtectionDomain domain, Permission permission)booleanProtectionDomain. implies(Permission permission)booleanSecurityPermission. implies(Permission permission)booleanUnresolvedPermission. implies(Permission permission)Constructors in java.security with parameters of type Permission Constructor Description AccessControlException(String message, Permission perm)Constructs a new instance ofAccessControlExceptionwith the given message and the requestedPermissionwhich was not granted. -
Uses of Permission in java.sql
Subclasses of Permission in java.sql Modifier and Type Class Description classSQLPermissionLegacy security code; do not use.Methods in java.sql with parameters of type Permission Modifier and Type Method Description booleanSQLPermission. implies(Permission permission) -
Uses of Permission in java.util
Subclasses of Permission in java.util Modifier and Type Class Description classPropertyPermissionLegacy security code; do not use.Methods in java.util with parameters of type Permission Modifier and Type Method Description booleanPropertyPermission. implies(Permission permission) -
Uses of Permission in java.util.logging
Subclasses of Permission in java.util.logging Modifier and Type Class Description classLoggingPermissionLegacy security code; do not use.Methods in java.util.logging with parameters of type Permission Modifier and Type Method Description booleanLoggingPermission. implies(Permission permission) -
Uses of Permission in javax.net.ssl
Subclasses of Permission in javax.net.ssl Modifier and Type Class Description classSSLPermissionLegacy security code; do not use.Methods in javax.net.ssl with parameters of type Permission Modifier and Type Method Description booleanSSLPermission. implies(Permission permission) -
Uses of Permission in javax.security.auth
Subclasses of Permission in javax.security.auth Modifier and Type Class Description classAuthPermissionLegacy security code; do not use.classPrivateCredentialPermissionLegacy security code; do not use.Methods in javax.security.auth with parameters of type Permission Modifier and Type Method Description booleanAuthPermission. implies(Permission permission)booleanPrivateCredentialPermission. implies(Permission permission) -
Uses of Permission in libcore.net.url
Methods in libcore.net.url that return Permission Modifier and Type Method Description PermissionFileURLConnection. getPermission()Returns the permission, in this case the subclass, FilePermission object which represents the permission necessary for this URLConnection to establish the connection.PermissionFtpURLConnection. getPermission()Returns the permission object (in this case, SocketPermission) with the host and the port number as the target name and "resolve, connect" as the action list.PermissionJarURLConnectionImpl. getPermission()Returns the permission, in this case the subclass, FilePermission object which represents the permission necessary for this URLConnection to establish the connection. -
Uses of Permission in org.bouncycastle.jcajce.provider.config
Subclasses of Permission in org.bouncycastle.jcajce.provider.config Modifier and Type Class Description classProviderConfigurationPermissionA permission class to define what can be done with the ConfigurableProvider interface.Methods in org.bouncycastle.jcajce.provider.config with parameters of type Permission Modifier and Type Method Description booleanProviderConfigurationPermission. implies(Permission permission)