public interface OktaDCRClient
| Modifier and Type | Method and Description |
|---|---|
ClientInfo |
createApplication(ClientInfo clientInfo) |
void |
deleteApplication(String clientId) |
ClientInfo |
getApplication(String clientId) |
ClientInfo |
regenerateClientSecret(String clientId) |
ClientInfo |
updateApplication(String clientId,
ClientInfo clientInfo) |
ClientInfo createApplication(ClientInfo clientInfo) throws org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientException
org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientExceptionClientInfo getApplication(String clientId) throws org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientException
org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientExceptionClientInfo updateApplication(String clientId, ClientInfo clientInfo) throws org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientException
org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientExceptionvoid deleteApplication(String clientId) throws org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientException
org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientExceptionClientInfo regenerateClientSecret(String clientId) throws org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientException
org.wso2.carbon.apimgt.impl.kmclient.KeyManagerClientExceptionCopyright © 2024 WSO2. All rights reserved.