Class Reader

  • All Implemented Interfaces:
    java.security.Principal
    Direct Known Subclasses:
    Editor

    public class Reader
    extends java.lang.Object
    implements java.security.Principal
    • Constructor Summary

      Constructors 
      Constructor Description
      Reader​(@NotNull java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        equals, hashCode, implies, toString
    • Constructor Detail

      • Reader

        public Reader​(@NotNull
                      @NotNull java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface java.security.Principal