Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

A

ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ACCESS_CONTROL_ALLOW_ORIGINS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ACCESS_TOKEN - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
addAllUrl(Iterable<String>) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
addDefaultAuthProviders(List<String>) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
 
addDependencies(BallerinaService) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
Add dependencies defined in api to ballerina toml file.
addEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
Add endpoint Urls.
addLibs(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
Add platform libraries of ballerina toml file.
addMessage(String) - Method in exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
 
addMethodNotFoundPath(OpenAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
Add the /* service path resource for the existing API if it is currently not available when the apiFaultResponses is enabled.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
ADDRESS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
addUrl(String) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
addUrlBytes(ByteString) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
AdvanceEndpointConfigDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
This DTO holds the data related to endpoint timeout, retries and circuit breaking capabilities.
AdvanceEndpointConfigDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
AESCipherTool - Class in org.wso2.apimgt.gateway.cli.cipher
This tools is used to encrypt and decrypt data using AES Algorithm CBC mode and PKCS #5 padding.
AESCipherTool(String) - Constructor for class org.wso2.apimgt.gateway.cli.cipher.AESCipherTool
Create an AESCipherTool instance by passing in a user secret string.
AESCipherTool(Path) - Constructor for class org.wso2.apimgt.gateway.cli.cipher.AESCipherTool
Create an AESCipherTool instance by passing in the path of a file containing the user secret.
AESCipherToolException - Exception in org.wso2.apimgt.gateway.cli.cipher
Signals that some error has occurred related to AESCipherTool.
AESCipherToolException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.cipher.AESCipherToolException
 
AESCipherToolException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.cipher.AESCipherToolException
 
AIX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
ALL_SERVICES_REGEX_PATH - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
API - Static variable in class org.wso2.apimgt.gateway.cli.constants.HashingConstants
 
API_GET_BY_NAME_VERSION_URI - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
API_ID_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
API_NAME_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
API_NOT_FOUND_SERVICE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
API_OPEN_API_GET_URI - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
API_OPENAPI_YAML - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
API_OWNER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
API_SWAGGER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
APIBusinessInformationDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data holder/mapper class for business info in WSO2 APIM APIs.
APIBusinessInformationDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
APICorsConfigurationDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
CORS configuration for the APIDetailedDTO.
APICorsConfigurationDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
APIDetailedDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Implementation of APIInfoDTO with extended set of attributes.
APIDetailedDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
APIDetailedDTO.AccessControlEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest
WSO2 APIM access control level.
APIDetailedDTO.SubscriptionAvailabilityEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest
Subscription availability in WSO2 APIM.
APIDetailedDTO.TypeEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest
API Type.
APIDetailedDTO.VisibilityEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest
API Visibility level.
APIEndpointSecurityDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Defines different types of Endpoint security.
APIEndpointSecurityDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
APIEndpointSecurityDTO.TypeEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest
WSO2 APIM supported endpoint security types.
APIInfoDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Base definition of an API.
APIInfoDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
APIKey - Class in org.wso2.apimgt.gateway.cli.model.config
Definition of APIKey passed in to mustache templates.
APIKey(SecurityScheme.In, String) - Constructor for class org.wso2.apimgt.gateway.cli.model.config.APIKey
 
APIKEY_VALUE - Static variable in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
APIKEY = 4;
APIListDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data holder for ExtendedAPI type API list definition.
APIListDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
APIListPaginationDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Defines pagination parameters in a REST API request.
APIListPaginationDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
APIM_THROTTLING_TIER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
APIMaxTpsDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data holder for WSO2 APIM hard throttling limits.
APIMaxTpsDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
 
APIMetadataDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data holder/mapper for API Metadata of WSO2 APIM APIs.
APIMetadataDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
 
APIS_GET_URI - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
APP_LEVEL_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
appendMessagesToConsole(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
APPLICATION_CALLBACK_URL - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
APPLICATION_INIT_FUNC_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
APPLICATION_KEY - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
APPLICATION_LEVEL_SECURITY - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
APPLICATION_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
APPLICATION_POLICY_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
APPLICATION_SECURITY - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
APPLICATION_SECURITY_TYPES - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
APPLICATION_TIER_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
ApplicationSecurity - Class in org.wso2.apimgt.gateway.cli.model.config
Application security.
ApplicationSecurity() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.ApplicationSecurity
 
ApplicationThrottlePolicyDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM application throttle policy.
ApplicationThrottlePolicyDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyDTO
 
ApplicationThrottlePolicyListDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
ApplicationThrottlePolicyListDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
 
AUTH_TYPE_NONE - Static variable in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
AUTHORIZATION - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
AUTHORIZATION - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
AUTHORIZATION_HEADER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 

B

BALLERINA_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
BALLERINA_TOML_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
BALLERINA_TOML_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
BallerinaInterceptor - Class in org.wso2.apimgt.gateway.cli.model.template.service
Data holder for a MGW Interceptor.
BallerinaInterceptor(String) - Constructor for class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
BallerinaInterceptor.Type - Enum in org.wso2.apimgt.gateway.cli.model.template.service
Interceptor types.
BallerinaLibrary - Class in org.wso2.apimgt.gateway.cli.model.template
Mustache data holder for Ballerina platform library.
BallerinaLibrary() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
 
BallerinaOpenAPIObject<C,D> - Interface in org.wso2.apimgt.gateway.cli.model.template.service
Contract interface for creating a ballerina wrapper from a swagger parser object model.
BallerinaOperation - Class in org.wso2.apimgt.gateway.cli.model.template.service
Wraps the Operation from swagger models to provide iterable child models.
BallerinaOperation() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
BallerinaParameter - Class in org.wso2.apimgt.gateway.cli.model.template.service
Wraps the Parameter from swagger models for easier templating.
BallerinaParameter() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
BallerinaPath - Class in org.wso2.apimgt.gateway.cli.model.template.service
Wraps the PathItem from swagger models to provide an iterable object model for operations.
BallerinaPath() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
BallerinaService - Class in org.wso2.apimgt.gateway.cli.model.template.service
Wrapper for OpenAPI.
BallerinaService() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
BallerinaServiceGenException - Exception in org.wso2.apimgt.gateway.cli.exception
Exception type definition for OpenAPI to BalOpenAPI parsing related errors.
BallerinaServiceGenException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.BallerinaServiceGenException
 
BallerinaServiceGenException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.BallerinaServiceGenException
 
BallerinaToml - Class in org.wso2.apimgt.gateway.cli.model.template
Mustache data holder for Ballerina.toml file.
BallerinaToml() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
BandwidthLimitDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM bandwidth limits.
BandwidthLimitDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
 
BASE_16 - Static variable in class org.wso2.apimgt.gateway.cli.constants.HashingConstants
 
BASE_PATH_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
BASE_URL_TAG - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
BASEPATH - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
BASIC - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
BASIC_VALUE - Static variable in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
BASIC = 1;
BEARER - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
BUILD - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
build() - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
build() - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
build() - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
build() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
build() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ProtocCommandBuilder
Build the command to generate descriptor by compiling the protobuf file using protoc.exe.
buildAppContext(List<ApplicationThrottlePolicyDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
 
BuildCmd - Class in org.wso2.apimgt.gateway.cli.cmd
This class represents the "build" command and it holds arguments and flags specified by the user.
BuildCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.BuildCmd
 
buildContext(ThrottlePolicyMapper, GeneratorConstants.PolicyType) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
buildContext(ApplicationThrottlePolicyDTO) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
buildContext(SubscriptionThrottlePolicyDTO) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
buildContext(D) - Method in interface org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOpenAPIObject
Build the Ballerina context model C for Open APIDetailedDTO definition/component in D.
buildContext(D, ExtendedAPI) - Method in interface org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOpenAPIObject
Build the Ballerina context model C for Open APIDetailedDTO definition/component in D.
buildContext(Operation, ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
buildContext(Operation) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
buildContext(Parameter) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
buildContext(Parameter, ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
buildContext(PathItem, ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
buildContext(PathItem) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
buildContext(PathItem, ExtendedAPI, Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
buildContext(OpenAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
Build a BallerinaService object from a OpenAPI object.
buildContext(OpenAPI, ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
buildContext() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.ListenerEndpoint
 
buildContextForNotAllowed(ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
This method is used to generate a dummy service for 405 responses.
buildContextForNotFound(ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
This method is used to generate a dummy service for 404 responses.
buildContextForNotFound(ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
buildPartial() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
buildPolicyContext(List<ThrottlePolicyMapper>, GeneratorConstants.PolicyType) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
 
buildSubsContext(List<SubscriptionThrottlePolicyDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
 

C

CACERTS_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CACHE_ENABLED - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
CACHE_TIMEOUT - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
CALLBACK_URL - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
CERTIFICATE_ALIAS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CERTIFICATE_TIER - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CHARSET_UTF8 - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CircuitBreakerConfigDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
This DTO holds the data related for the circuit breaking.
CircuitBreakerConfigDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
clear() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
clearType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
.wso2.EndpointType type = 2;
clearUrl() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
CLI_BIN - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_BIR_CACHE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_BRE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_CONF - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_DEPENDENCIES - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_GATEWAY - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_HOME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_LIB - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_PLATFORM - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CLI_VALIDATION_DEPENDENCIES - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
CliCommands - Class in org.wso2.apimgt.gateway.cli.cmd
Constants for gateway toolkit commands.
CliCommands() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
CLICompileTimeException - Exception in org.wso2.apimgt.gateway.cli.exception
Exception type definition for openAPI parsing related errors.
CLICompileTimeException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
Creates a CLICompileTimeException using error message.
CLICompileTimeException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
CLICompileTimeException(String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
CLICompileTimeException(String, String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
CLICompileTimeException(String, String, int, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
CliConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants used by toolkit CLI.
CliConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
Client - Class in org.wso2.apimgt.gateway.cli.model.config
HTTP Client configurations for toolkit.
Client() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Client
 
CLIENT_ID - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
CLIENT_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
CLIENT_SECRET - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
ClientCertificatesDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data holder/mapper for list of ClientCertMetadataDTO.
ClientCertificatesDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
ClientCertMetadataDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
This class represents the certificate information DTO.
ClientCertMetadataDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
CLIInternalException - Exception in org.wso2.apimgt.gateway.cli.exception
Exception class to throw when runtime exception happen and to exit the system.
CLIInternalException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
 
CLIInternalException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
 
CLIInternalException(String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
 
CliLauncherException - Exception in org.wso2.apimgt.gateway.cli.exception
Thrown to indicate that an exception occurred in gateway cli program launcher.
CliLauncherException() - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
 
CliLauncherException(RuntimeException) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
 
CLILogConfigReader - Class in org.wso2.apimgt.gateway.cli.logging
A class for feeding the logging configurations to CLILogManager.
CLILogConfigReader() - Constructor for class org.wso2.apimgt.gateway.cli.logging.CLILogConfigReader
 
CLILogManager - Class in org.wso2.apimgt.gateway.cli.logging
Java util logging manager for micro-gw CLI which overrides the readConfiguration method to replace placeholders having system or environment variables.
CLILogManager() - Constructor for class org.wso2.apimgt.gateway.cli.logging.CLILogManager
 
CLIRuntimeException - Exception in org.wso2.apimgt.gateway.cli.exception
Exception class to throw when runtime exception happen and to exit the system.
CLIRuntimeException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
CLIRuntimeException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
CLIRuntimeException(String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
CLIRuntimeException(String, String, int) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
CLIRuntimeException(String, String, int, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
CLIZipException - Exception in org.wso2.apimgt.gateway.cli.exception
Thrown to indicate that an exception occurred while zipping operations in the cli.
CLIZipException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.CLIZipException
Creates a CLIZipException using error message and a throwable.
clone() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
CmdUtils - Class in org.wso2.apimgt.gateway.cli.utils
Utility functions providing tasks related to MGW toolkit.
CodeGen - Class in org.wso2.apimgt.gateway.cli.model.config
Code generation configurations for toolkit.
CodeGen() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.CodeGen
 
CodeGenerationContext - Class in org.wso2.apimgt.gateway.cli.codegen
Used by k8s helper classes to derive conde generator's context.
CodeGenerationContext() - Constructor for class org.wso2.apimgt.gateway.cli.codegen.CodeGenerationContext
 
CodeGenerator - Class in org.wso2.apimgt.gateway.cli.codegen
This class generates Ballerina Services/Clients for a provided OAS definition.
CodeGenerator() - Constructor for class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
 
CodegenUtils - Class in org.wso2.apimgt.gateway.cli.utils
Utilities used by ballerina code generator.
compileTemplate(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
Compile given template.
Config - Class in org.wso2.apimgt.gateway.cli.model.config
Configuration data holder.
Config() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Config
 
CONFIG_ADMIN_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CONFIG_DCR_VERSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CONFIG_PUBLISHER_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CONFIG_REGISTRATION_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CONFIG_REST_VERSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
CONFIG_TOKEN_ENDPOINT - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
ConfigParserException - Exception in org.wso2.apimgt.gateway.cli.exception
Exception type definition for config parsing related errors.
ConfigParserException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.ConfigParserException
 
ConfigParserException(String) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.ConfigParserException
 
ContainerConfig - Class in org.wso2.apimgt.gateway.cli.model.config
Configuration dto object for project level configurations and containerized deployment.
ContainerConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
CONTENT_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
CONTENT_TYPE_APPLICATION_JSON - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
CONTENT_TYPE_APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
convertYamlToJson(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
 
copyAndReplaceFolder(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
This function deletes the existing destination folder and recursively copy all the sub folder and files from source to destination file paths.
CopyFile - Class in org.wso2.apimgt.gateway.cli.model.config
Definition of ballerina CopyFile annotation.
CopyFile() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
CopyFileConfig - Class in org.wso2.apimgt.gateway.cli.model.config
Configuration holder for ballerina CopyFile annotation.
CopyFileConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
 
copyFilesToSources(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Copy files to resources directory.
copyFolder(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
This function recursively copy all the sub folder and files from source to destination file paths.
CORS - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
createDeploymentConfig(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Create initial deployment configuration file.
createDirectory(String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Creates a new folder if not exists.
createFile(String, String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Create new file in a given location.
createProjectStructure(String, String, String, String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Create a project structure for a particular project name.
createUsageException(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Create usage exception.
CustomAttributeDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM custom API attribute.
CustomAttributeDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
 

D

DCR_VERSION_TAG - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
DCRRequest - Class in org.wso2.apimgt.gateway.cli.model.oauth
Dynamic Client Registration request definition.
DCRRequest() - Constructor for class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
DCRRequestBuilder - Class in org.wso2.apimgt.gateway.cli.oauth.builder
Builds a new request to communicate with DCR endpoint.
DCRRequestBuilder() - Constructor for class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
decrypt(String) - Method in class org.wso2.apimgt.gateway.cli.cipher.AESCipherTool
This method is used to decrypt a given encrypted and base64 encoded value.
decrypt(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Decrypt given value with provided secret.
DEFAULT - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
DEFAULT_API_KEY_HEADER_QUERY - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
DEFAULT_CACERTS_PASS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
DEFAULT_DEPLOYMENT_CONFIG_FILE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
DEFAULT_DOCKER_BASE_IMAGE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
DEFAULT_HOST - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
DEFAULT_KEYSTORE_PASS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
DEFAULT_KEYSTORE_PATH - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
DEFAULT_TEMPLATE_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
DEFAULT_TRUSTSTORE_PASS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
DEFAULT_TRUSTSTORE_PATH - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
DEFAULT_VALUE - Static variable in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
DEFAULT = 0;
DEFAULT_VERSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
DEFAULT_VERSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.ProtoToOpenAPIConstants
 
DefaultLogFormatter - Class in org.wso2.apimgt.gateway.cli.logging.formatters
A custom log formatter for formatting log file of the CLI.
DefaultLogFormatter() - Constructor for class org.wso2.apimgt.gateway.cli.logging.formatters.DefaultLogFormatter
 
deleteProject(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Delete project folder.
DEPLOYMENT_CONFIG_FILE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
detectChanges(List<ExtendedAPI>, List<SubscriptionThrottlePolicyDTO>, List<ApplicationThrottlePolicyDTO>, String) - Static method in class org.wso2.apimgt.gateway.cli.hashing.HashUtils
Generate hashes for the specified apis, subscription and application policies, then compare with the previously generated hashes and detect if there are changes with them.
DISABLE_SECURITY - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
DISABLED - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
Docker - Class in org.wso2.apimgt.gateway.cli.model.config
Docker deployment descriptor.
Docker() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Docker
 
DockerConfig - Class in org.wso2.apimgt.gateway.cli.model.config
Docker configurations required to build proper docker based ballerina service.
DockerConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
DOT - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
downloadFile(URL, File) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ProtocCommandBuilder
Download file in the url to the destination file.

E

ENABLED - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
encrypt(String) - Method in class org.wso2.apimgt.gateway.cli.cipher.AESCipherTool
This method is used to encrypt and base64 encode a plain value.
encrypt(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Encrypt given value with provided secret.
ENDPOINT_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
EndpointListRouteDTO - Class in org.wso2.apimgt.gateway.cli.model.route
This class hold the available endpoints and securityConfig details (in the routes.yaml).
EndpointListRouteDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
EndpointRetryDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
This DTO holds the data related to endpoint retries in case of a failure scenario.
EndpointRetryDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
ENDPOINTS - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
ENDPOINTS_REFERENCE - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
EndpointType - Enum in org.wso2.apimgt.gateway.cli.model.route
Enum defining type of endpoints supported.
EndpointUrlTypeEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest
Enum to represent endpoint URL types (Production, Sandbox).
ENV - Static variable in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
 
equals(Object) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
execute() - Method in class org.wso2.apimgt.gateway.cli.cmd.BuildCmd
 
execute() - Method in class org.wso2.apimgt.gateway.cli.cmd.HelpCmd
 
execute() - Method in class org.wso2.apimgt.gateway.cli.cmd.ImportCmd
 
execute() - Method in class org.wso2.apimgt.gateway.cli.cmd.InitCmd
 
execute() - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
 
execute() - Method in class org.wso2.apimgt.gateway.cli.cmd.ResetCmd
 
execute() - Method in class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
 
EXPAND_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ExtendedAPI - Class in org.wso2.apimgt.gateway.cli.model.rest.ext
Data mapper object defining a MGW API using OpenApi definition.
ExtendedAPI() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
EXTENSION_BAL - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
EXTENSION_JAR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
EXTENSION_ZIP - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
ExtensionHolder - Class in org.wso2.apimgt.gateway.cli.protobuf
 
ExtensionHolder.Endpoints - Class in org.wso2.apimgt.gateway.cli.protobuf
to define endpoints
ExtensionHolder.Endpoints.Builder - Class in org.wso2.apimgt.gateway.cli.protobuf
to define endpoints
ExtensionHolder.EndpointsOrBuilder - Interface in org.wso2.apimgt.gateway.cli.protobuf
 
ExtensionHolder.EndpointType - Enum in org.wso2.apimgt.gateway.cli.protobuf
Protobuf enum wso2.EndpointType
ExtensionHolder.Security - Enum in org.wso2.apimgt.gateway.cli.protobuf
Protobuf enum wso2.Security
extractPlatformAndRuntime() - Static method in class org.wso2.apimgt.gateway.cli.utils.ToolkitLibExtractionUtils
Extracts the platform and runtime and copy related jars and balos to extracted runtime and platform.

F

FAILOVER - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
FAULT_RESPONSES - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
Filter - Class in org.wso2.apimgt.gateway.cli.model.config
Configuration data holder.
Filter() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Filter
 
findSwaggerVersion(String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Discover the openAPI version of the given API definition.
format(LogRecord) - Method in class org.wso2.apimgt.gateway.cli.logging.formatters.DefaultLogFormatter
 
format(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Formats a message based on the type of OS.
forNumber(int) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
forNumber(int) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
FREEBSD - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 

G

GEN_GRPC_SRC_DESC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GEN_GRPC_SRC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GEN_GRPC_SRC_OPENAPI_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GEN_POLICIES_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GEN_SRC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
generate(String, boolean) - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
Generates ballerina source for provided Open APIDetailedDTO Definition in definitionPath.
generate(String, List<ApplicationThrottlePolicyDTO>, List<SubscriptionThrottlePolicyDTO>) - Method in class org.wso2.apimgt.gateway.cli.codegen.ThrottlePolicyGenerator
 
generate(String, String) - Method in class org.wso2.apimgt.gateway.cli.codegen.ThrottlePolicyGenerator
Generate ballerina and stream source for a given app and subs policies.
generateAccessToken(String, String, char[], String, String, boolean) - Method in interface org.wso2.apimgt.gateway.cli.oauth.OAuthService
Generate access token using password grant.
generateAccessToken(String, String, char[], String, String, boolean) - Method in class org.wso2.apimgt.gateway.cli.oauth.OAuthServiceImpl
 
generateAPIFromOpenAPIDef(OpenAPI, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
generate ExtendedAPI object from openAPI definition.
generateAPIId(String, String) - Static method in class org.wso2.apimgt.gateway.cli.hashing.HashUtils
Get the MD5 hash for an API.
generateAPIKeysFromSecurity(List<SecurityRequirement>, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Provide api keys for a given security requirement list.
generateClientIdAndSecret(String, String, char[], boolean) - Method in interface org.wso2.apimgt.gateway.cli.oauth.OAuthService
Generate OAuth application via DCR.
generateClientIdAndSecret(String, String, char[], boolean) - Method in class org.wso2.apimgt.gateway.cli.oauth.OAuthServiceImpl
 
generateGrpc(String, String, boolean) - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
Generates ballerina source for provided Open APIDetailedDTO Definition in definitionPath.
generateGrpcAPIFromOpenAPI(OpenAPI) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Generate ExtendedAPI object from generated OpenAPI from protobuf file.
generateOpenAPI(String, String) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ProtobufParser
Generate OpenAPI from protobuf.
generateResourceId(String, String, String, String) - Static method in class org.wso2.apimgt.gateway.cli.hashing.HashUtils
Get the MD5 hash for the given specific resource of an API.
GeneratorConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants for swagger code generator.
GeneratorConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
GeneratorConstants.PolicyType - Enum in org.wso2.apimgt.gateway.cli.constants
Enum defining the available types of throttle policies.
GenSrcFile - Class in org.wso2.apimgt.gateway.cli.model.template
Model class to hold generated source file information.
GenSrcFile(GenSrcFile.GenFileType, String, String) - Constructor for class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
GenSrcFile.GenFileType - Enum in org.wso2.apimgt.gateway.cli.model.template
Type specifier for generated source files.
GET - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
getAccessControl() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Is the API is restricted to certain set of publishers or creators or is it visible to all the\npublishers and creators.
getAccessControlAllowCredentials() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
getAccessControlAllowHeaders() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
getAccessControlAllowMethods() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
getAccessControlAllowOrigins() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
getAccessControlExposeHeaders() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
getAccessControlRoles() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The user roles that are able to view/modify as APIDetailedDTO publisher or creator.
getAccessMode() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
getActiveDeadlineSeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getAdditionalProperties() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Map of custom properties of APIDetailedDTO.
getAdminEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
getAdvanceEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
getAlias() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
getAllMethods() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getAllowEmptyValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getAnnotations() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getAnnotations() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getApi() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getAPI(String, String, String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
Gets the API specified by name and version.
getAPI(String, String, String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
 
getApiDefinition() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Swagger definition of the APIDetailedDTO which contains details about URI templates and scopes.
getAPIDefinitionPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /api-definition of a given project the current working directory.
getApiFaultResponses() - Method in class org.wso2.apimgt.gateway.cli.model.config.CodeGen
 
getApiId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
getApiLevelPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The policy selected for the particular APIDetailedDTO.
getAPIs(String, String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
Get APIs of given label.
getAPIs(String, String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
 
getApiSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Type of API security, the current API secured with.
getApiSwagger() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getApplicationPolicies() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
getApplicationPolicies(String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
Get list of application.
getApplicationPolicies(String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
 
getApplicationSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
getAuthorizationHeader() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
* The authorization header of the API.
getAuthProviders(String, ApplicationSecurity) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Get auth providers for given schema.
getBackOffFactor() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
getBackoffLimit() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getBallerinaConf() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
getBaseImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getBaseImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getBaseImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getBasepath() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getBaseURL() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getBillingPlan() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
define whether this is Paid or a Free plan.
getBucketSizeInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
getBuildImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getBuildImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getBuildImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getBusinessInformation() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getBusinessOwner() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
getBusinessOwnerEmail() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
getCacertsLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get cacerts location.
getCacertsPassword() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get cacerts password.
getCacheTimeout() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getCallbackUrl() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
getCertificateDetails() - Method in class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
 
getCertificates() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
getCircuitBreaker() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
getClient() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
getClientCertificates() - Method in class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
 
getClientCertificates(String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
Get list of client certificates.
getClientCertificates(String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
 
getClientId() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getClientKey() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
getClientName() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
getClientSecret() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getClientSecret() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
getCLIHome() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get cli home location.
getCLILibPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get cli library location.
getCLILogLevel(Level) - Static method in class org.wso2.apimgt.gateway.cli.logging.LogLevelMapper
 
getCmd() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getCmd() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getCodeGen() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
getCodeGenerationContext() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
getCommandUsageInfo(String) - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
 
getConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.ListenerEndpoint
 
getConfig() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
getConfigMaps() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
getContainerConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getContainerConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.ListenerEndpoint
 
getContainerConfig() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
getContent() - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
getContext() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
A string that represents the context of the user's request.
getCopyFiles() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getCorsConfiguration() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
getCorsConfiguration() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getCorsConfigurationDTO() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
 
getCorsConfigurationEnabled() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
Number of APIs returned.
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
Number of Application Throttling Policies returned.
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
Number of Subscription Throttling Policies returned.
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
getCount() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getCpuPrecentage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
getCustomAttributes() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
Custom attributes added to the Subscription Throttling Policy.
getData() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
getData() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
getDataAmount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
Amount of data allowed to be transfered.
getDataUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
Unit of data allowed to be transfered.
getDcrVersion() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getDebugPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getDefaultCorsConfig() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
getDefaultInstance() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
getDefaultInstanceForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
getDefaultInstanceForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
getDefaultLimit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyDTO
 
getDefaultLimit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
getDefaultValue() - Method in interface org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOpenAPIObject
Retrieve the default value for this type.
getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
getDefaultValue() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getDefinitionsLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get filters folder location.
getDependencies() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
getDeploymentConfigLocation(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns location of the deployment configuration file of given project.
getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
A brief description about the APIDetailedDTO.
getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
 
getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
Description of the policy.
getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getDescription() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
getDescriptor() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
getDescriptor() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
getDescriptor() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
getDescriptorForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
getDescriptorForType() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
getDescriptorForType() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
getDestinationStatsEnabled() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getDetectedClassifier() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.OSDetector
 
getDisplayName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
Display name of the policy.
getDocker() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
getDockerCertPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getDockerCertPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getDockerCertPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getDockerConfig() - Method in class org.wso2.apimgt.gateway.cli.model.config.Docker
 
getDockerCopyFiles() - Method in class org.wso2.apimgt.gateway.cli.model.config.Docker
 
getDockerHost() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getDockerHost() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getDockerHost() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getEnableDebug() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getEnableLiveness() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getEndpointConfig() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getEndpointConfigRepresentation() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
getEndpoints() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
getEndpoints() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
getEndpointSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getEndpointUrl() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointDTO
 
getEndpointUrlType() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
getEnv() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getEnv() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getEpConfigDTO() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getEscapedName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getExitCode() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
getExitCode() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
 
getExitCode() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
getExternalDocs() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getExternalJarDependencies(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
getFailureThreshold() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
getFileName() - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
getFiles() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
 
getFilters() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
getFiltersFolderLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get filters folder location.
getFqn() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getFuncName() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getGatewayEnvironments() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Comma separated list of gateway environments.
getGlobalFaultResponses() - Method in class org.wso2.apimgt.gateway.cli.model.config.CodeGen
 
getGrantType() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
getGrantTypes() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
getGrpcDefinitionsDirPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /grpc_definitions of a given project in the current directory.
getHasDocker() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
getHasKubernetes() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
getHostname() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getHostname() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getHttpRequestTimeout() - Method in class org.wso2.apimgt.gateway.cli.model.config.Client
 
getId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
UUID of the api registry artifact.
getId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
getId() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getImage() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getImagePullPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getImagePullPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getImagePullSecrets() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getImportStatement() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getIn() - Method in class org.wso2.apimgt.gateway.cli.model.config.APIKey
 
getIn() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getInfo() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getIngressClass() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getIngressClass() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getInitialDelaySeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getInitialDelaySeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
getIntervalInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
getInvokeStatement() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getIsBallerinaConf() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
getIsDefaultVersion() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getIsDeployed() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
Indicates whether the policy is deployed successfully or not.
getKeyStorePassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getKeyStorePath() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getKubernetes() - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
getKubernetesConfigMap() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesDeployment() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesHpa() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesIngress() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesJob() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesPersistentVolumeClaim() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesSecret() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesService() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesServiceHttp() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesServiceHttps() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getKubernetesServiceToken() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getLabels() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Labels of micro-gateway environments attached to the APIDetailedDTO.
getLibs() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
getLibVersions() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
Returns the map which contains the interceptor module name with organization and the module version.
getLimit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
getList() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
getList() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
 
getList() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
 
getLivenessPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getLivenessProbe() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getLoggingPropertiesFileLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get resources file directory path.
getMainConfigLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns location of the main configuration file of given project root.
getMaxActiveConnections() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
getMaxActiveStreamsPerConnection() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
getMaxIdleConnections() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
getMaxReplicas() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
getMaxTps() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getMaxWaitIntervalInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
getMessages() - Method in exception org.wso2.apimgt.gateway.cli.exception.CliLauncherException
 
getMgwApiScope() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
getMgwApiSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
getMgwResourceScope(Operation) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Get resource level security scopes of Operation if the security scheme is oauth2.
getMgwResourceSecurity(Operation, ApplicationSecurity) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Get resource level auth providers as a list of strings.
getMgwVersion() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
getMicroGWConfResourceLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
getMinReplicas() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
getModelPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getModelPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getModule() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
 
getModule() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getMountPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
getMountPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
getMountPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
getMutualSSL() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
getMutualSSL() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.BuildCmd
 
getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.HelpCmd
 
getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.ImportCmd
 
getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.InitCmd
 
getName() - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
 
getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.ResetCmd
 
getName() - Method in class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.APIKey
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
Name of the APIDetailedDTO.
getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
Name of the custom attribute.
getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getNext() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
Link to the next subset of resources qualified.\nEmpty if no more resources are to be returned.
getNext() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
getNumber() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
getNumber() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
getOffset() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
getOpenAPIAsJson(OpenAPI, String, Path) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Convert the v2 or v3 open API definition in yaml or json format into json format of the respective format.
getOperationId() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getOperations() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
getOrg() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getOwner() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
getPagination() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
getPagination() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
getParameters() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getParserForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
getPassword() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
getPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getPath() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
 
getPathParameters() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getPaths() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getPeriodSeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getPeriodSeconds() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
getPolicyId() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
Id of policy.
getPolicyInitNames() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
 
getPolicyKey() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getPolicyName() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
Name of policy.
getPolicyType() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getPoolConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
getPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
getPort() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
getPosition() - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
 
getPrevious() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
Link to the previous subset of resources qualified.\nEmpty if current subset is the first subset returned.
getPrevious() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
getProdEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
 
getProdEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
 
getProduction() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
 
getProjectAPIFilesDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /API-Files of a given project in the current working directory.
getProjectDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the given project in the current working directory.
getProjectExtensionsDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /extensions of a given project in the current working directory.
getProjectGenAPIDefinitionPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /gen/api-definition of a given project in the current working directory.
getProjectGenDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /gen of a given project in the current working directory.
getProjectGenSrcDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /gen/src of a given project in the current working directory.
getProjectGenSwaggerPath(String, String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /gen/api-definition of a given project in the current working directory.
getProjectGenSwaggerPath(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /gen/api-definition of a given project in the current working directory.
getProjectGrpcDirectoryPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /grpc_service/client of a given project in the current working directory.
getProjectGrpcSoloDirectoryPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /grpc_service of a given project in the current working directory.
getProjectInterceptorsPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns the path to mgw project's 'interceptors' directory.
getProjectName() - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerationContext
 
getProjectName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getProjectSwaggerFilePath(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns the path to the swagger for a defined version of an API.
getProjectTargetGenDirectoryPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /target/gen of a given project in the current working directory.
getProjectTargetGenGrpcSrcDescDirectory(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /target/gen/gRPCSrc/desc of a given project in the current working directory.
getProjectTargetGenGrpcSrcDirectory(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /target/gen/gRPCSrc of a given project in the current working directory.
getProjectTargetGenGrpcSrcOpenAPIsDirectory(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns path to the /target/gen/gRPCSrc/OpenAPIs of a given project in the current working directory.
getProjectTargetInterceptorsPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns the path to target ballerina project's 'interceptors' directory, inside of a given mgw project in the current working directory.
getProjectTargetModulePath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns the path to ballerina project module inside of a given mgw project in the current working directory.
getProtocDirPath() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
get the path of the protoc executable.
getProtoDescriptorPath(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
descriptor path of the grpc definition.
getProvider() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Retrieves API creator & assignes value.
getProvider() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
If the provider value is not given, the user invoking the APIDetailedDTO will be used as the provider.
getPublisherEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getPush() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getPush() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getPush() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getQualifiedServiceName() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getRateLimitCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
Burst control request count.
getRateLimitTimeUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
Burst control time unit.
getReadinessProbe() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getReadOnly() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
getReadOnly() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
getReadOnly() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
getRegistrationEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getRegistry() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getRegistry() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getReplicas() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getReqInterceptorContext() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getRequestCount() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.RequestCountLimitDTO
Maximum number of requests allowed.
getRequestInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getRequestInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getRequestVolumeThreshold() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
getRequired() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
getResetTimeInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
getResInterceptorContext() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getResourceEpConfigForCodegen(Operation) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
get resource Endpoint configuration in the format of MgwEndpointConfigDTO to match the mustache template.
getResourceFolderLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get resources file directory path.
getResourcePolicies() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
getResourcesGrpcDirLocation() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Get grpc directory location inside Resources Directory.
getResourceTier() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getResponseCaching() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getResponseInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getResponseInterceptor() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getResponseString(InputStream) - Static method in class org.wso2.apimgt.gateway.cli.utils.RESTAPIUtils
Get inputStream string as string.
getRestartPolicy() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getRestVersion() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getRetryConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
getRollingWindow() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
getSandbox() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
 
getSandboxEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
 
getSandboxEndpointList() - Method in class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
 
getSchedule() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getScope() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getScopes() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
getSecrets() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecret
 
getSecureKubernetesIngress() - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
getSecurity() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
 
getSecurityConfig() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
getSecurityConfig() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
getSecurityTypes() - Method in class org.wso2.apimgt.gateway.cli.model.config.ApplicationSecurity
 
getSequences() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getSerializedSize() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
getServiceType() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
getShared() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
getSingleYAML() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getSource() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
getSpecificBasepath() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
getSrcPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getSrcPackage() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getStatus() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
This describes in which status of the lifecycle the APIDetailedDTO is.
getStatusCodes() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
getStatusCodes() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
getStopOnQuotaReach() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
This indicates the action to be taken when a user goes beyond the allocated quota.
getStopOnQuotaReach() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
getSubscriptionAvailability() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The subscription availability.
getSubscriptionAvailableTenants() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getSubscriptionPolicies() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
getSubscriptionPolicies(String) - Method in interface org.wso2.apimgt.gateway.cli.rest.RESTAPIService
Get list of subsription policies.
getSubscriptionPolicies(String) - Method in class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
 
getSummary() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getTag() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getTags() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Search keywords related to the APIDetailedDTO.
getTags() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
getTags() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
getTarget() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
getTargetPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
getTargetPath() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
getTechnicalOwner() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
getTechnicalOwnerEmail() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
getTerminalMsg() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
getTerminalMsg() - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
getThumbnailUri() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
getTier() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
getTiers() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The subscription tiers selected for the particular APIDetailedDTO.
getTierType() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getTimeoutInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
getTimeUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
Unit of the time.
getTimeUnit() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
getTimeWindowInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
getToken() - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
getTokenEndpoint() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getTokenScope() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
getToolkitHome() - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
getTotal() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
getTransport() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
Supported transports for the APIDetailedDTO (http and/or https).
getTrustStoreAbsoluteLocation() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getTrustStoreLocation() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getTrustStorePassword() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getType() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The transport to be set.
getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
Type of the throttling limit.
getType() - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
getType() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
getType() - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
getType() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
.wso2.EndpointType type = 2;
getType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
.wso2.EndpointType type = 2;
getType() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
.wso2.EndpointType type = 2;
getTypeValue() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
.wso2.EndpointType type = 2;
getTypeValue() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
.wso2.EndpointType type = 2;
getTypeValue() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
.wso2.EndpointType type = 2;
getUnitTime() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
Time limit that the throttling limit applies.
getUnitTime() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
getUnitTime() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
getUnixPath(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Replace backslashes `\` in windows path string with forward slashes `/`.
getUnknownFields() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
getUrl(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
getUrl(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
repeated string url = 1;
getUrl(int) - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
repeated string url = 1;
getUrlBytes(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
getUrlBytes(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
repeated string url = 1;
getUrlBytes(int) - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
repeated string url = 1;
getUrlCount() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
getUrlCount() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
repeated string url = 1;
getUrlCount() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
repeated string url = 1;
getUrlList() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
getUrlList() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
repeated string url = 1;
getUrlList() - Method in interface org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointsOrBuilder
repeated string url = 1;
getUserDir() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Returns current user dir.
getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
getUsername() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
getValue() - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
Value of the custom attribute.
getValueDescriptor() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
getValueDescriptor() - Method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
getVariableName() - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
 
getversion(String) - Static method in class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
Get micro-gw version from version.txt file.
getVersion() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
The version of the APIDetailedDTO.
getVersion() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
getVisibility() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The visibility level of the APIDetailedDTO.
getVisibleRoles() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
The user roles that are able to access the APIDetailedDTO.
getVisibleTenants() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
getVolumeClaimSize() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
getWaitTimeInMillis() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
getWsdlUri() - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
WSDL URL if the APIDetailedDTO is based on a WSDL endpoint.
GRANT_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
grantPermission(File) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ProtocCommandBuilder
Grant permission to the protoc executor file.
GW_DIST_BIN - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_CONF - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_DEFINITIONS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_EXTENSION_FILTER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_EXTERNAL - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_FILTERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_POLICIES_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_RESOURCES - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_START_UP_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
GW_DIST_TOKEN_REVOCATION_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 

H

Hash - Annotation Type in org.wso2.apimgt.gateway.cli.hashing
Annotation used to mark fields of APIs/Policies that will be used for hash generation.
HASH_ALGORITHM - Static variable in class org.wso2.apimgt.gateway.cli.constants.HashingConstants
 
HASH_SEPARATOR - Static variable in class org.wso2.apimgt.gateway.cli.constants.HashingConstants
 
hashCode() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
HashingConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants used for hashing.
HashingConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.HashingConstants
 
HashingException - Exception in org.wso2.apimgt.gateway.cli.exception
Hashing Exception class.
HashingException(String, Throwable) - Constructor for exception org.wso2.apimgt.gateway.cli.exception.HashingException
 
HashUtils - Class in org.wso2.apimgt.gateway.cli.hashing
Utility class used for hashing functionality.
HashUtils() - Constructor for class org.wso2.apimgt.gateway.cli.hashing.HashUtils
 
HEALTH_CHECK - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
HELP - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
HelpCmd - Class in org.wso2.apimgt.gateway.cli.cmd
This class represents the "help" command and it holds arguments and flags specified by the user.
HelpCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.HelpCmd
 
HPUX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
HTTP - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
HYPHEN - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 

I

IMPORT - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
ImportCmd - Class in org.wso2.apimgt.gateway.cli.cmd
This class represents the "import" command and it pull the swagger and generate the source code.
ImportCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.ImportCmd
 
INIT - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
INIT_FUNC_SUFFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
InitCmd - Class in org.wso2.apimgt.gateway.cli.cmd
This command is used to initialize a new microgateway project.
InitCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.InitCmd
 
INTERCEPTOR_FUNC_SEPARATOR - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
INTERCEPTOR_JAVA_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
INTERCEPTOR_PATH_SEPARATOR - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
internalGetFieldAccessorTable() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
internalGetFieldAccessorTable() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
internalGetValueMap() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
internalGetValueMap() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
isAddMethodNotFoundService() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
isAddMethodNotFoundService() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecret
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
isEnable() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
isEnableTLS() - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
isEtcdEnabled() - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointDTO
 
isGenerateApiFaultResponses() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
isGenerateApiFaultResponses() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
isGrpc() - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
isInitialized() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
isInitialized() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
isMethodNotAllowedOperation() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
isMethodNotFoundOperation() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
isOptional() - Method in class org.wso2.apimgt.gateway.cli.model.config.ApplicationSecurity
Return if application security is optional(true), mandatory(false) or undefined(null).
isOverwritable() - Method in enum org.wso2.apimgt.gateway.cli.model.template.GenSrcFile.GenFileType
 
isSaasApp() - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
isSecured() - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
isStopOnQuotaReach() - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 

J

JSON_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
JSON_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
JWT_VALUE - Static variable in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
JWT = 3;

K

K8S_DEPLOYMENT - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
K8S_INGRESS - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
K8S_SERVICE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
KEEP_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
Kubernetes - Class in org.wso2.apimgt.gateway.cli.model.config
K8s deployment descriptor.
Kubernetes() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
KubernetesConfigMap - Class in org.wso2.apimgt.gateway.cli.model.config
K8s config map descriptor.
KubernetesConfigMap() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
KubernetesConfigMapConfigItem - Class in org.wso2.apimgt.gateway.cli.model.config
Descriptor for one config map item in KubernetesConfigMap.
KubernetesConfigMapConfigItem() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
KubernetesDeployment - Class in org.wso2.apimgt.gateway.cli.model.config
K8s deployment descriptor.
KubernetesDeployment() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
KubernetesHpa - Class in org.wso2.apimgt.gateway.cli.model.config
K8s Horizontal Pod Autoscaler (HPA) descriptor.
KubernetesHpa() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
KubernetesIngress - Class in org.wso2.apimgt.gateway.cli.model.config
K8s ingress descriptor.
KubernetesIngress() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
KubernetesJob - Class in org.wso2.apimgt.gateway.cli.model.config
K8s job decriptor.
KubernetesJob() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
KubernetesPersistentVolumeClaim - Class in org.wso2.apimgt.gateway.cli.model.config
K8s persistent volume claim descriptor.
KubernetesPersistentVolumeClaim() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
KubernetesSecret - Class in org.wso2.apimgt.gateway.cli.model.config
K8s Secret descriptor.
KubernetesSecret() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecret
 
KubernetesSecretItem - Class in org.wso2.apimgt.gateway.cli.model.config
Descriptor for one secret item in KubernetesSecret.
KubernetesSecretItem() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
KubernetesService - Class in org.wso2.apimgt.gateway.cli.model.config
K8s service descriptor.
KubernetesService() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 

L

LABEL_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
LabelDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data mapper for WSO2 APIM Labels.
LabelDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
 
LauncherCmd - Interface in org.wso2.apimgt.gateway.cli.cmd
LauncherCmd represents a micro gateway cli launcher command.
LINUX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
ListenerEndpoint - Class in org.wso2.apimgt.gateway.cli.model.template.service
Mustache template context for gateway listeners.
ListenerEndpoint() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.service.ListenerEndpoint
 
LISTENERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
LISTENERS_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
LOAD_BALANCE - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
loadStoredResourceHashes(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Load the stored resource hash content from the CLI temp folder.
LOGGING_PROPERTIES_FILENAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
LogLevelMapper - Class in org.wso2.apimgt.gateway.cli.logging
A mapper class to map log levels from JDK logging to CLI log levels.
LogLevelMapper() - Constructor for class org.wso2.apimgt.gateway.cli.logging.LogLevelMapper
 

M

MACOSX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
Main - Class in org.wso2.apimgt.gateway.cli.cmd
This class executes the gateway cli program.
Main() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.Main
 
main(String...) - Static method in class org.wso2.apimgt.gateway.cli.cmd.Main
 
MAIN_CONFIG_FILE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
MAIN_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
MANDATORY - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
mergeFrom(Message) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
mergeFrom(ExtensionHolder.Endpoints) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
METHOD_SCOPES_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
METHOD_THROTTLING_TIER_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
methodScopes - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
extend .google.protobuf.MethodOptions { ...
methodThrottlingTier - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
extend .google.protobuf.MethodOptions { ...
MGW - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
MgwEndpointConfigDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
Production and Sandbox endpoints holder.
MgwEndpointConfigDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
 
MgwEndpointDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
DTO built by parsing endpoint details in OpenAPI definition.
MgwEndpointDTO(String) - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointDTO
 
MgwEndpointListDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
List of MgwEndpointDTO definitions with other endpoint related details such as endpoint security.
MgwEndpointListDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
MICRO_GW - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
MICRO_GW_CONF_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
MICROGW_HOME_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
MICROGW_PROJECT_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
modelPackage(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
modelPackage(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
MODULE_IDENTIFIER_LIST - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
MODULE_IMPORT_STATEMENT_CONSTANT - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
MUTUAL_SSL - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
MutualSSL - Class in org.wso2.apimgt.gateway.cli.model.config
Mutual SSL data holder for Client -> GW connection.
MutualSSL() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
 

N

NETBSD - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
newBuilder() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
newBuilder(ExtensionHolder.Endpoints) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
newBuilderForType() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
NONE_VALUE - Static variable in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
NONE = 0;

O

OAUTH2_VALUE - Static variable in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
OAUTH2 = 2;
OAuthService - Interface in org.wso2.apimgt.gateway.cli.oauth
Exposes functionalities required to communicate with oauth secured web service.
OAuthServiceImpl - Class in org.wso2.apimgt.gateway.cli.oauth
Implementation of OAuthService to communicate with WSO2 Key manager services.
OAuthServiceImpl() - Constructor for class org.wso2.apimgt.gateway.cli.oauth.OAuthServiceImpl
 
OAuthTokenRequest - Class in org.wso2.apimgt.gateway.cli.model.oauth
OAuth token request definition.
OAuthTokenRequest() - Constructor for class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
OAuthTokenRequestBuilder - Class in org.wso2.apimgt.gateway.cli.oauth.builder
Builds a new token request to communicate with oauth token endpoint.
OAuthTokenRequestBuilder() - Constructor for class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
OPEN_API_JSON_CONSTANTS - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
OpenAPICodegenUtils - Class in org.wso2.apimgt.gateway.cli.utils
Utility functions to be used by MGW code generation related component.
OpenAPICodegenUtils() - Constructor for class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
 
OpenAPIConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants for wso2 OpenAPI extensions.
OpenAPIConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
OpenAPIConstants.APISecurity - Enum in org.wso2.apimgt.gateway.cli.constants
API security types supported by mgw.
OPENBSD - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
OPTIONAL - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
org.wso2.apimgt.gateway.cli.cipher - package org.wso2.apimgt.gateway.cli.cipher
 
org.wso2.apimgt.gateway.cli.cmd - package org.wso2.apimgt.gateway.cli.cmd
 
org.wso2.apimgt.gateway.cli.codegen - package org.wso2.apimgt.gateway.cli.codegen
 
org.wso2.apimgt.gateway.cli.config - package org.wso2.apimgt.gateway.cli.config
 
org.wso2.apimgt.gateway.cli.constants - package org.wso2.apimgt.gateway.cli.constants
 
org.wso2.apimgt.gateway.cli.exception - package org.wso2.apimgt.gateway.cli.exception
 
org.wso2.apimgt.gateway.cli.hashing - package org.wso2.apimgt.gateway.cli.hashing
 
org.wso2.apimgt.gateway.cli.logging - package org.wso2.apimgt.gateway.cli.logging
 
org.wso2.apimgt.gateway.cli.logging.formatters - package org.wso2.apimgt.gateway.cli.logging.formatters
 
org.wso2.apimgt.gateway.cli.model.config - package org.wso2.apimgt.gateway.cli.model.config
 
org.wso2.apimgt.gateway.cli.model.mgwcodegen - package org.wso2.apimgt.gateway.cli.model.mgwcodegen
 
org.wso2.apimgt.gateway.cli.model.oauth - package org.wso2.apimgt.gateway.cli.model.oauth
 
org.wso2.apimgt.gateway.cli.model.rest - package org.wso2.apimgt.gateway.cli.model.rest
 
org.wso2.apimgt.gateway.cli.model.rest.ext - package org.wso2.apimgt.gateway.cli.model.rest.ext
 
org.wso2.apimgt.gateway.cli.model.rest.policy - package org.wso2.apimgt.gateway.cli.model.rest.policy
 
org.wso2.apimgt.gateway.cli.model.route - package org.wso2.apimgt.gateway.cli.model.route
 
org.wso2.apimgt.gateway.cli.model.template - package org.wso2.apimgt.gateway.cli.model.template
 
org.wso2.apimgt.gateway.cli.model.template.policy - package org.wso2.apimgt.gateway.cli.model.template.policy
 
org.wso2.apimgt.gateway.cli.model.template.service - package org.wso2.apimgt.gateway.cli.model.template.service
 
org.wso2.apimgt.gateway.cli.oauth - package org.wso2.apimgt.gateway.cli.oauth
 
org.wso2.apimgt.gateway.cli.oauth.builder - package org.wso2.apimgt.gateway.cli.oauth.builder
 
org.wso2.apimgt.gateway.cli.protobuf - package org.wso2.apimgt.gateway.cli.protobuf
 
org.wso2.apimgt.gateway.cli.rest - package org.wso2.apimgt.gateway.cli.rest
 
org.wso2.apimgt.gateway.cli.utils - package org.wso2.apimgt.gateway.cli.utils
 
OS400 - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
OS_ARCH_SYSTEM_PROPERTY - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.OSDetector
 
OS_NAME_SYSTEM_PROPERTY - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.OSDetector
 
OSDetector - Class in org.wso2.apimgt.gateway.cli.protobuf
Class for detecting the system operating system version and type.
OSDetector() - Constructor for class org.wso2.apimgt.gateway.cli.protobuf.OSDetector
 
OSX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
OWNER - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 

P

parse(String, Class<T>) - Static method in class org.wso2.apimgt.gateway.cli.config.TOMLConfigParser
Parses the given TOML configuration file and de-serialize the content into given config type.
parseDelimitedFrom(InputStream) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseEndpointConfig(String, APIEndpointSecurityDTO) - Static method in class org.wso2.apimgt.gateway.cli.utils.RouteUtils
To parse the Endpoint Configuration received from API Manager to RouteEndpointConfig Object.
parseFrom(ByteBuffer) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(ByteString) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(byte[]) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(InputStream) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(CodedInputStream) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
parser() - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
PASSWORD - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
PASSWORD_GRANT_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
PATH_SEPARATOR - Static variable in class org.wso2.apimgt.gateway.cli.constants.ProtoToOpenAPIConstants
 
POLICY_VIEW_TOKEN_SCOPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
PoolConfigDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
This DTO holds the data related to endpoint pool configurations.
PoolConfigDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
populateApplicationSecurity(String, String, Map<String, Object>, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Get application security from API Definition extension.
POST - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
printCallHomeMessage() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
printMessagesToConsole() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
printUsageInfo(String) - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
 
printVerbose(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
To print the message if verbose flag is set.
ProbeConfig - Class in org.wso2.apimgt.gateway.cli.model.config
K8s probe descriptor.
ProbeConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
PRODUCTION_ENDPOINTS - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
PRODUCTION_ENDPOINTS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
PRODUCTION_ENDPOINTS_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
PRODUCTION_FAILOVERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
productionEndpoints - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
extend .google.protobuf.ServiceOptions { ...
PROJECT_API_DEFINITIONS_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_CONF_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_EXTENSIONS_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_GEN_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_GRPC_CLIENT_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_GRPC_DEFINITIONS_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_GRPC_SERVICE_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_INTERCEPTORS_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_POLICIES_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_SERVICES_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
PROJECT_TARGET_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
projectName - Static variable in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerator
 
promptForTextInput(PrintStream, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Prompts for a test input.
ProtobufParser - Class in org.wso2.apimgt.gateway.cli.protobuf
Class for generate file descriptors for proto files and create OpenAPI objects out of those descriptors.
ProtobufParser() - Constructor for class org.wso2.apimgt.gateway.cli.protobuf.ProtobufParser
 
PROTOC_PLUGIN_EXE_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ProtocCommandBuilder
 
PROTOC_PLUGIN_EXE_URL_SUFFIX - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ProtocCommandBuilder
 
ProtocCommandBuilder - Class in org.wso2.apimgt.gateway.cli.protobuf
This class is used to build the protoc compiler command to generate descriptor.
ProtoOpenAPI - Class in org.wso2.apimgt.gateway.cli.protobuf
custom OpenAPI object for mapping the grpc service definition (protobuf).
ProtoToOpenAPIConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants used when protobuf file is transformed into an openAPI.
ProtoToOpenAPIConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.ProtoToOpenAPIConstants
 

R

readConfiguration(InputStream) - Method in class org.wso2.apimgt.gateway.cli.logging.CLILogManager
 
readFileAsString(String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Read file as string.
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
REQUEST_INTERCEPTOR - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
requestBody() - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
requestBody() - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
RequestCountLimitDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM request count limits.
RequestCountLimitDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.RequestCountLimitDTO
 
RESET - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
ResetCmd - Class in org.wso2.apimgt.gateway.cli.cmd
This class represents the "reset" command and it holds arguments and flags specified by the user.
ResetCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.ResetCmd
 
resolveValue(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
Resolve variable value from environment variable if $env{} is used.
RESOURCE_FUNCTION_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
RESOURCE_HASH_HOLDER_FILE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
RESOURCE_INIT_FUNC_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
RESOURCE_KEY - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
RESOURCE_LEVEL_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
RESOURCE_POLICY_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
RESOURCE_TIER_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
RESOURCES_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
RESOURCES_GRPC_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
RESPONSE_CACHE - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
RESPONSE_DESCRIPTION - Static variable in class org.wso2.apimgt.gateway.cli.constants.ProtoToOpenAPIConstants
 
RESPONSE_INTERCEPTOR - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
REST_API_V1_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
REST_VERSION_TAG - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
RESTAPIService - Interface in org.wso2.apimgt.gateway.cli.rest
Interface to communicate with Third party rest API for fetching APIs.
RESTAPIServiceImpl - Class in org.wso2.apimgt.gateway.cli.rest
Implementation of RESTAPIService to communication with WSO2 API Publisher.
RESTAPIServiceImpl(String, String, String, boolean) - Constructor for class org.wso2.apimgt.gateway.cli.rest.RESTAPIServiceImpl
 
RESTAPIUtils - Class in org.wso2.apimgt.gateway.cli.utils
Utility functions to communicate with import REST APIs.
RESTServiceConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants to be used for third party REST API integration.
RESTServiceConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
RollingWindowConfigDTO - Class in org.wso2.apimgt.gateway.cli.model.mgwcodegen
This DTO holds the data related to rolling window configurations used for the circuit breaking.
RollingWindowConfigDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
RouteEndpointConfig - Class in org.wso2.apimgt.gateway.cli.model.route
This class represents the endpoint configurations for the given environment.
RouteEndpointConfig() - Constructor for class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
 
RouteUtils - Class in org.wso2.apimgt.gateway.cli.utils
Utility functions for handling endpoints.
RouteUtils() - Constructor for class org.wso2.apimgt.gateway.cli.utils.RouteUtils
 

S

SAAS_APP - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
SANDBOX_ENDPOINTS - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
SANDBOX_ENDPOINTS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
SANDBOX_ENDPOINTS_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
SANDBOX_FAILOVERS - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
sandboxEndpoints - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
extend .google.protobuf.ServiceOptions { ...
saveConfig(Config, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
saveSwaggerDefinition(String, String, String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Save openAPI definition (developer first approach).
saveSwaggerDefinitionForMultipleAPIs(String, List<ExtendedAPI>, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Save swagger definition for multiple APIs.
SecureKubernetesIngress - Class in org.wso2.apimgt.gateway.cli.model.config
Secured K8s ingress descriptor.
SecureKubernetesIngress() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
security - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
extend .google.protobuf.ServiceOptions { ...
SECURITY_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
SequenceDTO - Class in org.wso2.apimgt.gateway.cli.model.rest
Data mapper for WSO2 APIM sequences.
SequenceDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
SERVICE_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
setAccessControl(APIDetailedDTO.AccessControlEnum) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setAccessControlAllowCredentials(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
setAccessControlAllowHeaders(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
setAccessControlAllowMethods(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
setAccessControlAllowOrigins(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
setAccessControlExposeHeaders(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
setAccessControlRoles(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setAccessMode(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
setActiveDeadlineSeconds(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setAdditionalConfigsDevFirst(ExtendedAPI, OpenAPI, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
 
setAdditionalProperties(Map<String, String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setAddMethodNotFoundService(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
setAddMethodNotFoundService(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setAdminEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setAdminEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setAdvanceEndpointConfig(AdvanceEndpointConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setAdvanceEndpointConfig(AdvanceEndpointConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
setAlias(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
setAllowEmptyValue(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
setAnnotations(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setAnnotations(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setApi(ExtendedAPI) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setApiDefinition(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setApiFaultResponses(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.CodeGen
 
setApiId(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
setApiLevelPolicy(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setApiSecurity(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setApiSwagger(Json) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setApplicationPolicies(List<ThrottlePolicyMapper>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
setApplicationSecurity(ApplicationSecurity) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setAuthorizationHeader(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setBackOffFactor(double) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
setBackoffLimit(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setBallerinaConf(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
setBaseImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setBaseImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setBaseImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setBasepath(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setBaseURL(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setBaseURL(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setBillingPlan(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
setBucketSizeInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
setBuildImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setBuildImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setBuildImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setBusinessInformation(APIBusinessInformationDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setBusinessOwner(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
setBusinessOwnerEmail(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
setCacheTimeout(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setCallbackUrl(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
setCallbackUrl(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
setCallHomeMessage(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
setCertificateDetails(JsonArray) - Method in class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
 
setCertificates(List<ClientCertMetadataDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
setCircuitBreaker(CircuitBreakerConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
setClient(Client) - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
setClientCertificates(List<ClientCertMetadataDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.config.MutualSSL
 
setClientId(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setClientId(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setClientKey(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
setClientKey(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
setClientName(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
setClientName(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
setClientSecret(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setClientSecret(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setClientSecret(char[]) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
setClientSecret(char[]) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
setCmd(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setCmd(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setCodeGen(CodeGen) - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
setCodeGenerationContext(CodeGenerationContext) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
setConfig(Config) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setConfig(Config) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
setConfigMaps(List<KubernetesConfigMapConfigItem>) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
setContainerConfig(ContainerConfig) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setContainerConfig(ContainerConfig) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
 
setContent(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
setContext(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setCopyFiles(CopyFileConfig) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setCorsConfiguration(APICorsConfigurationDTO) - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
setCorsConfiguration(APICorsConfigurationDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setCorsConfigurationDTO(APICorsConfigurationDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
 
setCorsConfigurationEnabled(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APICorsConfigurationDTO
 
setCount(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
setCount(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
setCount(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
setCount(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
 
setCount(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
 
setCount(Long) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
setCount(long) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setCpuPrecentage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
setCustomAttributes(List<CustomAttributeDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
setData(String[]) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
setData(String[]) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
setDataAmount(Long) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
 
setDataUnit(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.BandwidthLimitDTO
 
setDcrVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setDCRVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setDebugPort(int) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setDefaultLimit(ThrottleLimitDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyDTO
 
setDefaultLimit(ThrottleLimitDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
setDependencies(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
setDescription(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setDescription(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
 
setDescription(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
 
setDestinationStatsEnabled(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setDisplayName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
 
setDocker(Docker) - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
setDockerCertPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setDockerCertPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setDockerCertPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setDockerConfig(DockerConfig) - Method in class org.wso2.apimgt.gateway.cli.model.config.Docker
 
setDockerCopyFiles(CopyFileConfig) - Method in class org.wso2.apimgt.gateway.cli.model.config.Docker
 
setDockerHost(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setDockerHost(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setDockerHost(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMap
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecret
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
setEnable(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setEnableDebug(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setEnableLiveness(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setEnableTLS(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setEndpointConfig(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setEndpointConfig(MgwEndpointConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setEndpointConfigRepresentation(MgwEndpointConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setEndpointListEtcdEnabled(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setEndpoints(List<MgwEndpointDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setEndpoints(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
set endpoints to the EndpointListRouteDTO object.
setEndpointSecurity(APIEndpointSecurityDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setEndpointUrl(String) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointDTO
Sets endpointUrl and isEtcdEnabled.
setEndpointUrlType(EndpointUrlTypeEnum) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setEnv(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setEnv(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setEscapedName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaParameter
 
setExitCode(int) - Method in exception org.wso2.apimgt.gateway.cli.exception.CLICompileTimeException
 
setExitCode(int) - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIInternalException
 
setExitCode(int) - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
setExternalDocs(ExternalDocumentation) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setFailureThreshold(double) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
setFileName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
setFiles(List<CopyFile>) - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFileConfig
 
setFilters(List<Filter>) - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
setFqn(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setFuncName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setGatewayEnvironments(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setGenerateApiFaultResponses(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaPath
 
setGenerateApiFaultResponses(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setGlobalFaultResponses(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.CodeGen
 
setGrantType(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
setGrantType(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
setGrantTypes(String[]) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
setGrantTypes(String[]) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
setGrpc(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setHasEpSecurity(MgwEndpointConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setHostname(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setHostname(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setHttpRequestTimeout(int) - Method in class org.wso2.apimgt.gateway.cli.model.config.Client
 
setId(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setId(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
setId(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setImage(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setImagePullPolicy(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setImagePullPolicy(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setImagePullSecrets(String[]) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setImportStatement(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setIn(SecurityScheme.In) - Method in class org.wso2.apimgt.gateway.cli.model.config.APIKey
 
setIngressClass(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setIngressClass(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setInitialDelaySeconds(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setInitialDelaySeconds(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
setInterceptors(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
Store all the interceptor functions included in interceptors directory.
setIntervalInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
setInvokeStatement(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setIsBallerinaConf(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
setIsDefaultVersion(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setIsDeployed(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
 
setKeyStorePassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setKeyStorePath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setKubernetes(Kubernetes) - Method in class org.wso2.apimgt.gateway.cli.model.config.ContainerConfig
 
setKubernetesConfigMap(KubernetesConfigMap) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesDeployment(KubernetesDeployment) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesHpa(KubernetesHpa) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesIngress(KubernetesIngress) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesJob(KubernetesJob) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesPersistentVolumeClaim(KubernetesPersistentVolumeClaim) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesSecret(KubernetesSecret) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesService(KubernetesService) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesServiceHttp(KubernetesService) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesServiceHttps(KubernetesService) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setKubernetesServiceToken(KubernetesService) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setLabels(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setLabels(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
setLabels(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setLabels(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setLabels(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
setLabels(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setLabels(List<LabelDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setLibs(List<BallerinaLibrary>) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
setLimit(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
setList(List<ExtendedAPI>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
setList(List<ApplicationThrottlePolicyDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ApplicationThrottlePolicyListDTO
 
setList(List<SubscriptionThrottlePolicyDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
 
setLivenessPort(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setLivenessProbe(ProbeConfig) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setMaxActiveConnections(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
setMaxActiveStreamsPerConnection(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
setMaxIdleConnections(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
setMaxReplicas(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
setMaxTps(APIMaxTpsDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setMaxWaitIntervalInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
setMethodNotAllowedOperation(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setMethodNotFoundOperation(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setMgwApiScope(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setMgwApiSecurity(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setMgwVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
setMinReplicas(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
setModelPackage(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setModule(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
 
setModule(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setMountPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
setMountPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
setMountPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
setMutualSSL(MutualSSL) - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
setMutualSSL(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.APIKey
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesHpa
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.LabelDTO
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setNext(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
setNext(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
setOauthSecuritySchemaList(OpenAPI) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
store the security schemas of type "oauth2".
setOffset(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
setOpenAPIDefinitionEndpointReferenceExtensions(Map<String, Object>) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
store the endpoint extensions which are used as references.
setOperationId(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setOptional(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.config.ApplicationSecurity
 
setOrg(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setOwner(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
setOwner(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
setPagination(APIListPaginationDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
setPagination(APIListPaginationDTO) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
setParentCmdParser(JCommander) - Method in class org.wso2.apimgt.gateway.cli.cmd.BuildCmd
 
setParentCmdParser(JCommander) - Method in class org.wso2.apimgt.gateway.cli.cmd.HelpCmd
 
setParentCmdParser(JCommander) - Method in class org.wso2.apimgt.gateway.cli.cmd.ImportCmd
 
setParentCmdParser(JCommander) - Method in class org.wso2.apimgt.gateway.cli.cmd.InitCmd
 
setParentCmdParser(JCommander) - Method in interface org.wso2.apimgt.gateway.cli.cmd.LauncherCmd
 
setParentCmdParser(JCommander) - Method in class org.wso2.apimgt.gateway.cli.cmd.ResetCmd
 
setParentCmdParser(JCommander) - Method in class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
 
setPassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setPassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setPassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setPassword(char[]) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
setPassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
setPassword(char[]) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
setPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaLibrary
 
setPeriodSeconds(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setPeriodSeconds(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
setPolicyId(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
 
setPolicyInitNames(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
 
setPolicyKey(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setPolicyName(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
 
setPolicyType(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setPoolConfig(PoolConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
setPort(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
setPort(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.ProbeConfig
 
setPosition(int) - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
 
setPrevious(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListDTO
 
setPrevious(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertificatesDTO
 
setProdEndpointList(MgwEndpointListDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
 
setProdEndpointList(EndpointListRouteDTO) - Method in class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
 
setProduction(Long) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
 
setProjectName(String) - Method in class org.wso2.apimgt.gateway.cli.codegen.CodeGenerationContext
 
setProjectName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setProvider(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setProvider(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setPublisherEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setPublisherEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setPush(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setPush(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setPush(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setQualifiedServiceName(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setRateLimitCount(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
setRateLimitTimeUnit(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
setReadinessProbe(ProbeConfig) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setReadOnly(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesConfigMapConfigItem
 
setReadOnly(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
setReadOnly(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecretItem
 
setRegistrationEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setRegistrationEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setRegistry(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setRegistry(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
setReplicas(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setReqInterceptorContext(BallerinaInterceptor) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setRequestCount(Long) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.RequestCountLimitDTO
 
setRequestInterceptor(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setRequestInterceptor(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setRequestVolumeThreshold(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
setResetTimeInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
setResInterceptorContext(BallerinaInterceptor) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setResourcePolicies(List<ThrottlePolicyMapper>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
setResourceTier(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setResponseCache(Map<String, Object>) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setResponseCaching(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setResponseInterceptor(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setResponseInterceptor(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
setRestartPolicy(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setRestVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setRestVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setRetryConfig(EndpointRetryDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
setRollingWindow(RollingWindowConfigDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
setSaasApp(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
setSaasApp(boolean) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
setSandbox(Long) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMaxTpsDTO
 
setSandboxEndpointList(MgwEndpointListDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointConfigDTO
 
setSandboxEndpointList(EndpointListRouteDTO) - Method in class org.wso2.apimgt.gateway.cli.model.route.RouteEndpointConfig
 
setSchedule(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setScope(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setScopes(String[]) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
setScopes(String[]) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
setSecrets(List<KubernetesSecretItem>) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesSecret
 
setSecured(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
setSecureKubernetesIngress(SecureKubernetesIngress) - Method in class org.wso2.apimgt.gateway.cli.model.config.Kubernetes
 
setSecurity(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIMetadataDTO
 
setSecurityConfig(APIEndpointSecurityDTO) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setSecurityConfig(APIEndpointSecurityDTO) - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
setSecuritySchemaList(OpenAPI) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
store the security schemas of type "basic" and "apikey".
setSecurityTypes(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.config.ApplicationSecurity
 
setSequences(List<SequenceDTO>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setServiceType(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesService
 
setShared(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
setSingleYAML(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setSource(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
setSpecificBasepath(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ext.ExtendedAPI
 
setSrcPackage(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setStatus(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setStatusCodes(List<Integer>) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.CircuitBreakerConfigDTO
 
setStatusCodes(List<Integer>) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.EndpointRetryDTO
 
setStopOnQuotaReach(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
setStopOnQuotaReach(Boolean) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
setStopOnQuotaReach(boolean) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setSubscriptionAvailability(APIDetailedDTO.SubscriptionAvailabilityEnum) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setSubscriptionAvailableTenants(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setSubscriptionPolicies(List<ThrottlePolicyMapper>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
setTag(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setTags(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setTarget(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.CopyFile
 
setTargetPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesIngress
 
setTargetPath(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.SecureKubernetesIngress
 
setTechnicalOwner(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
setTechnicalOwnerEmail(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIBusinessInformationDTO
 
setTerminalMsg(String) - Method in exception org.wso2.apimgt.gateway.cli.exception.CLIRuntimeException
 
setThumbnailUri(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setTier(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.ClientCertMetadataDTO
 
setTiers(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setTierType(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setTimeoutInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.AdvanceEndpointConfigDTO
 
setTimeUnit(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
 
setTimeUnit(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
setTimeWindowInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.RollingWindowConfigDTO
 
setToken(Token) - Method in class org.wso2.apimgt.gateway.cli.model.config.Config
 
setTokenEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setTokenEndpoint(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setTokenScope(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.DCRRequest
 
setTokenScope(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.DCRRequestBuilder
 
setToolkitHome(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.BallerinaToml
 
setTotal(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIListPaginationDTO
 
setTransport(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setTrustStoreLocation(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setTrustStoreLocation(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setTrustStorePassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setTrustStorePassword(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setType(EndpointType) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.MgwEndpointListDTO
 
setType(APIDetailedDTO.TypeEnum) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setType(APIEndpointSecurityDTO.TypeEnum) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
setType(ThrottleLimitDTO.TypeEnum) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
 
setType(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.SequenceDTO
 
setType(EndpointType) - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
 
setType(GenSrcFile.GenFileType) - Method in class org.wso2.apimgt.gateway.cli.model.template.GenSrcFile
 
setType(BallerinaInterceptor.Type) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setType(ExtensionHolder.EndpointType) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
.wso2.EndpointType type = 2;
setTypeValue(int) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
.wso2.EndpointType type = 2;
setUnitTime(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
 
setUnitTime(Integer) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
setUnitTime(long) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
setUnknownFields(UnknownFieldSet) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
 
setUrl(int, String) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints.Builder
repeated string url = 1;
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.DockerConfig
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesDeployment
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesJob
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Token
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.oauth.OAuthTokenRequest
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO
 
setUsername(String) - Method in class org.wso2.apimgt.gateway.cli.oauth.builder.OAuthTokenRequestBuilder
 
setValue(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.CustomAttributeDTO
 
setValues(String, LinkedHashMap<String, String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
setVariableName(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.Filter
 
setVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIInfoDTO
 
setVersion(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor
 
setVisibility(APIDetailedDTO.VisibilityEnum) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setVisibleRoles(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setVisibleTenants(List<String>) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
setVolumeClaimSize(String) - Method in class org.wso2.apimgt.gateway.cli.model.config.KubernetesPersistentVolumeClaim
 
setWaitTimeInMillis(int) - Method in class org.wso2.apimgt.gateway.cli.model.mgwcodegen.PoolConfigDTO
 
setWsdlUri(String) - Method in class org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO
 
SOLARIS - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
SPACE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
srcPackage(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
srcPackage(String) - Method in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaService
 
storeResourceHashesFileContent(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Saves the resource hash content to the CLI temp folder.
SUB_LEVEL_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
SUBSCRIPTION_INIT_FUNC_PREFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
SUBSCRIPTION_KEY - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
SUBSCRIPTION_POLICY_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
SUBSCRIPTION_TIER_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
SubscriptionThrottlePolicyDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM subscription throttle policy.
SubscriptionThrottlePolicyDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyDTO
 
SubscriptionThrottlePolicyListDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
SubscriptionThrottlePolicyListDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.SubscriptionThrottlePolicyListDTO
 
SUCCESS_RESPONSE_CODE - Static variable in class org.wso2.apimgt.gateway.cli.constants.ProtoToOpenAPIConstants
 
SUNOS - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
SupportOSTypes - Class in org.wso2.apimgt.gateway.cli.protobuf
OS types which is supported by this tool.
SupportOSTypes() - Constructor for class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
SYS_PROP_CURRENT_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
SYS_PROP_PATTERN - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
SYS_PROP_SECURITY - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
SYS_PROP_USER_DIR - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 

T

TEMP_DIR_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
TEMPLATES_DIR_PATH_KEY - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
TEMPLATES_SUFFIX - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
THROTTLE_POLICY_INIT_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
THROTTLE_POLICY_INITIALIZER - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
THROTTLE_POLICY_TEMPLATE_NAME - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
ThrottleLimitDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM throttle limits.
ThrottleLimitDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO
 
ThrottleLimitDTO.TypeEnum - Enum in org.wso2.apimgt.gateway.cli.model.rest.policy
Throttle limit type.
ThrottlePolicy - Class in org.wso2.apimgt.gateway.cli.model.template.policy
Throttle policy definition passed into mustache templates.
ThrottlePolicy() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicy
 
ThrottlePolicyDTO - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data mapper for WSO2 APIM response's throttle policy section.
ThrottlePolicyDTO() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyDTO
 
ThrottlePolicyGenerator - Class in org.wso2.apimgt.gateway.cli.codegen
Helper for generating ballerina based throttle policies.
ThrottlePolicyGenerator() - Constructor for class org.wso2.apimgt.gateway.cli.codegen.ThrottlePolicyGenerator
 
ThrottlePolicyInitializer - Class in org.wso2.apimgt.gateway.cli.model.template.policy
Throttle policy initializer context used by mustache templates.
ThrottlePolicyInitializer() - Constructor for class org.wso2.apimgt.gateway.cli.model.template.policy.ThrottlePolicyInitializer
 
ThrottlePolicyListMapper - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Data holder/mapper for all available throttle policy types.
ThrottlePolicyListMapper() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyListMapper
 
ThrottlePolicyMapper - Class in org.wso2.apimgt.gateway.cli.model.rest.policy
Policy definition mapper for WSO2 APIM throttle policy.
ThrottlePolicyMapper() - Constructor for class org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottlePolicyMapper
 
THROTTLING_TIER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
THROTTLING_TIER_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
 
throttlingTier - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder
extend .google.protobuf.ServiceOptions { ...
TLS - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
toBuilder() - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
Token - Class in org.wso2.apimgt.gateway.cli.model.config
Represents 'Token' table in toolkit-config.toml.
Token() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.Token
 
TOKEN_SCOPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
TOKEN_SCOPE_PRODUCTION - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
TOKEN_SERVICES - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
TokenBuilder - Class in org.wso2.apimgt.gateway.cli.model.config
Builder class for Token class.
TokenBuilder() - Constructor for class org.wso2.apimgt.gateway.cli.model.config.TokenBuilder
 
TokenManagementConstants - Class in org.wso2.apimgt.gateway.cli.constants
Constants used by the API token management utilities.
TokenManagementConstants() - Constructor for class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 
TOML_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
TOMLConfigParser - Class in org.wso2.apimgt.gateway.cli.config
Utility class to parse or update a TOML based configuration file.
TOMLConfigParser() - Constructor for class org.wso2.apimgt.gateway.cli.config.TOMLConfigParser
 
ToolkitLibExtractionUtils - Class in org.wso2.apimgt.gateway.cli.utils
This class represents the utility functions required for library packages extraction.
ToolkitLibExtractionUtils() - Constructor for class org.wso2.apimgt.gateway.cli.utils.ToolkitLibExtractionUtils
 
toString() - Method in enum org.wso2.apimgt.gateway.cli.model.rest.EndpointUrlTypeEnum
 
TRANSPORT_HTTP - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
TRANSPORT_HTTPS - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
TRANSPORT_SECURITY - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
trim(String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
 
TYPE_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 

U

UNLIMITED - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
unzip(String, String, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.ZipUtils
A method to unzip a zip file to given folder path.
URL - Static variable in class org.wso2.apimgt.gateway.cli.constants.RESTServiceConstants
 
URL_FIELD_NUMBER - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
useInsecureSSL() - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
method use to trust all certificates using insecure ssl.
UTF_8 - Static variable in class org.wso2.apimgt.gateway.cli.constants.GeneratorConstants
 
UTF_8 - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 

V

validateEndpoints() - Method in class org.wso2.apimgt.gateway.cli.model.route.EndpointListRouteDTO
Validate the provided set of endpoint URLs.
validateOpenAPIDefinition(OpenAPI, String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.OpenAPICodegenUtils
validate the openAPI definition.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.constants.GeneratorConstants.PolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants.APISecurity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.AccessControlEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.SubscriptionAvailabilityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.VisibilityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.EndpointUrlTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.route.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.template.GenSrcFile.GenFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
 
valueOf(String) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
 
values() - Static method in enum org.wso2.apimgt.gateway.cli.constants.GeneratorConstants.PolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants.APISecurity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.AccessControlEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.SubscriptionAvailabilityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIDetailedDTO.VisibilityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.APIEndpointSecurityDTO.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.EndpointUrlTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.rest.policy.ThrottleLimitDTO.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.route.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.template.GenSrcFile.GenFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.model.template.service.BallerinaInterceptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Security
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.wso2.apimgt.gateway.cli.cmd.CliCommands
 
VERSION_FILE - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
VERSION_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
VERSION_PLACEHOLDER - Static variable in class org.wso2.apimgt.gateway.cli.constants.OpenAPIConstants
 
VersionCmd - Class in org.wso2.apimgt.gateway.cli.cmd
This class represents the "version" command and it displays the current version of the micro-gw toolkit .
VersionCmd() - Constructor for class org.wso2.apimgt.gateway.cli.cmd.VersionCmd
 
VIEW_API_SCOPE - Static variable in class org.wso2.apimgt.gateway.cli.constants.TokenManagementConstants
 

W

WARN_LOG_PATTERN - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 
WINDOWS - Static variable in class org.wso2.apimgt.gateway.cli.protobuf.SupportOSTypes
 
write(String, Object) - Static method in class org.wso2.apimgt.gateway.cli.config.TOMLConfigParser
Write the given config type to a file.
writeBallerina(Object, String, String, String) - Method in class org.wso2.apimgt.gateway.cli.codegen.ThrottlePolicyGenerator
Deprecated.
writeContent(String, File) - Static method in class org.wso2.apimgt.gateway.cli.utils.CmdUtils
Write content to a specified file.
writeFile(Path, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
Writes a file with content to specified filePath.
writeGeneratedSources(List<GenSrcFile>, Path, boolean) - Static method in class org.wso2.apimgt.gateway.cli.utils.CodegenUtils
Write generated templates.
writeTo(CodedOutputStream) - Method in class org.wso2.apimgt.gateway.cli.protobuf.ExtensionHolder.Endpoints
 
WSO2 - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 

X

X_AUTH_TYPE - Static variable in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
X_SCOPE - Static variable in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 
X_THROTTLING_TIER - Static variable in class org.wso2.apimgt.gateway.cli.model.template.service.BallerinaOperation
 

Y

YAML_EXTENSION - Static variable in class org.wso2.apimgt.gateway.cli.constants.CliConstants
 

Z

zip(String, String) - Static method in class org.wso2.apimgt.gateway.cli.utils.ZipUtils
A method to zip a folder with given path.
ZipUtils - Class in org.wso2.apimgt.gateway.cli.utils
Utility functions to handle zip files.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

Copyright © 2021 WSO2. All rights reserved.