JavaTM Platform
Standard Ed. 6

org.omg.CORBA
类 Principal

java.lang.Object
  继承者 org.omg.CORBA.Principal

已过时。 已由 CORBA 2.2 取代。

@Deprecated
public class Principal
extends Object

包含关于客户端身份信息的类,用于访问控制和其他目的。它包含一个被编码为字节序列的属性(Principal 的名称)。


构造方法摘要
Principal()
          已过时。  
 
方法摘要
 byte[] name()
          已过时。 已由 CORBA 2.2 取代。
 void name(byte[] value)
          已过时。 已由 CORBA 2.2 取代。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Principal

public Principal()
已过时。 
方法详细信息

name

@Deprecated
public void name(byte[] value)
已过时。 已由 CORBA 2.2 取代。

将此 Principal 对象的名称设置为给定值。

参数:
value - 将在 Principal 中设置的值

name

@Deprecated
public byte[] name()
已过时。 已由 CORBA 2.2 取代。

获取此 Principal 对象的名称。

返回:
Principal 对象的名称

JavaTM Platform
Standard Ed. 6

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

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