Uses of Class
de.hybris.platform.apiregistryservices.model.AbstractCredentialModel
-
Packages that use AbstractCredentialModel Package Description de.hybris.platform.apiregistryservices.model Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo package.de.hybris.platform.apiregistryservices.services de.hybris.platform.apiregistryservices.services.impl de.hybris.platform.apiregistryservices.utils de.hybris.platform.integrationbackoffice.widgets.authentication.registration de.hybris.platform.kymaintegrationservices.populators de.hybris.platform.kymaintegrationservices.strategies.impl de.hybris.platform.kymaintegrationservices.utils de.hybris.platform.outboundservices.client.impl -
-
Uses of AbstractCredentialModel in de.hybris.platform.apiregistryservices.model
Subclasses of AbstractCredentialModel in de.hybris.platform.apiregistryservices.model Modifier and Type Class Description classBasicCredentialModelGenerated model class for type BasicCredential first defined at extension apiregistryservices.classConsumedCertificateCredentialModelGenerated model class for type ConsumedCertificateCredential first defined at extension apiregistryservices.classConsumedOAuthCredentialModelGenerated model class for type ConsumedOAuthCredential first defined at extension apiregistryservices.classExposedOAuthCredentialModelGenerated model class for type ExposedOAuthCredential first defined at extension apiregistryservices.Methods in de.hybris.platform.apiregistryservices.model that return AbstractCredentialModel Modifier and Type Method Description AbstractCredentialModelAbstractDestinationModel. getCredential()Generated method - Getter of theAbstractDestination.credentialattribute defined at extensionapiregistryservices.Methods in de.hybris.platform.apiregistryservices.model with parameters of type AbstractCredentialModel Modifier and Type Method Description voidAbstractDestinationModel. setCredential(AbstractCredentialModel value)Generated method - Setter ofAbstractDestination.credentialattribute defined at extensionapiregistryservices. -
Uses of AbstractCredentialModel in de.hybris.platform.apiregistryservices.services
Methods in de.hybris.platform.apiregistryservices.services with parameters of type AbstractCredentialModel Modifier and Type Method Description voidClientCredentialPopulatingStrategy. populateConfig(AbstractCredentialModel credentialModel, java.util.Map<java.lang.String,java.lang.String> config)Method which populates the config with credential data for client build by Charon. -
Uses of AbstractCredentialModel in de.hybris.platform.apiregistryservices.services.impl
Methods in de.hybris.platform.apiregistryservices.services.impl with parameters of type AbstractCredentialModel Modifier and Type Method Description voidOAuthClientCredentialPopulatingStrategy. populateConfig(AbstractCredentialModel credential, java.util.Map<java.lang.String,java.lang.String> config) -
Uses of AbstractCredentialModel in de.hybris.platform.apiregistryservices.utils
Methods in de.hybris.platform.apiregistryservices.utils that return types with arguments of type AbstractCredentialModel Modifier and Type Method Description protected java.util.Map<java.lang.Class<? extends AbstractCredentialModel>,RestTemplateProvider>DefaultRestTemplateFactory. getRestTemplateProviders()Methods in de.hybris.platform.apiregistryservices.utils with parameters of type AbstractCredentialModel Modifier and Type Method Description org.springframework.web.client.RestTemplateDefaultCertificateCredentialsRestTemplateProvider. getRestTemplate(AbstractCredentialModel abstractCredential)org.springframework.web.client.RestTemplateDefaultOAuthCredentialsRestTemplateProvider. getRestTemplate(AbstractCredentialModel abstractCredential)protected voidDefaultBasicCredentialsRestTemplateProvider. validateCredential(AbstractCredentialModel abstractCredential)protected voidDefaultCertificateCredentialsRestTemplateProvider. validateCredential(AbstractCredentialModel abstractCredential)protected voidDefaultOAuthCredentialsRestTemplateProvider. validateCredential(AbstractCredentialModel abstractCredential) -
Uses of AbstractCredentialModel in de.hybris.platform.integrationbackoffice.widgets.authentication.registration
Methods in de.hybris.platform.integrationbackoffice.widgets.authentication.registration that return AbstractCredentialModel Modifier and Type Method Description AbstractCredentialModelRegisterIntegrationObjectDefaultService. createBasicCredential(java.lang.String username, java.lang.String password)AbstractCredentialModelRegisterIntegrationObjectService. createBasicCredential(java.lang.String username, java.lang.String password)Create basic credential based on the an existing employeeAbstractCredentialModelRegisterIntegrationObjectDefaultService. createOAuthCredential(EmployeeModel employee)AbstractCredentialModelRegisterIntegrationObjectService. createOAuthCredential(EmployeeModel employee)Create OAuth credential based on the an existing employeeMethods in de.hybris.platform.integrationbackoffice.widgets.authentication.registration with parameters of type AbstractCredentialModel Modifier and Type Method Description voidRegisterIntegrationObjectDefaultService. createExposedDestinations(java.util.List<DestinationTargetModel> destinationTargets, InboundChannelConfigurationModel inboundChannelConfig, AbstractCredentialModel credential)voidRegisterIntegrationObjectService. createExposedDestinations(java.util.List<DestinationTargetModel> destinationTargets, InboundChannelConfigurationModel inboundChannelConfig, AbstractCredentialModel credential)For the given ICC create the exposed destinations -
Uses of AbstractCredentialModel in de.hybris.platform.kymaintegrationservices.populators
Methods in de.hybris.platform.kymaintegrationservices.populators with parameters of type AbstractCredentialModel Modifier and Type Method Description protected CredentialsDataWebserviceSpecificationPopulator. extractCredentials(AbstractCredentialModel credential) -
Uses of AbstractCredentialModel in de.hybris.platform.kymaintegrationservices.strategies.impl
Methods in de.hybris.platform.kymaintegrationservices.strategies.impl with parameters of type AbstractCredentialModel Modifier and Type Method Description protected booleanKymaDestinationTargetCloningStrategy. isCredentialUsedByDifferentExposedDestination(AbstractDestinationModel destination, AbstractCredentialModel credential)Verify if credential is used by different exposed destination -
Uses of AbstractCredentialModel in de.hybris.platform.kymaintegrationservices.utils
Methods in de.hybris.platform.kymaintegrationservices.utils with parameters of type AbstractCredentialModel Modifier and Type Method Description org.springframework.web.client.RestTemplateRestTemplateWrapper. getRestTemplate(AbstractCredentialModel abstractCredentialModel)protected voidRestTemplateWrapper. updateCredential(AbstractCredentialModel credential)protected voidRestTemplateWrapper. validateCredential(AbstractCredentialModel credential) -
Uses of AbstractCredentialModel in de.hybris.platform.outboundservices.client.impl
Methods in de.hybris.platform.outboundservices.client.impl with parameters of type AbstractCredentialModel Modifier and Type Method Description OAuth2ResourceDetailsGeneratorDefaultOAuth2ResourceDetailsGeneratorFactory. getGenerator(AbstractCredentialModel credentialModel)OAuth2ResourceDetailsGeneratorOAuth2ResourceDetailsGeneratorFactory. getGenerator(AbstractCredentialModel credentialModel)Factory method that instantiates the correct implementation based on the specific type of the credential model received as a parameterbooleanConsumedOAuth2ResourceDetailsGenerator. isApplicable(AbstractCredentialModel credentialModel)booleanDefaultOAuth2ResourceDetailsGeneratorFactory. isApplicable(AbstractCredentialModel credentialModel)booleanExposedOAuth2ResourceDetailsGenerator. isApplicable(AbstractCredentialModel credentialModel)booleanOAuth2ResourceDetailsGenerator. isApplicable(AbstractCredentialModel credentialModel)Determines whether the generator is applicable or not based on the type of the concrete type of theAbstractCredentialModelbooleanOAuth2ResourceDetailsGeneratorFactory. isApplicable(AbstractCredentialModel credentialModel)Determines if the factory is applicable and a generator needs to be instantiated based on the supported credential model types
-