JavaTM 2 Platform
Standard Ed. 6

类 java.security.IdentityScope
的使用

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

java.securityIdentityScope 的使用
 

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

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

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


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only