Class SimpleAuth


  • public final class SimpleAuth
    extends Auth
    An Auth implementation for the Algorithmia Simple Auth API Key
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleAuth​(java.lang.String apiKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void authenticateRequest​(org.apache.http.HttpRequest request)  
      • Methods inherited from class java.lang.Object

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

      • SimpleAuth

        public SimpleAuth​(java.lang.String apiKey)
    • Method Detail

      • authenticateRequest

        protected void authenticateRequest​(org.apache.http.HttpRequest request)
        Specified by:
        authenticateRequest in class Auth