public class ExternalIdPClientFactory extends Object implements IdPClientFactory
| Constructor and Description |
|---|
ExternalIdPClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
protected void |
deactivate(org.osgi.framework.BundleContext bundleContext) |
IdPClient |
getIdPClient(IdPClientConfiguration idPClientConfiguration) |
String |
getType() |
protected void |
registerAnalyticsHttpClient(AnalyticsHttpClientBuilderService service) |
protected void |
registerDataSourceService(org.wso2.carbon.datasource.core.api.DataSourceService dataSourceService)
Register datasource service.
|
protected void |
registerSecretRepository(org.wso2.carbon.secvault.SecretRepository secretRepository)
Register secret repository.
|
protected void |
unregisterAnalyticsHttpClient(AnalyticsHttpClientBuilderService service) |
protected void |
unregisterDataSourceService(org.wso2.carbon.datasource.core.api.DataSourceService dataSourceService)
Unregister datasource service.
|
protected void |
unregisterSecretRepository(org.wso2.carbon.secvault.SecretRepository secretRepository)
Unregister secret repository.
|
protected void activate(org.osgi.framework.BundleContext bundleContext)
protected void deactivate(org.osgi.framework.BundleContext bundleContext)
protected void registerDataSourceService(org.wso2.carbon.datasource.core.api.DataSourceService dataSourceService)
dataSourceService - protected void unregisterDataSourceService(org.wso2.carbon.datasource.core.api.DataSourceService dataSourceService)
dataSourceService - datasource serviceprotected void registerSecretRepository(org.wso2.carbon.secvault.SecretRepository secretRepository)
secretRepository - protected void unregisterSecretRepository(org.wso2.carbon.secvault.SecretRepository secretRepository)
secretRepository - protected void registerAnalyticsHttpClient(AnalyticsHttpClientBuilderService service)
protected void unregisterAnalyticsHttpClient(AnalyticsHttpClientBuilderService service)
public String getType()
getType in interface IdPClientFactorypublic IdPClient getIdPClient(IdPClientConfiguration idPClientConfiguration) throws IdPClientException
getIdPClient in interface IdPClientFactoryIdPClientExceptionCopyright © 2019 WSO2. All rights reserved.