public interface TenantMgtAdminService
Modifier and Type | Method and Description |
---|---|
void |
activateTenant(String tenantDomain34)
Auto generated method signature
|
String |
addSkeletonTenant(TenantInfoBean tenantInfoBean18)
Auto generated method signature
|
String |
addTenant(TenantInfoBean tenantInfoBean51)
Auto generated method signature
|
void |
deactivateTenant(String tenantDomain37)
Auto generated method signature
|
void |
deleteTenant(String tenantDomain55)
Auto generated method signature
|
TenantInfoBean |
getTenant(String tenantDomain30)
Auto generated method signature
|
PaginatedTenantInfoBean |
retrievePaginatedPartialSearchTenants(String domain40,
int pageNumber41)
Auto generated method signature
|
PaginatedTenantInfoBean |
retrievePaginatedTenants(int pageNumber22)
Auto generated method signature
|
TenantInfoBean[] |
retrievePartialSearchTenants(String domain26)
Auto generated method signature
|
TenantInfoBean[] |
retrieveTenants()
Auto generated method signature
|
void |
startactivateTenant(String tenantDomain34,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddSkeletonTenant(TenantInfoBean tenantInfoBean18,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTenant(TenantInfoBean tenantInfoBean51,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeactivateTenant(String tenantDomain37,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteTenant(String tenantDomain55,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTenant(String tenantDomain30,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrievePaginatedPartialSearchTenants(String domain40,
int pageNumber41,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrievePaginatedTenants(int pageNumber22,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrievePartialSearchTenants(String domain26,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrieveTenants(TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTenant(TenantInfoBean tenantInfoBean48,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTenant(TenantInfoBean tenantInfoBean48)
Auto generated method signature
|
String addSkeletonTenant(TenantInfoBean tenantInfoBean18) throws RemoteException, TenantMgtAdminServiceExceptionException
addSkeletonTenant17
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startaddSkeletonTenant(TenantInfoBean tenantInfoBean18, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
addSkeletonTenant17
- RemoteException
PaginatedTenantInfoBean retrievePaginatedTenants(int pageNumber22) throws RemoteException, TenantMgtAdminServiceExceptionException
retrievePaginatedTenants21
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrievePaginatedTenants(int pageNumber22, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrievePaginatedTenants21
- RemoteException
TenantInfoBean[] retrievePartialSearchTenants(String domain26) throws RemoteException, TenantMgtAdminServiceExceptionException
retrievePartialSearchTenants25
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrievePartialSearchTenants(String domain26, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrievePartialSearchTenants25
- RemoteException
TenantInfoBean getTenant(String tenantDomain30) throws RemoteException, TenantMgtAdminServiceExceptionException
getTenant29
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startgetTenant(String tenantDomain30, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
getTenant29
- RemoteException
void activateTenant(String tenantDomain34) throws RemoteException, TenantMgtAdminServiceExceptionException
activateTenant33
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startactivateTenant(String tenantDomain34, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
activateTenant33
- RemoteException
void deactivateTenant(String tenantDomain37) throws RemoteException, TenantMgtAdminServiceExceptionException
deactivateTenant36
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startdeactivateTenant(String tenantDomain37, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
deactivateTenant36
- RemoteException
PaginatedTenantInfoBean retrievePaginatedPartialSearchTenants(String domain40, int pageNumber41) throws RemoteException, TenantMgtAdminServiceExceptionException
retrievePaginatedPartialSearchTenants39
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrievePaginatedPartialSearchTenants(String domain40, int pageNumber41, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrievePaginatedPartialSearchTenants39
- RemoteException
TenantInfoBean[] retrieveTenants() throws RemoteException, TenantMgtAdminServiceExceptionException
retrieveTenants44
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrieveTenants(TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrieveTenants44
- RemoteException
void updateTenant(TenantInfoBean tenantInfoBean48) throws RemoteException, TenantMgtAdminServiceExceptionException
updateTenant47
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startupdateTenant(TenantInfoBean tenantInfoBean48, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
updateTenant47
- RemoteException
String addTenant(TenantInfoBean tenantInfoBean51) throws RemoteException, TenantMgtAdminServiceExceptionException
addTenant50
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startaddTenant(TenantInfoBean tenantInfoBean51, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
addTenant50
- RemoteException
void deleteTenant(String tenantDomain55) throws RemoteException, TenantMgtAdminServiceExceptionException
deleteTenant54
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startdeleteTenant(String tenantDomain55, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
deleteTenant54
- RemoteException
Copyright © 2020 WSO2. All rights reserved.