Class AuthInfo


  • public class AuthInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthInfo​(java.lang.String scheme, byte[] auth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getAuth()  
      java.lang.String getScheme()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AuthInfo

        public AuthInfo​(java.lang.String scheme,
                        byte[] auth)
    • Method Detail

      • getScheme

        public java.lang.String getScheme()
      • getAuth

        public byte[] getAuth()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object