Uses of Enum Class
de.hybris.platform.integrationservices.enums.AuthenticationType
Packages that use AuthenticationType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
-
Uses of AuthenticationType in de.hybris.platform.integrationservices.enums
Methods in de.hybris.platform.integrationservices.enums that return AuthenticationTypeModifier and TypeMethodDescriptionstatic AuthenticationTypeReturns the enum constant of this class with the specified name.static AuthenticationType[]AuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthenticationType in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return AuthenticationTypeModifier and TypeMethodDescriptionInboundChannelConfigurationModel.getAuthenticationType()Generated method - Getter of theInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidInboundChannelConfigurationModel.setAuthenticationType(AuthenticationType value) Generated method - Setter ofInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.