public interface RepositoryInformationService
Modifier and Type | Method and Description |
---|---|
RepositoryCredentials |
getRepositoryCredentials(int tenantId4,
String cartridgeType5,
String alias6)
Auto generated method signature
|
String |
getRepositoryUrl(int tenantId10,
String cartridgeType11)
Auto generated method signature
|
void |
startgetRepositoryCredentials(int tenantId4,
String cartridgeType5,
String alias6,
RepositoryInformationServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetRepositoryUrl(int tenantId10,
String cartridgeType11,
RepositoryInformationServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
RepositoryCredentials getRepositoryCredentials(int tenantId4, String cartridgeType5, String alias6) throws RemoteException, RepositoryInformationServiceException
getRepositoryCredentials3
- RepositoryInformationServiceException
- :RemoteException
void startgetRepositoryCredentials(int tenantId4, String cartridgeType5, String alias6, RepositoryInformationServiceCallbackHandler callback) throws RemoteException
getRepositoryCredentials3
- RemoteException
String getRepositoryUrl(int tenantId10, String cartridgeType11) throws RemoteException, RepositoryInformationServiceException
getRepositoryUrl9
- RepositoryInformationServiceException
- :RemoteException
void startgetRepositoryUrl(int tenantId10, String cartridgeType11, RepositoryInformationServiceCallbackHandler callback) throws RemoteException
getRepositoryUrl9
- RemoteException
Copyright © 2021 WSO2. All rights reserved.