Known Direct Subclasses |
Known Indirect Subclasses |
Legacy security code; do not use.
Public Constructor Summary
Permission(String name)
|
Public Method Summary
void | |
abstract String | |
final String |
getName()
|
abstract boolean |
implies(Permission permission)
|
PermissionCollection |
Inherited Method Summary
Public Constructors
Public Methods
public void checkGuard (Object object)
Determines whether or not to allow access to the guarded object
object
. Returns silently if access is allowed.
Otherwise, throws a SecurityException.
Parameters
object | the object being protected by the guard. |
---|
Throws
SecurityException |
---|