Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIKeyRevokeRequestDTO
-
Packages that use APIKeyRevokeRequestDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIKeyRevokeRequestDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type APIKeyRevokeRequestDTO Modifier and Type Method Description voidApiKeysApi. applicationsApplicationIdApiKeysKeyTypeRevokePost(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO)Revoke API Key Revoke a self contained API Key for the applicationokhttp3.CallApiKeysApi. applicationsApplicationIdApiKeysKeyTypeRevokePostAsync(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO, ApiCallback<Void> _callback)Revoke API Key (asynchronously) Revoke a self contained API Key for the applicationokhttp3.CallApiKeysApi. applicationsApplicationIdApiKeysKeyTypeRevokePostCall(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO, ApiCallback _callback)Build call for applicationsApplicationIdApiKeysKeyTypeRevokePostApiResponse<Void>ApiKeysApi. applicationsApplicationIdApiKeysKeyTypeRevokePostWithHttpInfo(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO)Revoke API Key Revoke a self contained API Key for the application -
Uses of APIKeyRevokeRequestDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APIKeyRevokeRequestDTO Modifier and Type Method Description APIKeyRevokeRequestDTOAPIKeyRevokeRequestDTO. apikey(String apikey)
-