public class DefaultYaasServiceFactory extends java.lang.Object implements YaasServiceFactory
| Constructor and Description |
|---|
DefaultYaasServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<YaasClientCredentialLocator> |
getLookupLocators() |
protected YaasClientCredentialModel |
lookupCurrentCredential(YaasServiceModel serviceModel)
Helper method to find the client credential details from the strategy that have been
|
<T> T |
lookupService(java.lang.Class<T> serviceType) |
void |
setCharonFactory(CharonFactory charonFactory) |
void |
setLookupLocators(java.util.List<YaasClientCredentialLocator> lookupLocators) |
void |
setYaasConfigurationService(YaasConfigurationService yaasConfigurationService) |
public <T> T lookupService(java.lang.Class<T> serviceType)
lookupService in interface YaasServiceFactoryprotected YaasClientCredentialModel lookupCurrentCredential(YaasServiceModel serviceModel)
serviceModel - public void setLookupLocators(java.util.List<YaasClientCredentialLocator> lookupLocators)
protected java.util.List<YaasClientCredentialLocator> getLookupLocators()
public void setYaasConfigurationService(YaasConfigurationService yaasConfigurationService)
public void setCharonFactory(CharonFactory charonFactory)
Copyright © 2018 SAP SE. All Rights Reserved.