Class SecurityHandler.NotChecked

  • All Implemented Interfaces:
    java.security.Principal
    Enclosing class:
    SecurityHandler

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

      Constructors 
      Constructor Description
      NotChecked()  
    • Method Summary

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

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

        equals, hashCode, implies
    • Constructor Detail

      • NotChecked

        public NotChecked()
    • Method Detail

      • getName

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

        public java.lang.String toString()
        Specified by:
        toString in interface java.security.Principal
        Overrides:
        toString in class java.lang.Object