public static class SPNEGOAuthentication.SPNEGOResult extends Object implements Authentication.Result
| Constructor and Description |
|---|
SPNEGOResult(URI uri,
HttpHeader header,
String token) |
SPNEGOResult(URI uri,
String token) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Request request)
Applies the authentication result to the given request.
|
URI |
getURI() |
public SPNEGOResult(URI uri, HttpHeader header, String token)
public 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 © 2010 - 2020 Adobe. All Rights Reserved