Class PrincipalImpl

java.lang.Object
org.omg.CORBA.Principal
com.sun.corba.se.impl.corba.PrincipalImpl

public class PrincipalImpl extends Principal
  • Constructor Details

    • PrincipalImpl

      public PrincipalImpl()
  • Method Details

    • name

      public void name(byte[] value)
      Description copied from class: Principal
      Sets the name of this Principal object to the given value.
      Overrides:
      name in class Principal
      Parameters:
      value - the value to be set in the Principal
    • name

      public byte[] name()
      Description copied from class: Principal
      Gets the name of this Principal object.
      Overrides:
      name in class Principal
      Returns:
      the name of this Principal object