Class SPNEGOAuthentication.SPNEGOResult
java.lang.Object
org.eclipse.jetty.client.SPNEGOAuthentication.SPNEGOResult
- All Implemented Interfaces:
 Authentication.Result
- Enclosing class:
 SPNEGOAuthentication
public static class SPNEGOAuthentication.SPNEGOResult
extends Object
implements Authentication.Result
- 
Constructor Summary
ConstructorsConstructorDescriptionSPNEGOResult(URI uri, String token) SPNEGOResult(URI uri, HttpHeader header, String token)  - 
Method Summary
 
- 
Constructor Details
- 
SPNEGOResult
 - 
SPNEGOResult
 
 - 
 - 
Method Details
- 
getURI
- Specified by:
 getURIin interfaceAuthentication.Result- Returns:
 - the URI of the request that has been used to generate this 
Authentication.Result 
 - 
apply
Description copied from interface:Authentication.ResultApplies the authentication result to the given request. Typically, aAuthorizationheader is added to the request, with the right information to successfully authenticate at the server.- Specified by:
 applyin interfaceAuthentication.Result- Parameters:
 request- the request to authenticate
 
 -