| Constructor and Description |
|---|
DataPublisher(String receiverURLSet,
String authURLSet,
String username,
String password)
Creates the DataPublisher instance for a specific user, and the it creates
connection asynchronously to receiver endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractClientPoolFactory.makeObject(Object key) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DataPublisherUtil.getDefaultAuthUrl(String receiverURL)
Deduce the default authentication URL based on the receiver URL passed in.
|
static String |
DataPublisherUtil.getDefaultAuthURLSet(String receiverURLSet)
Deduce the default authentication URL set based on the receiver URL set passed in.
|
static ArrayList<Object[]> |
DataPublisherUtil.getEndpointGroups(String urlSet)
Process and extracts the receiver Groups from the string of URL set pattern passed in.
|
static String[] |
DataPublisherUtil.getProtocolHostPort(String url)
Extracts and return the protocol, host, port elements from the URL.
|
static void |
DataPublisherUtil.validateURLs(ArrayList receiverGroups,
ArrayList authGroups)
Validate whether the receiverGroup and authenticationGroups are matching with pattern.
|
Copyright © 2021 WSO2. All rights reserved.