public class SimpleBasicAuthentication extends BasicAuthentication
| Constructor and Description |
|---|
SimpleBasicAuthentication(String userName,
String password) |
SimpleBasicAuthentication(String userName,
String password,
APIMode apiMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationId()
The id that is used for the authentication
|
String |
getAuthenticationSecret()
The secret that is used for the authentication
|
getAPIMode, isBasicAuthenticationpublic SimpleBasicAuthentication(String userName, String password, APIMode apiMode)
userName - The userpassword - The passwordapiMode - API Mode - can be nullablepublic String getAuthenticationId()
BasicAuthenticationgetAuthenticationId in class BasicAuthenticationpublic String getAuthenticationSecret()
BasicAuthenticationgetAuthenticationSecret in class BasicAuthenticationCopyright © 2021 Micro Focus. All rights reserved.