public interface ICredentials
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(org.apache.http.HttpRequest req)
Sets the Authorization header for the given request.
|
String |
getLogonName()
Gets the logon name representing these credentials.
|
void authenticate(org.apache.http.HttpRequest req)
req - HTTP request to authenticateString getLogonName()
Copyright © 2014. All Rights Reserved.