FaceAccredit API.
More...
AuthInfo com.dface.api.Accredit.getInfo |
( |
int |
infoType | ) |
|
AuthInfo com.dface.api.Accredit.getRequestInfo |
( |
String |
authCode | ) |
|
int com.dface.api.Accredit.login |
( |
| ) |
|
License tool login
- Returns
- 0:Activated other:Error Code
int com.dface.api.Accredit.logout |
( |
| ) |
|
License tool logout
- Returns
- 0:success, other:Error Code
int com.dface.api.Accredit.remove |
( |
String |
authCode | ) |
|
Remove license
- Parameters
-
- Returns
- 0:success, other:Error Code
AuthInfo com.dface.api.Accredit.revokeOffline |
( |
String |
authCode | ) |
|
int com.dface.api.Accredit.revokeOnline |
( |
String |
authCode | ) |
|
Revoke online
- Parameters
-
- Returns
- 0:success, other:Error Code
int com.dface.api.Accredit.setLocalServer |
( |
String |
hostName, |
|
|
int |
port, |
|
|
int |
timeoutSeconds |
|
) |
| |
Set group authorize server ip:port
- Parameters
-
hostName | ip |
port | port |
timeoutSeconds | timeoutSeconds |
- Returns
- 0:success, other:Error Code
int com.dface.api.Accredit.setProxy |
( |
String |
hostName, |
|
|
int |
port, |
|
|
String |
userId, |
|
|
String |
password |
|
) |
| |
Set proxy server ip:port
- Parameters
-
hostName | ip |
port | port |
userId | proxy user id |
password | proxy password |
- Returns
- 0:success, other:Error Code
int com.dface.api.Accredit.setRootPath |
( |
String |
path | ) |
|
Set activation environment root path
- Parameters
-
- Returns
- 0:success, other:Error Code
int com.dface.api.Accredit.updateOffline |
( |
String |
file | ) |
|
OffLine license authorize
- Parameters
-
- Returns
- 0:success, other:Error Code
int com.dface.api.Accredit.updateOnline |
( |
String |
authCode | ) |
|
Online license authorize
- Parameters
-
- Returns
- 0:success, other:Error Code
The documentation for this class was generated from the following file:
- java/en/com/dface/api/Accredit.java