|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
java.lang | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
java.net | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
java.security | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
Uses of Permission in java.lang |
Methods in java.lang with parameters of type Permission | |
void |
SecurityManager.checkPermission(Permission perm)
|
void |
SecurityManager.checkPermission(Permission perm,
Object context)
|
Uses of Permission in java.net |
Methods in java.net that return Permission | |
Permission |
URLConnection.getPermission()
|
Uses of Permission in java.security |
Methods in java.security with parameters of type Permission | |
boolean |
ProtectionDomain.implies(Permission)
|
abstract boolean |
Permission.implies(Permission)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |