public static class SPNEGOAuthentication.SPNEGOResult extends java.lang.Object implements Authentication.Result
| Constructor and Description |
|---|
SPNEGOResult(java.net.URI uri,
HttpHeader header,
java.lang.String token) |
SPNEGOResult(java.net.URI uri,
java.lang.String token) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Request request)
Applies the authentication result to the given request.
|
java.net.URI |
getURI() |
public SPNEGOResult(java.net.URI uri,
java.lang.String token)
public SPNEGOResult(java.net.URI uri,
HttpHeader header,
java.lang.String token)
public java.net.URI getURI()
getURI in interface Authentication.ResultResultpublic void apply(Request request)
Authentication.ResultAuthorization header is added to the request, with the right information to
successfully authenticate at the server.apply in interface Authentication.Resultrequest - the request to authenticateCopyright © 1995–2023 Webtide. All rights reserved.