public class AuthenticationDataBasic extends Object implements AuthenticationDataProvider
| Constructor and Description |
|---|
AuthenticationDataBasic(String userId,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandData() |
Set<Map.Entry<String,String>> |
getHttpHeaders() |
boolean |
hasDataForHttp() |
boolean |
hasDataFromCommand() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, getHttpAuthType, getTlsCertificates, getTlsKeyStoreParams, getTlsPrivateKey, getTlsTrustStoreStream, hasDataForTlspublic boolean hasDataForHttp()
hasDataForHttp in interface AuthenticationDataProviderpublic Set<Map.Entry<String,String>> getHttpHeaders()
getHttpHeaders in interface AuthenticationDataProviderpublic boolean hasDataFromCommand()
hasDataFromCommand in interface AuthenticationDataProviderpublic String getCommandData()
getCommandData in interface AuthenticationDataProviderCopyright © 2017–2020 Apache Software Foundation. All rights reserved.