Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIKeyGenerateRequestDTO
-
Packages that use APIKeyGenerateRequestDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIKeyGenerateRequestDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type APIKeyGenerateRequestDTO Modifier and Type Method Description APIKeyDTOApiKeysApi. applicationsApplicationIdApiKeysKeyTypeGeneratePost(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)Generate API Key Generate a self contained API Key for the applicationokhttp3.CallApiKeysApi. applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO, ApiCallback<APIKeyDTO> _callback)Generate API Key (asynchronously) Generate a self contained API Key for the applicationokhttp3.CallApiKeysApi. applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO, ApiCallback _callback)Build call for applicationsApplicationIdApiKeysKeyTypeGeneratePostApiResponse<APIKeyDTO>ApiKeysApi. applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)Generate API Key Generate a self contained API Key for the application -
Uses of APIKeyGenerateRequestDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APIKeyGenerateRequestDTO Modifier and Type Method Description APIKeyGenerateRequestDTOAPIKeyGenerateRequestDTO. additionalProperties(Object additionalProperties)APIKeyGenerateRequestDTOAPIKeyGenerateRequestDTO. validityPeriod(Integer validityPeriod)
-