Class Principal

Deprecated.

Deprecated by CORBA 2.2.

@Deprecated
public class Principal
extends Object

A class that contains information about the identity of the client, for access control and other purposes. It contains a single attribute, the name of the Principal, encoded as a sequence of bytes.

Constructors

Constructor and Description
Principal()

Deprecated.

Methods

Modifier and Type Method and Description
byte[] name()

Deprecated.

Deprecated by CORBA 2.2.

void name(byte[] value)

Deprecated.

Deprecated by CORBA 2.2.

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

Principal

public Principal()

Deprecated.

Methods

name

@Deprecated
public void name(byte[] value)

Deprecated. Deprecated by CORBA 2.2.

Sets the name of this Principal object to the given value.

Parameters:
value - the value to be set in the Principal

name

@Deprecated
public byte[] name()

Deprecated. Deprecated by CORBA 2.2.

Gets the name of this Principal object.

Returns:
the name of this Principal object

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/org/omg/CORBA/Principal.html