Class PrincipalImpl

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

public class PrincipalImpl extends Principal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Gets the name of this Principal object.
    void
    name(byte[] value)
    Sets the name of this Principal object to the given value.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      private byte[] value
  • 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