首页 | 注册 | 登陆
首页 >> 技术专栏 >> java文章 >> java其它 

security.Guard翻译


作者java 来源java 加入时间:2006年03月28日
摘要:
security.Guard翻译

  …

转载:转载请保留本信息,本文来自
http://www.51dibs.com
/html/2006/article/info14/a_cab11d19db7817a8.htm




security.Guard翻译


站点:爱心种子小博士 关键字:security.Guard翻译




security.Guard翻译
 
JavaTM 2 Platform
Std. Ed. v1.4.2

java.security
Interface Guard

All Known Implementing Classes:
Permission

public interface Guard

This interface represents a guard, which is an object that is used to protect access to another object. 该接口表示守卫,即用于保护对其它对象访问的对象。

This interface 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

checkGuard

public 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. 如果访问被拒绝抛出。

JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.





发布人:java
→ 推荐给我的好友 → 报告错误链接
上篇文章:用的JAVA常用方法(1)
下篇文章:SQL语句的一个故事
〖文章打印〗
〖关闭窗口〗
发表评论
查看评论
中“security.Guard翻译”相关内容 中“security.Guard翻译”相关内容
中“security.Guard翻译”相关内容 中“security.Guard翻译”相关内容
中“security.Guard翻译”相关内容 中“security.Guard翻译”相关内容

关于我们网站留言友情链接与我在线与我聊天领取红包管理TOP