org.omg.CORBA

Class Principal

public class Principal extends Object

Deprecated: by CORBA 2.2.

This class was used to store the client identity in the past. The client identity is stored in the form of the byte array.
Constructor Summary
Principal()
Method Summary
byte[]name()
Gets the name of the Principal.
voidname(byte[] a_name)
Sets the name of the Principal to the given value.

Constructor Detail

Principal

public Principal()

Deprecated:

Method Detail

name

public byte[] name()

Deprecated: by CORBA 2.2

Gets the name of the Principal.

Returns: a name of the Pricipal.

name

public void name(byte[] a_name)

Deprecated: by CORBA 2.2

Sets the name of the Principal to the given value.

Parameters: a_name a value to set the name to.