corba/src/java.corba/share/classes/org/omg/CORBA/Principal.java
changeset 29827 aac4782e69ac
parent 25862 a5e25d68f971
equal deleted inserted replaced
29659:f40752db7773 29827:aac4782e69ac
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    29 /**
    29 /**
    30  * A class that contains information about the identity of
    30  * A class that contains information about the identity of
    31  * the client, for access control
    31  * the client, for access control
    32  * and other purposes. It contains a single attribute, the name of the
    32  * and other purposes. It contains a single attribute, the name of the
    33  * <code>Principal</code>, encoded as a sequence of bytes.
    33  * <code>Principal</code>, encoded as a sequence of bytes.
    34  * <P>
    34  *
    35  * @deprecated Deprecated by CORBA 2.2.
    35  * @deprecated Deprecated by CORBA 2.2.
    36  */
    36  */
    37 @Deprecated
    37 @Deprecated
    38 public class Principal {
    38 public class Principal {
    39     /**
    39     /**