Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIKeyDTO
-
Packages that use APIKeyDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIKeyDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIKeyDTO Modifier and Type Method Description APIKeyDTOApIsApi. generateInternalAPIKey(String apiId)Generate internal API Key to invoke APIS.APIKeyDTOMcpServersApi. generateInternalAPIKeyMCPServer(String mcpServerId)Generate internal API Key to invoke MCP Server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIKeyDTO Modifier and Type Method Description ApiResponse<APIKeyDTO>McpServersApi. generateInternalAPIKeyMCPServerWithHttpInfo(String mcpServerId)Generate internal API Key to invoke MCP Server.ApiResponse<APIKeyDTO>ApIsApi. generateInternalAPIKeyWithHttpInfo(String apiId)Generate internal API Key to invoke APIS.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIKeyDTO Modifier and Type Method Description okhttp3.CallApIsApi. generateInternalAPIKeyAsync(String apiId, ApiCallback<APIKeyDTO> _callback)Generate internal API Key to invoke APIS.okhttp3.CallMcpServersApi. generateInternalAPIKeyMCPServerAsync(String mcpServerId, ApiCallback<APIKeyDTO> _callback)Generate internal API Key to invoke MCP Server. -
Uses of APIKeyDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIKeyDTO Modifier and Type Method Description APIKeyDTOAPIKeyDTO. apikey(String apikey)APIKeyDTOAPIKeyDTO. validityTime(Integer validityTime)
-