Package | Description |
---|---|
java.lang |
Contains core language classes.
|
java.security |
Contains core language classes related to permission management.
|
java.util |
Contains utility classes including the collections framework and date manipulation.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimePermission
This class is for runtime permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPermission
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 |
Permission
Abstract class for representing access to a system resource.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyPermission
This class is for property permissions.
|