当前位置:编程学习 > JSP >>

java.security.Guard翻译


Overview
Package
 Class
Use
Tree
Deprecated
Index
Help
JavaTM 2 Platform
Std. Ed. v1.4.2
 PREV CLASS   NEXT CLASS
FRAMES    NO FRAMES
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
java.security
Inte易做图ce Guard
All Known Implementing Classes:
Permission
public inte易做图ce Guard
This inte易做图ce represents a guard, which is an object that is used to protect access to another object. 该接口表示守卫,即用于保护对其它对象访问的对象。
This inte易做图ce contains a single method, checkGuard, with a single object argument. checkGuard is invoked (by the GuardedObject getObject method) to determine whether or not to allow access to the object. 该接口只包含一个checkGuard方法,只有一个object参数。由GuardedObject的getObject方法调用checkGuard来确定是否允许访问该对象。
See Also:
GuardedObject
Method Summary
 void
checkGuard(Object object)
          Determines whether or not to allow access to the guarded object object. 确定是否允许访问受保护的对象object。
Method Detail
checkGuardpublic void checkGuard(Object object)
throws SecurityException
Determines whether or not to allow access to the guarded object object. Returns silently if access is allowed. Otherwise, throws a SecurityException. 确定是否允许访问受保护的对象object。如果访问允许,正常返回,否则抛出SecurityException。
Parameters:
object - the object being protected by the guard. 受保护的对象。
Throws:
SecurityException - if access is denied. 如果访问被拒绝抛出。
补充:Jsp教程,Java技巧及代码
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,