JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

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