Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIKeyDTO
-
Packages that use APIKeyDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIKeyDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return APIKeyDTO 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 applicationMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type APIKeyDTO Modifier and Type Method Description ApiResponse<APIKeyDTO>ApiKeysApi. applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)Generate API Key Generate a self contained API Key for the applicationMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type APIKeyDTO Modifier and Type Method Description okhttp3.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 application -
Uses of APIKeyDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APIKeyDTO Modifier and Type Method Description APIKeyDTOAPIKeyDTO. apikey(String apikey)APIKeyDTOAPIKeyDTO. validityTime(Integer validityTime)
-