public class RestAPIAdminImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
ApiClient |
apiAdminClient |
static String |
appName |
static String |
appOwner |
static String |
callBackURL |
static String |
grantType |
static String |
password |
String |
tenantDomain |
static String |
tokenScope |
static String |
username |
| Constructor and Description |
|---|
RestAPIAdminImpl(String username,
String password,
String tenantDomain,
String adminURl) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<KeyManagerDTO> |
addKeyManager(KeyManagerDTO keyManagerDTO) |
void |
deleteKeyManager(String uuid) |
KeyManagerDTO |
getKeyManager(String uuid) |
KeyManagerListDTO |
getKeyManagers() |
SettingsDTO |
getSettings() |
KeyManagerDTO |
updateKeyManager(String uuid,
KeyManagerDTO keyManagerDTO) |
public ApiClient apiAdminClient
public static final String appName
public static final String callBackURL
public static final String tokenScope
public static final String appOwner
public static final String grantType
public static final String username
public static final String password
public String tenantDomain
public ApiResponse<KeyManagerDTO> addKeyManager(KeyManagerDTO keyManagerDTO) throws ApiException
ApiExceptionpublic KeyManagerListDTO getKeyManagers() throws ApiException
ApiExceptionpublic KeyManagerDTO getKeyManager(String uuid) throws ApiException
ApiExceptionpublic KeyManagerDTO updateKeyManager(String uuid, KeyManagerDTO keyManagerDTO) throws ApiException
ApiExceptionpublic void deleteKeyManager(String uuid) throws ApiException
ApiExceptionpublic SettingsDTO getSettings() throws ApiException
ApiExceptionCopyright © 2020 WSO2 Inc. All rights reserved.