Package 

Class Auth

  • All Implemented Interfaces:

    
    public class Auth
    
                        

    Authentication mechanism for RPC connection to full node.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Auth.None

      No authentication

      public final class Auth.UserPass

      Authentication with username and password, usually Auth.Cookie should be preferred

      public final class Auth.Cookie

      Authentication with a cookie file

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail