public abstract class JSONAuthentication extends Authentication
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getAuthenticationId()
The id that is used for the authentication
|
protected abstract String |
getAuthenticationIdKey()
The key that is used for the id (client or user)
|
protected abstract String |
getAuthenticationSecret()
The secret that is used for the authentication
|
protected abstract String |
getAuthenticationSecretKey()
The key that is used for the secret (client or user)
|
String |
getAuthenticationString()
Returns the authentication string for most authentication purposes.
|
getAPIMode, isBasicAuthenticationpublic final String getAuthenticationString()
protected abstract String getAuthenticationIdKey()
protected abstract String getAuthenticationSecretKey()
protected abstract String getAuthenticationId()
protected abstract String getAuthenticationSecret()
Copyright © 2021 Micro Focus. All rights reserved.