Interface Authentication.Result
- All Known Implementing Classes:
 BasicAuthentication.BasicResult, SPNEGOAuthentication.SPNEGOResult
- Enclosing interface:
 Authentication
public static interface Authentication.Result
- 
Method Summary
 
- 
Method Details
- 
getURI
URI getURI()- Returns:
 - the URI of the request that has been used to generate this 
Authentication.Result 
 - 
apply
Applies the authentication result to the given request. Typically, aAuthorizationheader is added to the request, with the right information to successfully authenticate at the server.- Parameters:
 request- the request to authenticate
 
 -