public class CAppMgtHandlerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static CAppMgtServiceStub |
getCAppMgtHttpsClient(String serverUrl,
String username,
String password)
Returns an HTTPS client for communicating with the MI server with basic auth.
|
static CAppMgtServiceStub |
getCAppMgtHttpsClient2(String serverUrl,
String accessToken)
Returns an HTTPS client for communicating with the MI server with JWT and form encoder to handle multipart data.
|
static CAppMgtServiceStub |
getCAppMgtHttpsClient3(String serverUrl,
String accessToken)
Returns an HTTPS client for communicating with the MI server with JWT token.
|
public static CAppMgtServiceStub getCAppMgtHttpsClient(String serverUrl, String username, String password)
serverUrl - HTTPS URL of the MI server.username - Username.password - Password.public static CAppMgtServiceStub getCAppMgtHttpsClient2(String serverUrl, String accessToken)
serverUrl - HTTPS URL of the MI server.accessToken - access token.public static CAppMgtServiceStub getCAppMgtHttpsClient3(String serverUrl, String accessToken)
serverUrl - HTTPS URL of the MI server.accessToken - access token.Copyright © 2024 WSO2. All rights reserved.