java.lang.Object org.omg.CORBA.Principal
@Deprecated public class Principal
包含关于客户端身份信息的类,用于访问控制和其他目的。它包含一个被编码为字节序列的属性(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 |
构造方法详细信息 |
---|
public Principal()
方法详细信息 |
---|
@Deprecated public void name(byte[] value)
Principal
对象的名称设置为给定值。
value
- 将在
Principal
中设置的值
@Deprecated public byte[] name()
Principal
对象的名称。
Principal
对象的名称