@Deprecated public class Authorization extends Object
CustomerKeyAuthentication
instead.Constructor | Description |
---|---|
Authorization(String privateKey,
String user) |
Deprecated.
Please use
CustomerKeyAuthentication instead. |
Modifier and Type | Method | Description |
---|---|---|
String |
getCustomerKey() |
Deprecated.
|
String |
getToken() |
Deprecated.
|
static boolean |
isValidToken(String token,
String privateKey,
String customerKey) |
Deprecated.
|
@Deprecated public Authorization(String privateKey, String user)
CustomerKeyAuthentication
instead.privateKey
- A private key that is unique for this site. This key is provided by Apptus.user
- The user name, or other user specific value, of the customer that logged in.Copyright © 2020 Apptus Technologies AB. All rights reserved.