JavaTM Platform
Standard Ed. 6

类 java.security.IdentityScope
的使用

使用 IdentityScope 的软件包
java.security 为安全框架提供类和接口。 
 

java.security 中 IdentityScope 的使用
 

返回 IdentityScope 的 java.security 中的方法
 IdentityScope Identity.getScope()
          已过时。 返回此 Identity 的作用域。
static IdentityScope IdentityScope.getSystemScope()
          已过时。 返回系统的身份作用域。
 

参数类型为 IdentityScope 的 java.security 中的方法
protected static void IdentityScope.setSystemScope(IdentityScope scope)
          已过时。 设置系统的身份作用域。
 

参数类型为 IdentityScope 的 java.security 中的构造方法
Identity(String name, IdentityScope scope)
          已过时。 构造一个具有指定名称和作用域的 Identity。
IdentityScope(String name, IdentityScope scope)
          已过时。 构造具有指定名称和作用域的新身份作用域。
Signer(String name, IdentityScope scope)
          已过时。 创建带有指定标识名称和范围的 signer。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。