public
abstract
class
Permission
extends Object
implements
Guard,
Serializable
java.lang.Object | |
↳ | java.security.Permission |
Legacy security code; do not use.
Public constructors | |
---|---|
Permission(String name)
|
Public methods | |
---|---|
void
|
checkGuard(Object object)
Determines whether or not to allow access to the guarded object
|
abstract
String
|
getActions()
|
final
String
|
getName()
|
abstract
boolean
|
implies(Permission permission)
|
PermissionCollection
|
newPermissionCollection()
|
Inherited methods | |
---|---|
![]()
java.lang.Object
| |
![]()
java.security.Guard
|
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 |
Object :
the object being protected by the guard. |
Throws | |
---|---|
SecurityException |
boolean implies (Permission permission)
Parameters | |
---|---|
permission |
Permission
|
Returns | |
---|---|
boolean |
PermissionCollection newPermissionCollection ()
Returns | |
---|---|
PermissionCollection |