Uses of Interface
de.hybris.platform.outboundservices.client.impl.OAuth2ResourceDetailsGenerator
-
Packages that use OAuth2ResourceDetailsGenerator Package Description de.hybris.platform.outboundservices.client.impl -
-
Uses of OAuth2ResourceDetailsGenerator in de.hybris.platform.outboundservices.client.impl
Classes in de.hybris.platform.outboundservices.client.impl that implement OAuth2ResourceDetailsGenerator Modifier and Type Class Description classConsumedOAuth2ResourceDetailsGeneratorImplementation ofOAuth2ResourceDetailsGeneratorthat generates the resource details from aConsumedOAuthCredentialModelclassExposedOAuth2ResourceDetailsGeneratorImplementation ofOAuth2ResourceDetailsGeneratorthat generates the resource details from aExposedOAuthCredentialModelMethods in de.hybris.platform.outboundservices.client.impl that return OAuth2ResourceDetailsGenerator 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 parameter
-