所有类
org.omg.CORBA
类 Principal
java.lang.Object
org.omg.CORBA.Principal
已过时。 已由 CORBA 2.2 取代。
-
@Deprecated
public class Principal
- extends Object
包含关于客户端身份信息的类,用于访问控制和其他目的。它包含一个被编码为字节序列的属性(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
对象的名称
所有类