Class SystemPrincipal

  • All Implemented Interfaces:
    java.security.Principal

    public final class SystemPrincipal
    extends java.lang.Object
    implements java.security.Principal
    Principal to mark an system internal subject.
    • Method Summary

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

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

        equals, hashCode, implies, toString
    • Method Detail

      • getName

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