public class SimpleClientAuthentication extends JSONAuthentication
| Constructor and Description |
|---|
SimpleClientAuthentication(String clientId,
String clientSecret) |
SimpleClientAuthentication(String clientId,
String clientSecret,
APIMode apiMode) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAuthenticationId()
The id that is used for the authentication
|
protected String |
getAuthenticationIdKey()
The key that is used for the id (client or user)
|
protected String |
getAuthenticationSecret()
The secret that is used for the authentication
|
protected String |
getAuthenticationSecretKey()
The key that is used for the secret (client or user)
|
getAuthenticationStringgetAPIMode, isBasicAuthenticationpublic SimpleClientAuthentication(String clientId, String clientSecret, APIMode apiMode)
protected String getAuthenticationId()
JSONAuthenticationgetAuthenticationId in class JSONAuthenticationprotected String getAuthenticationSecret()
JSONAuthenticationgetAuthenticationSecret in class JSONAuthenticationprotected final String getAuthenticationIdKey()
JSONAuthenticationgetAuthenticationIdKey in class JSONAuthenticationprotected final String getAuthenticationSecretKey()
JSONAuthenticationgetAuthenticationSecretKey in class JSONAuthenticationCopyright © 2021 Micro Focus. All rights reserved.