|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
java.security
|
||||||||
| Method Summary | |
void |
checkGuard(Object object)
Determines whether or not to allow access to the guarded object object. |
| Method Detail |
public void checkGuard(Object object) throws SecurityException
object. Returns silently if access is allowed.
Otherwise, throws a SecurityException.
object - the object being protected by the guard.
SecurityException - if access is denied.