Class PrincipalImpl


  • public class PrincipalImpl
    extends Principal
    • Field Summary

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

      Constructors 
      Constructor Description
      PrincipalImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] name()
      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 Detail

      • value

        private byte[] value
    • Constructor Detail

      • PrincipalImpl

        public PrincipalImpl()
    • Method Detail

      • 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