< prev index next >

src/java.corba/share/classes/org/omg/CORBA/Principal.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 29,39 **** /** * 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 * <code>Principal</code>, encoded as a sequence of bytes. ! * <P> * @deprecated Deprecated by CORBA 2.2. */ @Deprecated public class Principal { /** --- 29,39 ---- /** * 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 * <code>Principal</code>, encoded as a sequence of bytes. ! * * @deprecated Deprecated by CORBA 2.2. */ @Deprecated public class Principal { /**
< prev index next >