- API_REGISTRY_BASE_LOCATION - Static variable in class org.wso2.carbon.apimgt.importexport.APIImportExportConstants
-
- APIExportException - Exception in org.wso2.carbon.apimgt.importexport
-
This class is used for handling exceptions occur in API export
- APIExportException(String) - Constructor for exception org.wso2.carbon.apimgt.importexport.APIExportException
-
- APIExportException(String, Throwable) - Constructor for exception org.wso2.carbon.apimgt.importexport.APIExportException
-
- APIExportException(Throwable) - Constructor for exception org.wso2.carbon.apimgt.importexport.APIExportException
-
- APIExportUtil - Class in org.wso2.carbon.apimgt.importexport.utils
-
This is the util class which consists of all the functions for exporting API
- APIImportException - Exception in org.wso2.carbon.apimgt.importexport
-
This is the class to represent APIImportException.
- APIImportException(String) - Constructor for exception org.wso2.carbon.apimgt.importexport.APIImportException
-
- APIImportException(String, Throwable) - Constructor for exception org.wso2.carbon.apimgt.importexport.APIImportException
-
- APIImportExportConstants - Class in org.wso2.carbon.apimgt.importexport
-
This class contains all the constants required for API Import and Export
- APIImportExportConstants() - Constructor for class org.wso2.carbon.apimgt.importexport.APIImportExportConstants
-
- APIImportUtil - Class in org.wso2.carbon.apimgt.importexport.utils
-
This class provides the functions utilized to import an API from an API archive.
- APIImportUtil() - Constructor for class org.wso2.carbon.apimgt.importexport.utils.APIImportUtil
-
- APIM_ADMIN_PERMISSION - Static variable in class org.wso2.carbon.apimgt.importexport.utils.AuthenticatorUtil
-
- APIService - Class in org.wso2.carbon.apimgt.importexport
-
This class provides JAX-RS services for exporting and importing APIs.
- APIService() - Constructor for class org.wso2.carbon.apimgt.importexport.APIService
-
- archiveDirectory(String) - Static method in class org.wso2.carbon.apimgt.importexport.utils.ArchiveGeneratorUtil
-
Archive a provided source directory to a zipped file
- ArchiveGeneratorUtil - Class in org.wso2.carbon.apimgt.importexport.utils
-
This class is used to generate zipped archive files
- AuthenticatorUtil - Class in org.wso2.carbon.apimgt.importexport.utils
-
This class provides authentication facility for importing and exporting APIs
Basic authentication is used for this purpose
Users with admin roles are only eligible for accessing those JAX-RS services
- authorizeUser(HttpHeaders) - Static method in class org.wso2.carbon.apimgt.importexport.utils.AuthenticatorUtil
-
Checks whether received credentials for accessing API is authorized for exporting and
importing APIs