Class SPNEGOAuthentication.SPNEGOResult

    • Constructor Summary

      Constructors 
      Constructor Description
      SPNEGOResult​(java.net.URI uri, java.lang.String token)
      Deprecated.
       
      SPNEGOResult​(java.net.URI uri, HttpHeader header, java.lang.String token)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void apply​(Request request)
      Deprecated.
      Applies the authentication result to the given request.
      java.net.URI getURI()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • SPNEGOResult

        public SPNEGOResult​(java.net.URI uri,
                            java.lang.String token)
        Deprecated.
      • SPNEGOResult

        public SPNEGOResult​(java.net.URI uri,
                            HttpHeader header,
                            java.lang.String token)
        Deprecated.
    • Method Detail

      • apply

        public void apply​(Request request)
        Deprecated.
        Description copied from interface: Authentication.Result
        Applies the authentication result to the given request. Typically, a Authorization header is added to the request, with the right information to successfully authenticate at the server.
        Specified by:
        apply in interface Authentication.Result
        Parameters:
        request - the request to authenticate