Principal

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

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–2017, 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.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部