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.
|
Class and Description |
---|
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.
|
Guard
This interface is only defined for hierarchy compatibility.
|
Permission
Abstract class for representing access to a system resource.
|
Class and Description |
---|
Guard
This interface is only defined for hierarchy compatibility.
|
Permission
Abstract class for representing access to a system resource.
|
Class and Description |
---|
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.
|
Guard
This interface is only defined for hierarchy compatibility.
|
Permission
Abstract class for representing access to a system resource.
|