public class OAuthAppDAO extends Object
| Constructor and Description |
|---|
OAuthAppDAO(org.wso2.carbon.datasource.core.api.DataSourceService dataSourceService,
String databaseName,
ArrayList<org.wso2.carbon.database.query.manager.config.Queries> deploymentQueries) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
org.wso2.carbon.analytics.idp.client.external.models.OAuthApplicationInfo |
getOAuthApp(String name,
String tenantDomain) |
void |
init() |
void |
insertSystemApp(DCRClientResponse dcrClientResponse,
String clientName,
String tenantDomain) |
boolean |
systemAppsTableExists()
Method for checking whether or not the given table (which reflects the current event table instance) exists.
|
public void init()
throws org.wso2.carbon.analytics.idp.client.core.exception.IdPClientException
org.wso2.carbon.analytics.idp.client.core.exception.IdPClientExceptionpublic boolean systemAppsTableExists()
public org.wso2.carbon.analytics.idp.client.external.models.OAuthApplicationInfo getOAuthApp(String name, String tenantDomain) throws org.wso2.carbon.analytics.idp.client.core.exception.IdPClientException
org.wso2.carbon.analytics.idp.client.core.exception.IdPClientExceptionpublic void insertSystemApp(DCRClientResponse dcrClientResponse, String clientName, String tenantDomain) throws org.wso2.carbon.analytics.idp.client.core.exception.IdPClientException
org.wso2.carbon.analytics.idp.client.core.exception.IdPClientExceptionpublic String getDatabaseName()
Copyright © 2020 WSO2. All rights reserved.